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-12T05:29:24.923Z||main|||||INFO|500||The following profiles are active: basic
2023-01-12T05:29:44.642Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-12T05:29:44.645Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-12T05:29:44.927Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-12T05:29:55.211Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-12T05:29:56.174Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-12T05:29:57.693Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-12T05:29:58.495Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-12T05:30:00.249Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-12T05:30:05.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-12T05:30:06.661Z||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-12T05:30:11.593Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-12T05:30:11.819Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-12T05:30:11.847Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-12T05:30:11.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-12T05:30:12.654Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-12T05:30:13.270Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-12T05:30:15.069Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-12T05:30:15.109Z||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$$d5924008.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-12T05:30:15.111Z||main|||||WARN|500||The sdc end point is not alive
2023-01-12T05:30:20.623Z||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-12T05:30:25.307Z||main|||||WARN|500||---
2023-01-12T05:30:25.308Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-12T05:30:25.308Z||main|||||WARN|500||---
2023-01-12T05:30:25.997Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-12T05:30:34.859Z||main|||||INFO|500||Started Application in 75.72 seconds (JVM running for 79.399)
2023-01-12T05:30:34.889Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-12T05:30:34.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-12T05:30:34.905Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-12T05:30:35.033Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8311de5e-081f-4bd1-9819-aecde8b77c12 url= /sdc/v1/artifactTypes
2023-01-12T05:30:35.052Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-12T05:30:35.606Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-12T05:30:35.678Z||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-12T05:30:35.678Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-12T05:30:35.679Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 630e18e4-6f84-4070-8011-2b9f9ee897ef url= /sdc/v1/distributionKafkaData
2023-01-12T05:30:35.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-12T05:30:35.720Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-12T05:30:35.738Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@1a1e852c
2023-01-12T05:30:35.850Z||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-d9a76cd5-7a04-428b-a3f0-272af13c19c4
	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-12T05:30:35.920Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Instantiated an idempotent producer.
2023-01-12T05:30:36.081Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-12T05:30:36.193Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-12T05:30:36.193Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-12T05:30:36.194Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673501436185
2023-01-12T05:30:36.201Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-12T05:30:36.225Z||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-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e
	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-12T05:30:36.424Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-12T05:30:36.425Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-12T05:30:36.425Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673501436424
2023-01-12T05:30:36.428Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:30:36.433Z||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-5d4d4ce3-3e5d-467b-9f88-3109987f4325
	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-12T05:30:36.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:30:36.482Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-12T05:30:36.483Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-12T05:30:36.483Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673501436482
2023-01-12T05:30:36.485Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:30:36.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:30:36.499Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-12T05:30:37.524Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.524Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.525Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Cluster ID: neeTT9P8TjqOaCsdA8Qp5Q
2023-01-12T05:30:37.525Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.525Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.527Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] ProducerId set to 2003 with epoch 0
2023-01-12T05:30:37.535Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Cluster ID: neeTT9P8TjqOaCsdA8Qp5Q
2023-01-12T05:30:37.537Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-12T05:30:37.540Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Cluster ID: neeTT9P8TjqOaCsdA8Qp5Q
2023-01-12T05:30:37.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-12T05:30:37.591Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] (Re-)joining group
2023-01-12T05:30:37.594Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] (Re-)joining group
2023-01-12T05:30:37.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2
2023-01-12T05:30:37.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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-12T05:30:37.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] (Re-)joining group
2023-01-12T05:30:37.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc
2023-01-12T05:30:37.768Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:37.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] (Re-)joining group
2023-01-12T05:30:43.723Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2', protocol='range'}
2023-01-12T05:30:43.728Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc', protocol='range'}
2023-01-12T05:30:43.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2=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-12T05:30:43.834Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc', protocol='range'}
2023-01-12T05:30:43.835Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2', protocol='range'}
2023-01-12T05:30:43.836Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:43.842Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:43.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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-12T05:30:43.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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-12T05:30:43.864Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-12T05:30:43.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-12T05:30:43.865Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-12T05:30:43.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-12T05:30:43.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-12T05:30:43.865Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-12T05:30:43.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-12T05:30:43.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-12T05:30:43.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-12T05:30:43.866Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-12T05:30:43.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-12T05:30:43.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-12T05:30:43.911Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-12T05:30:43.913Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-12T05:30:44.023Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-12T05:30:44.024Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-12T05:30:44.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-12T05:30:44.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-12T05:30:44.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:44.058Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:44.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:44.077Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:44.078Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:30:44.079Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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-12T05:31:36.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:31:36.491Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:32:36.458Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:32:36.495Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:33:36.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:33:36.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:34:36.465Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:34:36.497Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:35:36.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:35:36.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:36:36.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:36:36.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:37:36.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:37:36.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:38:36.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:38:36.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:39:36.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:39:36.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:39:37.797Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Node -1 disconnected.
2023-01-12T05:39:37.816Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Node -1 disconnected.
2023-01-12T05:39:37.819Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Node -1 disconnected.
2023-01-12T05:39:49.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-12T05:40:36.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:40:36.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:41:36.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:41:36.508Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:42:36.479Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:42:36.509Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:43:36.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:43:36.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:44:36.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:44:36.513Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:45:36.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:45:36.515Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:46:36.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:46:36.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:47:36.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:47:36.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:48:36.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:48:36.520Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:49:36.493Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:49:36.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:50:36.495Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:50:36.523Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:51:36.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:51:36.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:52:36.499Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:52:36.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:53:36.501Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:53:36.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:54:36.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:54:36.529Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:55:36.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:55:36.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:56:36.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:56:36.532Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:57:36.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:57:36.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:58:36.509Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:58:36.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:59:36.511Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:59:36.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:00:36.512Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:00:36.539Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:01:36.515Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:01:36.540Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:02:36.518Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:02:36.542Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:03:36.521Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:03:36.544Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:04:36.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:04:36.548Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:05:36.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:05:36.551Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:06:36.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:06:36.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:07:36.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:07:36.556Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:08:36.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:08:36.559Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:09:36.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:09:36.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:10:36.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:10:36.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:11:36.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:11:36.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:12:36.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:12:36.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:13:36.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:13:36.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:14:36.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:14:36.574Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:15:36.542Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:15:36.579Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:16:36.545Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:16:36.581Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:17:36.548Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:17:36.583Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:18:36.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:18:36.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:19:36.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:19:36.585Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:20:36.555Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:20:36.587Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:21:36.560Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:21:36.587Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:22:36.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:22:36.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:23:36.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:23:36.590Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:24:36.564Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:24:36.591Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:25:36.570Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:25:36.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:26:36.571Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:26:36.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:27:36.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:27:36.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:28:36.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:28:36.596Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:29:36.575Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:29:36.598Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:30:36.577Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:30:36.600Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:31:36.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:31:36.601Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:32:36.582Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:32:36.603Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:33:36.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:33:36.604Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:34:36.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:34:36.606Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:35:36.588Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:35:36.608Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:36.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:36:36.609Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:51.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-12T06:36:51.946Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"46f8127f-e9eb-47b9-bd38-64041cb87cd0","serviceName":"vFW 2023-01-12 06-35-36","serviceVersion":"1.0","serviceUUID":"a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56","serviceDescription":"catalog service description","serviceInvariantUUID":"8bd27a86-3f7b-40c6-a6f4-a88aec4d75df","resources":[{"resourceInstanceName":"vFW e5af6057-e8aa 0","resourceName":"vFW e5af6057-e8aa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"202f5d15-fa1c-45b9-a07a-3fde715fda11","resourceInvariantUUID":"5ab27cbc-7957-438a-beab-b9ccef6649d9","resourceCustomizationUUID":"178af391-dbb5-4fa2-92f0-250c000c03b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml","artifactChecksum":"MWRmOGJmZjI0NTM3NWUxZDkxNjlkMTliOTE4ZTNkN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cca0f16b-5abe-4514-88fd-dc36b1fc674b","artifactVersion":"1"},{"artifactName":"vfwe5af6057e8aa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json","artifactChecksum":"MjI1NGVmOWMwNjFkZjNkYTdhODdjNGE1OWE4ODQ4NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5daae992-e460-4ceb-819e-bf79e41c4f69","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2a5d5d4-8319-4d9e-8e57-8154408b8cd4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml","artifactChecksum":"YTYxZjU1ZDkzMGU1NDYyOTlhMGJlZjdmMWIzYjhhYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6dbdef7b-cba0-40ef-8c49-df35629b5c8c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2f7c1d61-70c7-4a78-ac88-881da58e3f34","artifactVersion":"2","generatedFromUUID":"a2a5d5d4-8319-4d9e-8e57-8154408b8cd4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230112063536-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml","artifactChecksum":"NWQ4NTJiNGRmNzQxODllZjUzNTBmMGZjNTU5N2RiMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf0558c6-9e35-4fbc-8af0-39d3d04f30bc","artifactVersion":"1"},{"artifactName":"service-Vfw20230112063536-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar","artifactChecksum":"NzEzNjY5NjU2MzBlZDAyNTAwOTRlY2ZkNzRiZmI5YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e50b54a-0485-4132-87e9-c22460b3100d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:36:51.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:51.983Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:51.983Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:51.983Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:51.994Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.995Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.995Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.995Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.996Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.996Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:52.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:36:52.012Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:36:52.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:36:53.033Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:53.034Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:53.034Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:53.034Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:54.036Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:54.036Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:54.037Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:54.037Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:55.039Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:55.040Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:55.040Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:55.040Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:56.042Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:56.043Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:56.043Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:56.043Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:57.044Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:57.045Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:57.045Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:57.046Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:58.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:58.047Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:58.048Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:58.049Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:59.052Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "serviceName": "vFW 2023-01-12 06-35-36",
  "serviceVersion": "1.0",
  "serviceUUID": "a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8bd27a86-3f7b-40c6-a6f4-a88aec4d75df",
  "resources": [
    {
      "resourceInstanceName": "vFW e5af6057-e8aa 0",
      "resourceCustomizationUUID": "178af391-dbb5-4fa2-92f0-250c000c03b3",
      "resourceName": "vFW e5af6057-e8aa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "202f5d15-fa1c-45b9-a07a-3fde715fda11",
      "resourceInvariantUUID": "5ab27cbc-7957-438a-beab-b9ccef6649d9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe5af6057e8aa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
          "artifactChecksum": "MjI1NGVmOWMwNjFkZjNkYTdhODdjNGE1OWE4ODQ4NmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5daae992-e460-4ceb-819e-bf79e41c4f69",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a2a5d5d4-8319-4d9e-8e57-8154408b8cd4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2f7c1d61-70c7-4a78-ac88-881da58e3f34",
            "generatedFromUUID": "a2a5d5d4-8319-4d9e-8e57-8154408b8cd4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2f7c1d61-70c7-4a78-ac88-881da58e3f34",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230112063536-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
      "artifactChecksum": "NzEzNjY5NjU2MzBlZDAyNTAwOTRlY2ZkNzRiZmI5YWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e50b54a-0485-4132-87e9-c22460b3100d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T06:36:59.053Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:36:59.054Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56 ASDC
2023-01-12T06:36:59.233Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:46f8127f-e9eb-47b9-bd38-64041cb87cd0
ServiceName:vFW 2023-01-12 06-35-36
ServiceVersion:1.0
ServiceUUID:a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
ServiceInvariantUUID:8bd27a86-3f7b-40c6-a6f4-a88aec4d75df
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230112063536-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
ArtifactUUID:8e50b54a-0485-4132-87e9-c22460b3100d
ArtifactChecksum:NzEzNjY5NjU2MzBlZDAyNTAwOTRlY2ZkNzRiZmI5YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e5af6057-e8aa 0
ResourceCustomizationUUID:178af391-dbb5-4fa2-92f0-250c000c03b3
ResourceInvariantUUID:5ab27cbc-7957-438a-beab-b9ccef6649d9
ResourceName:vFW e5af6057-e8aa
ResourceType:VF
ResourceUUID:202f5d15-fa1c-45b9-a07a-3fde715fda11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe5af6057e8aa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
ArtifactUUID:5daae992-e460-4ceb-819e-bf79e41c4f69
ArtifactChecksum:MjI1NGVmOWMwNjFkZjNkYTdhODdjNGE1OWE4ODQ4NmU=
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/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
ArtifactUUID:a2a5d5d4-8319-4d9e-8e57-8154408b8cd4
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/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
ArtifactUUID:2f7c1d61-70c7-4a78-ac88-881da58e3f34
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/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
ArtifactUUID:2f7c1d61-70c7-4a78-ac88-881da58e3f34
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-12T06:36:59.233Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56 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-12T06:36:59.608Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:36:59.612Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:36:59.613Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:36:59.613Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e50b54a-0485-4132-87e9-c22460b3100d from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:36:59.614Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:36:59.615Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:36:59.989Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:00.007Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar 8e50b54a-0485-4132-87e9-c22460b3100d 101567
2023-01-12T06:37:00.009Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar ASDC sendASDCNotification
2023-01-12T06:37:00.009Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:00.010Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:00.011Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:00.011Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:00.012Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505420008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:01.014Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:37:01.015Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:37:01.016Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8e50b54a-0485-4132-87e9-c22460b3100d, URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar to file: /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:01.017Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230112063536-csar.csar
2023-01-12T06:37:01.113Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:01.114Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:02.055Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11005117298489335215/Definitions/service-Vfw20230112063536-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-12T06:37:06.404Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:37:06.410Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:37:06.411Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.412Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-12T06:37:06.412Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.412Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.413Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e5af6057-e8aa 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-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.413Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.413Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.414Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.414Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.415Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.416Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.416Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.417Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.417Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:37:06.426Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.428Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.434Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.435Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:37:06.437Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:37:06.439Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.439Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.440Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.440Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:37:06.441Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:37:06.441Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.441Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.445Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.446Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.446Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.446Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:06.447Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.447Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:06.449Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:06.449Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.449Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.450Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:06.450Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.451Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:06.451Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.451Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T06:37:06.452Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.452Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:37:06.454Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.454Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.455Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:06.456Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.456Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.456Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:06.457Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.457Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.457Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:06.458Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.458Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.459Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.459Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-12T06:37:06.460Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.460Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:06.460Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:06.461Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.461Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.461Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:06.462Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.462Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:06.462Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.463Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f58a2f0b-de47-4ed1-b769-74d3b9c34dc0
2023-01-12T06:37:06.463Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.464Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.464Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.465Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:06.465Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.465Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.466Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.466Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:06.466Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.467Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-12T06:37:06.467Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:06.467Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.468Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:06.468Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.469Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f94f629e-b169-429b-b65c-4bdc50ff0df5
2023-01-12T06:37:06.469Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.469Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.470Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.470Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:06.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.472Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:06.472Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.474Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-12T06:37:06.474Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d8af326-72d4-4786-b9da-16c0a8966359
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.476Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.476Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.476Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:06.477Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.477Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-12 06-35-36
Description:catalog service description
Model UUID:a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
Model Version:NULL
Model InvariantUuid:8bd27a86-3f7b-40c6-a6f4-a88aec4d75df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e5af6057-e8aa
Model UUID:ebdba269-bf4b-4ea9-a3f9-60d27dcbcfc8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ab27cbc-7957-438a-beab-b9ccef6649d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:178af391-dbb5-4fa2-92f0-250c000c03b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d34009ef-8b4c-4162-a156-caada731e11c
ModelName:VfwE5af6057E8aa..base_vfw..module-0
ModelUuid:aac6bce1-a22e-4926-876b-1ffc83ad782f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f58a2f0b-de47-4ed1-b769-74d3b9c34dc0
ModelInvariantUuid:f57a6e8e-2d14-4655-988a-db3dbd6524f9
ModelName:vFW e5af6057-e8aa-nodes.vfwCvfc
ModelUuid:e2a7d850-c539-49ff-8d71-a299c6d124ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:625f3aa8-c409-4333-92bd-f77744644933
ModelInvariantUuid:aa8f4f35-81f0-47f3-aba9-77080282765d
ModelName:VfwE5af6057E8aa.compute.nodes.heat.vfw
ModelUuid:0bc630f2-e5cc-48c1-bc3f-876d3a10261c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f94f629e-b169-429b-b65c-4bdc50ff0df5
ModelInvariantUuid:ce7a37c2-9992-4f51-8218-620b42cf0e8b
ModelName:vFW e5af6057-e8aa-nodes.vsnCvfc
ModelUuid:6a3514cc-1678-475f-bb83-bcc58caf236d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:77936558-8a3a-4fb8-b16d-513085bc8478
ModelInvariantUuid:6529723f-8ceb-4a76-94dc-e9ffa40896f5
ModelName:VfwE5af6057E8aa.compute.nodes.heat.vsn
ModelUuid:8041c246-6906-41bb-a0c4-4678a235133b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d8af326-72d4-4786-b9da-16c0a8966359
ModelInvariantUuid:42528647-fd08-45e8-8ce0-db808fb5a0e5
ModelName:vFW e5af6057-e8aa-nodes.vpgCvfc
ModelUuid:83a1cdfe-8c83-43d7-b07e-bd393b148ddf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ca980774-a37b-44aa-bbe2-f55a6fb4d9e8
ModelInvariantUuid:0bd8c07d-47e1-40a7-8eb5-96defe6759e7
ModelName:VfwE5af6057E8aa.compute.nodes.heat.vpg
ModelUuid:3798d111-b9f3-493e-a6f4-deb074a4bd11
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-12T06:37:06.514Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 202f5d15-fa1c-45b9-a07a-3fde715fda11
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-12T06:37:06.659Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||vFW e5af6057-e8aa 0
2023-01-12T06:37:06.668Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 202f5d15-fa1c-45b9-a07a-3fde715fda11
2023-01-12T06:37:06.669Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5daae992-e460-4ceb-819e-bf79e41c4f69 from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:06.669Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:37:06.669Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:06.757Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:06.757Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json 5daae992-e460-4ceb-819e-bf79e41c4f69 785
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json ASDC sendASDCNotification
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:06.759Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505426758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:07.761Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE5af6057E8aa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d34009ef-8b4c-4162-a156-caada731e11c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aac6bce1-a22e-4926-876b-1ffc83ad782f",
    "vfModuleModelCustomizationUUID": "af8c5cc8-8361-4592-9f68-1b74d354bc9b",
    "isBase": true,
    "artifacts": [
      "a2a5d5d4-8319-4d9e-8e57-8154408b8cd4",
      "2f7c1d61-70c7-4a78-ac88-881da58e3f34"
    ],
    "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-12T06:37:07.779Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE5af6057E8aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac6bce1-a22e-4926-876b-1ffc83ad782f
VfModuleModelInvariantUUID:d34009ef-8b4c-4162-a156-caada731e11c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2a5d5d4-8319-4d9e-8e57-8154408b8cd4
,
2f7c1d61-70c7-4a78-ac88-881da58e3f34

}
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-12T06:37:07.783Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE5af6057E8aa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d34009ef-8b4c-4162-a156-caada731e11c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aac6bce1-a22e-4926-876b-1ffc83ad782f",
    "vfModuleModelCustomizationUUID": "af8c5cc8-8361-4592-9f68-1b74d354bc9b",
    "isBase": true,
    "artifacts": [
      "a2a5d5d4-8319-4d9e-8e57-8154408b8cd4",
      "2f7c1d61-70c7-4a78-ac88-881da58e3f34"
    ],
    "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-12T06:37:07.784Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE5af6057E8aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac6bce1-a22e-4926-876b-1ffc83ad782f
VfModuleModelInvariantUUID:d34009ef-8b4c-4162-a156-caada731e11c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2a5d5d4-8319-4d9e-8e57-8154408b8cd4
,
2f7c1d61-70c7-4a78-ac88-881da58e3f34

}
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-12T06:37:07.784Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2a5d5d4-8319-4d9e-8e57-8154408b8cd4 from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:07.785Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:37:07.785Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:07.882Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:07.883Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml a2a5d5d4-8319-4d9e-8e57-8154408b8cd4 20368
2023-01-12T06:37:07.884Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-12T06:37:07.884Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:07.884Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:07.886Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:07.886Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:07.887Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505427884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:08.888Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f7c1d61-70c7-4a78-ac88-881da58e3f34 from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:08.889Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:37:08.889Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:08.955Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:08.956Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env 2f7c1d61-70c7-4a78-ac88-881da58e3f34 2098
2023-01-12T06:37:08.957Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-12T06:37:08.957Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:08.957Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:08.958Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:08.958Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:08.958Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505428957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:09.960Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
2023-01-12T06:37:09.961Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e5af6057-e8aa 0 202f5d15-fa1c-45b9-a07a-3fde715fda11 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-12T06:37:10.013Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78ed51e2, org.onap.sdc.toscaparser.api.parameters.Input@1ba1ea84, org.onap.sdc.toscaparser.api.parameters.Input@4a038f3c, org.onap.sdc.toscaparser.api.parameters.Input@6bcd3b91, org.onap.sdc.toscaparser.api.parameters.Input@79bd054b]
2023-01-12T06:37:10.018Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.019Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.019Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-01-12T06:37:10.020Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 178af391-dbb5-4fa2-92f0-250c000c03b3
2023-01-12T06:37:10.020Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 178af391-dbb5-4fa2-92f0-250c000c03b3 matches Tosca VF Customization UUID: 178af391-dbb5-4fa2-92f0-250c000c03b3
2023-01-12T06:37:10.021Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 178af391-dbb5-4fa2-92f0-250c000c03b3  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-12T06:37:10.030Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.031Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.033Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 178af391-dbb5-4fa2-92f0-250c000c03b3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T06:37:10.033Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@572768c6
2023-01-12T06:37:10.034Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.034Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:37:10.035Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af8c5cc8-8361-4592-9f68-1b74d354bc9b
2023-01-12T06:37:10.036Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af8c5cc8-8361-4592-9f68-1b74d354bc9b
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-12T06:37:10.045Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.045Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.046Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.047Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.048Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.048Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.049Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.049Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:10.049Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:10.050Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-12T06:37:10.050Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:10.050Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:10.051Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:10.051Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.052Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.052Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:10.053Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.053Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:10.053Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.054Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f58a2f0b-de47-4ed1-b769-74d3b9c34dc0
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-12T06:37:10.065Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.067Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.067Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.068Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.069Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:10.069Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:10.070Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:10.070Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.071Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.071Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.072Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:10.072Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:10.073Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-12T06:37:10.073Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:10.074Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.074Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:10.075Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.075Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f94f629e-b169-429b-b65c-4bdc50ff0df5
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-12T06:37:10.080Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.081Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.082Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.086Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.087Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:10.088Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:10.088Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:10.089Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.089Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.090Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.090Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:10.091Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:10.091Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:10.092Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:10.092Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.092Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.093Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-12T06:37:10.093Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d8af326-72d4-4786-b9da-16c0a8966359
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-12T06:37:10.096Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.097Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.097Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.097Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.098Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.098Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=178af391-dbb5-4fa2-92f0-250c000c03b3
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-12T06:37:10.101Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.101Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.102Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56: vFW e5af6057-e8aa
2023-01-12T06:37:10.102Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.102Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.103Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.104Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.104Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.104Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.105Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.105Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.106Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:37:10.106Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.107Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-01-12 06-35-36 
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-12T06:37:10.636Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e5af6057-e8aa 202f5d15-fa1c-45b9-a07a-3fde715fda11 1 ASDC deployResourceStructure
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json ASDC sendASDCNotification
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:10.638Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:10.638Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505430637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:11.640Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-12T06:37:11.640Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:11.640Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:11.641Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:11.641Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:11.641Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505431640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:12.643Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-12T06:37:12.643Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505432643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:13.646Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar ASDC sendASDCNotification
2023-01-12T06:37:13.647Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:13.647Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:13.648Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:13.648Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:13.648Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505433646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:14.651Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:37:14.732Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
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-12T06:37:14.746Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:37:14.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:37:14.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:37:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:36.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:37:36.491Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:37:44.748Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:37:44.818Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
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-12T06:37:44.827Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:37:44.828Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:37:44.828Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:38:14.829Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:38:14.880Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
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-12T06:38:14.891Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:38:14.892Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:38:14.892Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:38:36.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:38:36.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.510Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.519Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.522Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505379388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505399422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505386908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505391562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505397096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505396589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505409949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505418873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505418783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505418065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505418883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505420008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505419308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505419796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.549Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505419899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-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-12T06:38:36.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 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-12T06:38:36.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.581Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505420008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.582Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "policy-distribution",
  "timestamp": 1673505420800,
  "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-12T06:38:36.591Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 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-12T06:38:36.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505421138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505422241,
  "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-12T06:38:36.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 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-12T06:38:36.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.620Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505423244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505424677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.622Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505425683,
  "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-12T06:38:36.634Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 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-12T06:38:36.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.649Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505426758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.651Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.652Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.653Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.654Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.655Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505427884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.657Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.658Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.659Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505428957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505430637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505431640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505432643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.679Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505421801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673505418361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.681Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505420913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505424250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505433646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505433966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505434029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505434084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505433317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.688Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505434969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673505435036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-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-12T06:38:36.713Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.714Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b 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-12T06:38:36.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505434321,
  "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-12T06:38:36.736Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.737Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 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-12T06:38:36.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505435245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "policy-distribution",
  "timestamp": 1673505435970,
  "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-12T06:38:36.768Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.768Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b 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-12T06:38:36.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505436329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.783Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505437352,
  "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-12T06:38:36.789Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.789Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b 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-12T06:38:36.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.797Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673505438354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505435325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505442439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505439949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505447828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505450139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505449710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673505451143,
  "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-12T06:38:36.837Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b 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-12T06:38:36.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.852Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673505450713,
  "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-12T06:38:36.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b 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-12T06:38:44.894Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:38:44.922Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
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-12T06:38:44.930Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:38:44.931Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:38:44.931Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:38:44.931Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:38:44.932Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:38:44.932Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:38:44.932Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:38:44.933Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:38:44.933Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:38:44.933Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-12T06:38:44.960Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:39:14.961Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0 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-12T06:39:14.978Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and serviceModelVersionId: a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
2023-01-12T06:39:14.980Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bd27a86-3f7b-40c6-a6f4-a88aec4d75df
2023-01-12T06:39:34.426Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0
2023-01-12T06:39:34.561Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:39:35.308Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|INFO|500||Invoke
2023-01-12T06:39:35.314Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46f8127f-e9eb-47b9-bd38-64041cb87cd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cc34b66-99ae-4482-bd7c-5bb25a295af2], X-ECOMP-RequestID=[46f8127f-e9eb-47b9-bd38-64041cb87cd0], X-TransactionId=[], X-ONAP-RequestID=[46f8127f-e9eb-47b9-bd38-64041cb87cd0], Content-Type=[application/merge-patch+json]}
2023-01-12T06:39:35.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T06:39:35.683Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?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/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:39:34 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[2-aai-resources-230112-06:39:34:087-45867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:39:35.685Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:39:35.688Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|INFO|500||InvokeReturn
2023-01-12T06:39:35.694Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:39:35.695Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-12T06:39:35.705Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||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-12T06:39:35.707Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:39:35.709Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:39:35.710Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:35.711Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:35.711Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505575707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:36.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:39:36.495Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505575707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:39:36.497Z||pool-2-thread-8|||||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-12T06:39:36.726Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:39:36.733Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-12T06:39:36.733Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"46236d9c-463d-4b9a-b46c-6898cbf9e43b","serviceName":"basic_onboard_ExAtuK","serviceVersion":"1.0","serviceUUID":"0bcf5014-10b8-402b-8c4a-310fed5e5672","serviceDescription":"service","serviceInvariantUUID":"fda6314d-9c55-4dda-a47c-a83e8325ceda","resources":[{"resourceInstanceName":"basic_onboard_ExAtuK 0","resourceName":"basic_onboard_ExAtuK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a6e8c16-365f-4d02-9de2-09e3c7da9bda","resourceInvariantUUID":"bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1","resourceCustomizationUUID":"f8b84416-3bfd-462e-8ed1-2a5c83b86c34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml","artifactChecksum":"MDEwYzIyYjg4MjljNmU1ODllMjMyMGNlY2NjYWVlNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"894eb74f-7283-49b1-87e3-06ef0d8fbceb","artifactVersion":"1"},{"artifactName":"basic_onboard_exatuk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json","artifactChecksum":"NDAyNDhkM2NjYjAyZDMwYTI5OGI2MTdhYzBlNGU5Mjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eaaf24d9-6fba-4c97-b98d-83ed75584084","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3e76556c-4633-437b-9ed2-f38456f2c406","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41590528-1227-4463-b1aa-6844f9dd8650","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a33de0c0-986f-45a9-bcb1-98aa08f1980c","artifactVersion":"2","generatedFromUUID":"3e76556c-4633-437b-9ed2-f38456f2c406"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardExatuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml","artifactChecksum":"NjE5NDliZThmMGU3YjRlZjY4ZTg2NmYxZmE4NWIyYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f04d05a3-308d-4145-92be-83fc06b5b570","artifactVersion":"1"},{"artifactName":"service-BasicOnboardExatuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar","artifactChecksum":"MjliZTM4ZjZiODE1MmUyYjllY2Q5MTI2MTY2YzAwNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1366509-5446-446e-9122-c76495d4a89c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:39:36.735Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:36.736Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:36.736Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:36.736Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:37.737Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:37.738Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:37.739Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:37.740Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:38.742Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:38.743Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:38.743Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:38.743Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:39.744Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:39.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:39.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:39.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:40.748Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:40.749Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:40.749Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:40.749Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:41.750Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:41.751Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:41.751Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:41.751Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:42.753Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:42.755Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:42.755Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:42.755Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:43.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "serviceName": "basic_onboard_ExAtuK",
  "serviceVersion": "1.0",
  "serviceUUID": "0bcf5014-10b8-402b-8c4a-310fed5e5672",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fda6314d-9c55-4dda-a47c-a83e8325ceda",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ExAtuK 0",
      "resourceCustomizationUUID": "f8b84416-3bfd-462e-8ed1-2a5c83b86c34",
      "resourceName": "basic_onboard_ExAtuK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5a6e8c16-365f-4d02-9de2-09e3c7da9bda",
      "resourceInvariantUUID": "bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_exatuk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
          "artifactChecksum": "NDAyNDhkM2NjYjAyZDMwYTI5OGI2MTdhYzBlNGU5Mjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eaaf24d9-6fba-4c97-b98d-83ed75584084",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3e76556c-4633-437b-9ed2-f38456f2c406",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a33de0c0-986f-45a9-bcb1-98aa08f1980c",
            "generatedFromUUID": "3e76556c-4633-437b-9ed2-f38456f2c406"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a33de0c0-986f-45a9-bcb1-98aa08f1980c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardExatuk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
      "artifactChecksum": "MjliZTM4ZjZiODE1MmUyYjllY2Q5MTI2MTY2YzAwNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1366509-5446-446e-9122-c76495d4a89c"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T06:39:43.759Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:39:43.759Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0bcf5014-10b8-402b-8c4a-310fed5e5672 ASDC
2023-01-12T06:39:43.760Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:46236d9c-463d-4b9a-b46c-6898cbf9e43b
ServiceName:basic_onboard_ExAtuK
ServiceVersion:1.0
ServiceUUID:0bcf5014-10b8-402b-8c4a-310fed5e5672
ServiceInvariantUUID:fda6314d-9c55-4dda-a47c-a83e8325ceda
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardExatuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
ArtifactUUID:f1366509-5446-446e-9122-c76495d4a89c
ArtifactChecksum:MjliZTM4ZjZiODE1MmUyYjllY2Q5MTI2MTY2YzAwNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ExAtuK 0
ResourceCustomizationUUID:f8b84416-3bfd-462e-8ed1-2a5c83b86c34
ResourceInvariantUUID:bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1
ResourceName:basic_onboard_ExAtuK
ResourceType:VF
ResourceUUID:5a6e8c16-365f-4d02-9de2-09e3c7da9bda
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_exatuk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
ArtifactUUID:eaaf24d9-6fba-4c97-b98d-83ed75584084
ArtifactChecksum:NDAyNDhkM2NjYjAyZDMwYTI5OGI2MTdhYzBlNGU5Mjc=
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/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3e76556c-4633-437b-9ed2-f38456f2c406
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/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
ArtifactUUID:a33de0c0-986f-45a9-bcb1-98aa08f1980c
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/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
ArtifactUUID:a33de0c0-986f-45a9-bcb1-98aa08f1980c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-12T06:39:43.760Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0bcf5014-10b8-402b-8c4a-310fed5e5672 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-12T06:39:43.818Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:39:43.819Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:39:43.820Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:39:43.820Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f1366509-5446-446e-9122-c76495d4a89c from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:43.820Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:43.821Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:43.934Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:43.951Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar f1366509-5446-446e-9122-c76495d4a89c 75679
2023-01-12T06:39:43.951Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar ASDC sendASDCNotification
2023-01-12T06:39:43.951Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:43.952Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:43.960Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:43.961Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:43.961Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505583951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:44.962Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:39:44.963Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:39:44.964Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f1366509-5446-446e-9122-c76495d4a89c, URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar to file: /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:44.965Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:44.980Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:44.981Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:45.160Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4397602093789946907/Definitions/service-BasicOnboardExatuk-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-12T06:39:46.842Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ExAtuK 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-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:39:46.845Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.845Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.845Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is not matching search criteria
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:46.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is not matching search criteria
2023-01-12T06:39:46.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2319d386-2ca3-443f-9c26-05fca21a20cc
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:46.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ExAtuK
Description:service
Model UUID:0bcf5014-10b8-402b-8c4a-310fed5e5672
Model Version:NULL
Model InvariantUuid:fda6314d-9c55-4dda-a47c-a83e8325ceda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ExAtuK
Model UUID:5b01aad3-975e-4d77-b63f-ce4f8fa7e28c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8b84416-3bfd-462e-8ed1-2a5c83b86c34
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:631435b9-5897-4bec-8fd6-2c4c6c6f97a9
ModelName:BasicOnboardExatuk..base_ubuntu18..module-0
ModelUuid:4760f473-d4ee-4f39-8f4a-b5a041e3dac1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2319d386-2ca3-443f-9c26-05fca21a20cc
ModelInvariantUuid:11ba029c-a787-4756-a32e-81ee11a51d81
ModelName:basic_onboard_ExAtuK-nodes.ubuntu18Cvfc
ModelUuid:a95bbc9e-5837-4be1-9506-415ca51944a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:416a7676-3cc3-4fc6-a07f-638c088b6847
ModelInvariantUuid:4813f4a4-2dad-4c44-895f-0b66820c73c9
ModelName:BasicOnboardExatuk.compute.nodes.heat.ubuntu18
ModelUuid:eac10c2b-3547-4f11-9de7-6147b8a36f7c
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-12T06:39:46.867Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a6e8c16-365f-4d02-9de2-09e3c7da9bda
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-12T06:39:46.871Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||basic_onboard_ExAtuK 0
2023-01-12T06:39:46.871Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a6e8c16-365f-4d02-9de2-09e3c7da9bda
2023-01-12T06:39:46.872Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eaaf24d9-6fba-4c97-b98d-83ed75584084 from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:46.872Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:46.873Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:46.981Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:46.982Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json eaaf24d9-6fba-4c97-b98d-83ed75584084 798
2023-01-12T06:39:46.982Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json ASDC sendASDCNotification
2023-01-12T06:39:46.982Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505586982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:47.985Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardExatuk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "631435b9-5897-4bec-8fd6-2c4c6c6f97a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4760f473-d4ee-4f39-8f4a-b5a041e3dac1",
    "vfModuleModelCustomizationUUID": "0d827967-4a74-49b8-a9c8-b0b257f8b827",
    "isBase": true,
    "artifacts": [
      "3e76556c-4633-437b-9ed2-f38456f2c406",
      "a33de0c0-986f-45a9-bcb1-98aa08f1980c"
    ],
    "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-12T06:39:48.001Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardExatuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4760f473-d4ee-4f39-8f4a-b5a041e3dac1
VfModuleModelInvariantUUID:631435b9-5897-4bec-8fd6-2c4c6c6f97a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e76556c-4633-437b-9ed2-f38456f2c406
,
a33de0c0-986f-45a9-bcb1-98aa08f1980c

}
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-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardExatuk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "631435b9-5897-4bec-8fd6-2c4c6c6f97a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4760f473-d4ee-4f39-8f4a-b5a041e3dac1",
    "vfModuleModelCustomizationUUID": "0d827967-4a74-49b8-a9c8-b0b257f8b827",
    "isBase": true,
    "artifacts": [
      "3e76556c-4633-437b-9ed2-f38456f2c406",
      "a33de0c0-986f-45a9-bcb1-98aa08f1980c"
    ],
    "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-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardExatuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4760f473-d4ee-4f39-8f4a-b5a041e3dac1
VfModuleModelInvariantUUID:631435b9-5897-4bec-8fd6-2c4c6c6f97a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e76556c-4633-437b-9ed2-f38456f2c406
,
a33de0c0-986f-45a9-bcb1-98aa08f1980c

}
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-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e76556c-4633-437b-9ed2-f38456f2c406 from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:48.006Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:48.106Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml 3e76556c-4633-437b-9ed2-f38456f2c406 5033
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:48.108Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:48.108Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:48.108Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505588107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:49.109Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a33de0c0-986f-45a9-bcb1-98aa08f1980c from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:49.110Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:49.110Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:49.194Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:49.194Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env a33de0c0-986f-45a9-bcb1-98aa08f1980c 909
2023-01-12T06:39:49.195Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-12T06:39:49.195Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:49.195Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:49.196Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:49.196Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:49.196Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505589195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:50.197Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0bcf5014-10b8-402b-8c4a-310fed5e5672
2023-01-12T06:39:50.198Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ExAtuK 0 5a6e8c16-365f-4d02-9de2-09e3c7da9bda 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-12T06:39:50.214Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47ef854b, org.onap.sdc.toscaparser.api.parameters.Input@3a0d396f, org.onap.sdc.toscaparser.api.parameters.Input@5a298cb, org.onap.sdc.toscaparser.api.parameters.Input@5dd1f3f8, org.onap.sdc.toscaparser.api.parameters.Input@662fe0d4]
2023-01-12T06:39:50.215Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f8b84416-3bfd-462e-8ed1-2a5c83b86c34
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8b84416-3bfd-462e-8ed1-2a5c83b86c34 matches Tosca VF Customization UUID: f8b84416-3bfd-462e-8ed1-2a5c83b86c34
2023-01-12T06:39:50.217Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f8b84416-3bfd-462e-8ed1-2a5c83b86c34  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-12T06:39:50.220Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.220Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.221Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f8b84416-3bfd-462e-8ed1-2a5c83b86c34: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T06:39:50.221Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7653b0d1
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d827967-4a74-49b8-a9c8-b0b257f8b827
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d827967-4a74-49b8-a9c8-b0b257f8b827
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-12T06:39:50.225Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.225Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.226Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:50.226Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.226Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.227Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:50.227Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.227Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is not matching search criteria
2023-01-12T06:39:50.228Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-12T06:39:50.228Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T06:39:50.229Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2319d386-2ca3-443f-9c26-05fca21a20cc
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-12T06:39:50.232Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.232Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.232Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:50.233Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.233Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.233Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=f8b84416-3bfd-462e-8ed1-2a5c83b86c34
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-12T06:39:50.236Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.237Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.237Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0bcf5014-10b8-402b-8c4a-310fed5e5672: basic_onboard_ExAtuK
2023-01-12T06:39:50.238Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.238Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.238Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.240Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:39:50.240Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.240Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_ExAtuK 
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-12T06:39:50.343Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ExAtuK 5a6e8c16-365f-4d02-9de2-09e3c7da9bda 1 ASDC deployResourceStructure
2023-01-12T06:39:50.343Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json ASDC sendASDCNotification
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:50.345Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505590343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:51.346Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-12T06:39:51.346Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:51.346Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:51.347Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:51.347Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:51.347Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505591346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:52.348Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-12T06:39:52.349Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:52.349Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:52.350Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:52.350Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:52.351Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505592348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:53.353Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar ASDC sendASDCNotification
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:53.355Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505593353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:54.357Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:39:54.374Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b
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-12T06:39:54.379Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:39:54.379Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:39:54.381Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:39:54.381Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:39:54.381Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-12T06:39:54.390Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:40:24.391Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b 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-12T06:40:24.399Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b and serviceModelVersionId: 0bcf5014-10b8-402b-8c4a-310fed5e5672
2023-01-12T06:40:24.400Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fda6314d-9c55-4dda-a47c-a83e8325ceda
2023-01-12T06:40:24.401Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0
2023-01-12T06:40:24.405Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:40:24.462Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?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-12T06:40:24.464Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0|INFO|500||Invoke
2023-01-12T06:40:24.495Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T06:40:24.624Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0|INFO|500||InvokeReturn
2023-01-12T06:40:24.625Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:40:23 GMT], content-length=[0], vertex-id=[192704], x-aai-txid=[1-aai-resources-230112-06:40:23:102-57184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:40:24.626Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:40:24.626Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:40:24.626Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-12T06:40:24.634Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||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-12T06:40:24.634Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46236d9c-463d-4b9a-b46c-6898cbf9e43b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505624635,
  "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-12T06:40:25.660Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:40:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:40:36.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:40:36.491Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:40:36.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:25.666Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:41:36.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:41:36.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.499Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:41:36.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:41:36.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-12T06:41:36.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:41:36.508Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505576726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505583951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505586982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505588107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505589195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505590343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505591346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505592348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.514Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505593353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:41:36.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.517Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673505624635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:41:36.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:42:25.666Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:42:36.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:43:25.668Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:43:36.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:44:25.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:44:36.490Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:45:25.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:45:36.492Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:46:25.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:46:36.495Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:47:25.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:47:36.497Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:48:25.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:48:36.499Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:49:25.697Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:49:36.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:50:25.697Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:50:36.501Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:00.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T06:51:00.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"22e72509-c48b-42f7-9b44-aeaf2a2040d3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e198438c-b924-4266-b991-68a25ee170c5","serviceDescription":"service","serviceInvariantUUID":"2032213f-f5ab-4ef6-8caa-7ac76c8ad164","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"46c8223e-e8d6-4c00-bef1-648f596a760a","resourceInvariantUUID":"6755e809-9ca9-494b-a2ce-2eaf54ad8cad","resourceCustomizationUUID":"706a4071-7097-42dd-8e66-a5e71ffd0f44","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":"MTU5Y2E0NzgwYjQ5NmQ2MTQxMmYyMDY1ODQyNDE1M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e9d5005-a0d2-4e6f-88a4-1ee60f031e0f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWMzZWE0ZDdjN2RmOGNmMDdmOTExYTM0OWJmM2MzYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:51:00.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:51:00.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T06:51:00.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506256878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:51:00.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:51:00.769Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:00.769Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:00.769Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506225697,
  "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-12T06:51:01.776Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:51:01.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:01.780Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:01.781Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506225697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:02.783Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e198438c-b924-4266-b991-68a25ee170c5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2032213f-f5ab-4ef6-8caa-7ac76c8ad164",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "706a4071-7097-42dd-8e66-a5e71ffd0f44",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "46c8223e-e8d6-4c00-bef1-648f596a760a",
      "resourceInvariantUUID": "6755e809-9ca9-494b-a2ce-2eaf54ad8cad",
      "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": "MWMzZWE0ZDdjN2RmOGNmMDdmOTExYTM0OWJmM2MzYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T06:51:02.783Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:51:02.784Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e198438c-b924-4266-b991-68a25ee170c5 ASDC
2023-01-12T06:51:02.792Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:22e72509-c48b-42f7-9b44-aeaf2a2040d3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e198438c-b924-4266-b991-68a25ee170c5
ServiceInvariantUUID:2032213f-f5ab-4ef6-8caa-7ac76c8ad164
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:85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca
ArtifactChecksum:MWMzZWE0ZDdjN2RmOGNmMDdmOTExYTM0OWJmM2MzYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:706a4071-7097-42dd-8e66-a5e71ffd0f44
ResourceInvariantUUID:6755e809-9ca9-494b-a2ce-2eaf54ad8cad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:46c8223e-e8d6-4c00-bef1-648f596a760a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-12T06:51:02.792Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e198438c-b924-4266-b991-68a25ee170c5 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-12T06:51:02.867Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:51:02.871Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:03.042Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:51:03.045Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca 57790
2023-01-12T06:51:03.046Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-12T06:51:03.046Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:03.046Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:51:03.047Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:03.047Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:03.048Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506263046,
  "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-12T06:51:04.050Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:51:04.051Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:51:04.052Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:04.053Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-12T06:51:04.054Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:04.054Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:04.364Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13306482081697652038/Definitions/service-BasicNetwork-template.yml
2023-01-12T06:51:05.196Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:51:05.196Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.202Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e198438c-b924-4266-b991-68a25ee170c5
Model Version:NULL
Model InvariantUuid:2032213f-f5ab-4ef6-8caa-7ac76c8ad164
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6755e809-9ca9-494b-a2ce-2eaf54ad8cad
Model UUID:064bb6c1-0ee5-4349-942b-82cc1eccc263
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:706a4071-7097-42dd-8e66-a5e71ffd0f44
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-12T06:51:05.222Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 46c8223e-e8d6-4c00-bef1-648f596a760a
2023-01-12T06:51:05.222Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||No resources found for Service: e198438c-b924-4266-b991-68a25ee170c5
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-12T06:51:05.232Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||
2023-01-12T06:51:05.233Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-12T06:51:05.234Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e198438c-b924-4266-b991-68a25ee170c5
2023-01-12T06:51:05.234Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e198438c-b924-4266-b991-68a25ee170c5
2023-01-12T06:51:05.235Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-12T06:51:05.235Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:51:05.243Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5eeaa1, org.onap.sdc.toscaparser.api.parameters.Input@474250bb, org.onap.sdc.toscaparser.api.parameters.Input@5c7085b2, org.onap.sdc.toscaparser.api.parameters.Input@c7f4cda, org.onap.sdc.toscaparser.api.parameters.Input@f8a416]
2023-01-12T06:51:05.246Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.247Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.248Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.248Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.249Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e198438c-b924-4266-b991-68a25ee170c5: Generic NeutronNet
2023-01-12T06:51:05.249Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.249Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.250Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.251Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-12T06:51:05.315Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.316Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.318Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-12T06:51:05.427Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-12T06:51:05.428Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-12T06:51:05.428Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.429Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:51:05.429Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:05.429Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:05.430Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506265428,
  "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-12T06:51:06.431Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:51:06.446Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
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-12T06:51:06.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:51:06.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:51:06.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:51:36.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:51:36.465Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
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-12T06:51:36.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:51:36.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:51:36.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:51:36.490Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:51:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506216053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:51:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:51:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:51:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506249405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:51:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:51:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:51:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "policy-distribution",
  "timestamp": 1673506246996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:51:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:06.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:52:06.493Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
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-12T06:52:06.499Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:52:06.499Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:52:06.499Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:52:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:52:36.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506225697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506256878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506216053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506249405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "policy-distribution",
  "timestamp": 1673506246996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506225697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506262299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "policy-distribution",
  "timestamp": 1673506262258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506261562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506263046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506263304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-12T06:52:36.500Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-12T06:52:36.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.516Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and ComponentName cds
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:52:36.522Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:52:36.528Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:52:36.528Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:52:36.528Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:52:36.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "policy-distribution",
  "timestamp": 1673506263262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:52:36.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506261562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "policy-distribution",
  "timestamp": 1673506264264,
  "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-12T06:52:36.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 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-12T06:52:36.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.583Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506263724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506265428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506267890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506268893,
  "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-12T06:52:36.614Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 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-12T06:52:36.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.631Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506279949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.632Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506279949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:52:36.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506282738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506284402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:52:36.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506285406,
  "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-12T06:52:36.647Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.647Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 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-12T06:53:06.529Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:53:06.544Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
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-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:53:06.559Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:53:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:36.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.514Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.560Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3 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-12T06:53:36.570Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and serviceModelVersionId: e198438c-b924-4266-b991-68a25ee170c5
2023-01-12T06:53:36.571Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2032213f-f5ab-4ef6-8caa-7ac76c8ad164
2023-01-12T06:53:36.572Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0
2023-01-12T06:53:36.580Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:53:36.656Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|INFO|500||Invoke
2023-01-12T06:53:36.657Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22e72509-c48b-42f7-9b44-aeaf2a2040d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cf46f8-27e3-4569-b05c-03ea33769a52], X-ECOMP-RequestID=[22e72509-c48b-42f7-9b44-aeaf2a2040d3], X-TransactionId=[], X-ONAP-RequestID=[22e72509-c48b-42f7-9b44-aeaf2a2040d3], Content-Type=[application/merge-patch+json]}
2023-01-12T06:53:36.690Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T06:53:36.834Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?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/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:53:35 GMT], content-length=[0], vertex-id=[188624], x-aai-txid=[1-aai-resources-230112-06:53:35:270-10161], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:53:36.834Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:53:36.835Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|INFO|500||InvokeReturn
2023-01-12T06:53:36.835Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:53:36.835Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:53:36.849Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:53:36.849Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:53:36.850Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:53:36.851Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:36.851Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:36.851Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506416849,
  "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-12T06:53:37.865Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:53:37.872Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T06:53:37.872Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"24532426-6ba1-4b25-acb3-945275361ae2","serviceName":"Demo_pNF_ML4zFn9384siiexm8sEX","serviceVersion":"1.0","serviceUUID":"cce419bd-a98c-4c2b-9d13-bca85e508a7c","serviceDescription":"catalog service description","serviceInvariantUUID":"65562dc3-493c-4d29-83b2-c7a288a40fef","resources":[{"resourceInstanceName":"pNF 6425cc3d-0ef3 0","resourceName":"pNF 6425cc3d-0ef3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aef889ca-2f35-4b17-ac7c-ccfdd0639f27","resourceInvariantUUID":"d9657a10-f7dd-4a16-9f87-f452a5f3f582","resourceCustomizationUUID":"dd94c7da-f33c-491b-a163-9882ab2e2d3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml","artifactChecksum":"YTM0ZjQ5NzAwY2RjODAxYzJhMzk2NTBhOTljZmMxMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"417832f6-9fef-422a-9628-13cfdab22674","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar","artifactChecksum":"ZDdjM2UwNWQzNTQwZjVmZGQ4ZDNkYWM4ZTQwMGExMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba567e0e-2b76-4272-a296-45b05f4e798a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97ea9b6a-b2c1-4f41-97c0-c9c0d523817f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml","artifactChecksum":"MmUwN2IzNTFhODFlMTAzNDA1ODhiMjgxN2JmNTZhYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b67023a-b008-45ed-8ff4-66f90000b760","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b78631f1-d078-4b61-9baf-15043218138b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5b15e7a-0e75-49f8-be4a-d59f921c7321","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMl4zfn9384siiexm8sex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml","artifactChecksum":"ZDQ4OWRhZjk2NTYxOGUzMTVjNTczYzBhMjJlNjkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f28b621b-cf98-4276-aee3-b66b4a2badee","artifactVersion":"1"},{"artifactName":"service-DemoPnfMl4zfn9384siiexm8sex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar","artifactChecksum":"MTEzMTY0Y2RlZTAyZDBiNDJhNDRmMzAzMDE0N2JlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"debd1d46-b037-4e35-a11b-da10efa43d49","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:53:37.876Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:37.876Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:37.877Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:37.877Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:38.878Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:38.879Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:38.879Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:38.879Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:39.880Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:39.880Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:39.881Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:39.881Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:40.882Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:40.882Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:40.883Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:40.884Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:41.885Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:41.886Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:41.887Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:41.887Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:42.888Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:42.889Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:42.889Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:42.889Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:43.891Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:43.891Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:43.891Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:43.892Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:44.894Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:44.895Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:44.895Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:44.895Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:45.897Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "serviceName": "Demo_pNF_ML4zFn9384siiexm8sEX",
  "serviceVersion": "1.0",
  "serviceUUID": "cce419bd-a98c-4c2b-9d13-bca85e508a7c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "65562dc3-493c-4d29-83b2-c7a288a40fef",
  "resources": [
    {
      "resourceInstanceName": "pNF 6425cc3d-0ef3 0",
      "resourceCustomizationUUID": "dd94c7da-f33c-491b-a163-9882ab2e2d3e",
      "resourceName": "pNF 6425cc3d-0ef3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aef889ca-2f35-4b17-ac7c-ccfdd0639f27",
      "resourceInvariantUUID": "d9657a10-f7dd-4a16-9f87-f452a5f3f582",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
      "artifactChecksum": "MTEzMTY0Y2RlZTAyZDBiNDJhNDRmMzAzMDE0N2JlMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "debd1d46-b037-4e35-a11b-da10efa43d49"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T06:53:45.898Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:53:45.898Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cce419bd-a98c-4c2b-9d13-bca85e508a7c ASDC
2023-01-12T06:53:45.899Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:24532426-6ba1-4b25-acb3-945275361ae2
ServiceName:Demo_pNF_ML4zFn9384siiexm8sEX
ServiceVersion:1.0
ServiceUUID:cce419bd-a98c-4c2b-9d13-bca85e508a7c
ServiceInvariantUUID:65562dc3-493c-4d29-83b2-c7a288a40fef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
ArtifactUUID:debd1d46-b037-4e35-a11b-da10efa43d49
ArtifactChecksum:MTEzMTY0Y2RlZTAyZDBiNDJhNDRmMzAzMDE0N2JlMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6425cc3d-0ef3 0
ResourceCustomizationUUID:dd94c7da-f33c-491b-a163-9882ab2e2d3e
ResourceInvariantUUID:d9657a10-f7dd-4a16-9f87-f452a5f3f582
ResourceName:pNF 6425cc3d-0ef3
ResourceType:PNF
ResourceUUID:aef889ca-2f35-4b17-ac7c-ccfdd0639f27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-12T06:53:45.906Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cce419bd-a98c-4c2b-9d13-bca85e508a7c 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-12T06:53:45.985Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:53:45.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:53:45.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:53:45.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: debd1d46-b037-4e35-a11b-da10efa43d49 from URL: /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:45.988Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:53:45.988Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:46.190Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:53:46.202Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar debd1d46-b037-4e35-a11b-da10efa43d49 88004
2023-01-12T06:53:46.207Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar ASDC sendASDCNotification
2023-01-12T06:53:46.208Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:46.208Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:53:46.209Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:46.210Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:46.212Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506426203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:47.220Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:53:47.234Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:53:47.234Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: debd1d46-b037-4e35-a11b-da10efa43d49, URL: /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar to file: /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.235Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.235Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.236Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.422Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2548610533424050776/Definitions/service-DemoPnfMl4zfn9384siiexm8sex-template.yml
2023-01-12T06:53:48.895Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:53:48.895Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:53:48.895Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.896Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T06:53:48.905Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6425cc3d-0ef3 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-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.906Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.906Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.912Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.912Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.912Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.917Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Node template pNF 6425cc3d-0ef3 0 is matching search criteria
2023-01-12T06:53:48.917Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:53:48.918Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6425cc3d-0ef3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:53:48.918Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.919Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.919Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Node template pNF 6425cc3d-0ef3 0 is matching search criteria
2023-01-12T06:53:48.919Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:53:48.920Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6425cc3d-0ef3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:53:48.920Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.921Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.921Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.921Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.922Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.922Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.922Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.923Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.923Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:48.923Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.924Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ML4zFn9384siiexm8sEX
Description:catalog service description
Model UUID:cce419bd-a98c-4c2b-9d13-bca85e508a7c
Model Version:NULL
Model InvariantUuid:65562dc3-493c-4d29-83b2-c7a288a40fef
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-12T06:53:48.961Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: aef889ca-2f35-4b17-ac7c-ccfdd0639f27
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-12T06:53:48.985Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||pNF 6425cc3d-0ef3 0
2023-01-12T06:53:48.986Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aef889ca-2f35-4b17-ac7c-ccfdd0639f27
2023-01-12T06:53:48.986Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: cce419bd-a98c-4c2b-9d13-bca85e508a7c
2023-01-12T06:53:48.986Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cce419bd-a98c-4c2b-9d13-bca85e508a7c
2023-01-12T06:53:48.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6425cc3d-0ef3 0 aef889ca-2f35-4b17-ac7c-ccfdd0639f27 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-12T06:53:49.025Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7666792c, org.onap.sdc.toscaparser.api.parameters.Input@113adbed, org.onap.sdc.toscaparser.api.parameters.Input@f867e04, org.onap.sdc.toscaparser.api.parameters.Input@72421944, org.onap.sdc.toscaparser.api.parameters.Input@37a8b139]
2023-01-12T06:53:49.026Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:49.027Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:49.030Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cce419bd-a98c-4c2b-9d13-bca85e508a7c: pNF 6425cc3d-0ef3
2023-01-12T06:53:49.030Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Processing PNF resource: aef889ca-2f35-4b17-ac7c-ccfdd0639f27
2023-01-12T06:53:49.030Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:53:49.031Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:49.031Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Resource customization UUID: dd94c7da-f33c-491b-a163-9882ab2e2d3e is the same as notified resource customizationUUID: dd94c7da-f33c-491b-a163-9882ab2e2d3e
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-12T06:53:49.216Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6425cc3d-0ef3 aef889ca-2f35-4b17-ac7c-ccfdd0639f27 0 ASDC deployResourceStructure
2023-01-12T06:53:49.217Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar ASDC sendASDCNotification
2023-01-12T06:53:49.217Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:49.217Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:53:49.218Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:49.218Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:49.218Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506429217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:50.219Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:53:50.256Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2
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-12T06:53:50.269Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:53:50.269Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:53:50.270Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:54:20.270Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:54:20.308Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2
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-12T06:54:20.319Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:54:20.319Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:54:20.319Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:54:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:54:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506324308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.513Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506336841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.513Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506325268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.514Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506322182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.515Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.516Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506358800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.517Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506358855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.518Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506358826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.519Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506351562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506359803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:36.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506359861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-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-12T06:54:36.557Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24532426-6ba1-4b25-acb3-945275361ae2
2023-01-12T06:54:36.558Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24532426-6ba1-4b25-acb3-945275361ae2 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-12T06:54:36.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.579Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506360011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:36.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.581Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506359812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.584Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "policy-distribution",
  "timestamp": 1673506360804,
  "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-12T06:54:36.608Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24532426-6ba1-4b25-acb3-945275361ae2
2023-01-12T06:54:36.608Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24532426-6ba1-4b25-acb3-945275361ae2 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-12T06:54:36.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.624Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506361013,
  "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-12T06:54:36.630Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 24532426-6ba1-4b25-acb3-945275361ae2
2023-01-12T06:54:36.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24532426-6ba1-4b25-acb3-945275361ae2 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-12T06:54:36.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506365092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:36.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506366095,
  "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-12T06:54:36.682Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24532426-6ba1-4b25-acb3-945275361ae2
2023-01-12T06:54:36.682Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24532426-6ba1-4b25-acb3-945275361ae2 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-12T06:54:36.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.696Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.696Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.697Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.698Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.699Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.699Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.701Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.702Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.703Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.712Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.745Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.745Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.746Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.753Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506369949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506362015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506361805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506360864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506358804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.777Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506378715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.777Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.778Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506379138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506379241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.788Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506379195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.789Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.790Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506380140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:36.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.791Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506380199,
  "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-12T06:54:36.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 360185d1-d3d2-4b1e-906c-aec704e22e13
2023-01-12T06:54:36.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 360185d1-d3d2-4b1e-906c-aec704e22e13 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-12T06:54:36.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506380301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506380619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:36.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.849Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "policy-distribution",
  "timestamp": 1673506381141,
  "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-12T06:54:36.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 360185d1-d3d2-4b1e-906c-aec704e22e13
2023-01-12T06:54:36.879Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 360185d1-d3d2-4b1e-906c-aec704e22e13 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-12T06:54:36.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.905Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.905Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506381411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.906Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506381623,
  "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-12T06:54:36.912Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24532426-6ba1-4b25-acb3-945275361ae2
2023-01-12T06:54:36.913Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24532426-6ba1-4b25-acb3-945275361ae2 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-12T06:54:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.926Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.927Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.927Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506382442,
  "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-12T06:54:36.934Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 360185d1-d3d2-4b1e-906c-aec704e22e13
2023-01-12T06:54:36.934Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 360185d1-d3d2-4b1e-906c-aec704e22e13 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-12T06:54:36.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.955Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.955Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.956Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.956Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506383445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.957Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.958Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.959Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.959Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.967Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.976Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673506378875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.977Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.979Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.980Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.981Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506381201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506388642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506382142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506390339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-12T06:54:36.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.984Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506391276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:36.984Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:36.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:36.984Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673506391343,
  "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-12T06:54:37.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10eee287-7dd2-4233-832e-b797d8a91675
2023-01-12T06:54:37.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10eee287-7dd2-4233-832e-b797d8a91675 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-12T06:54:37.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.037Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506392279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:37.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506384447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:37.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.039Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "policy-distribution",
  "timestamp": 1673506393280,
  "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-12T06:54:37.049Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10eee287-7dd2-4233-832e-b797d8a91675
2023-01-12T06:54:37.050Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10eee287-7dd2-4233-832e-b797d8a91675 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-12T06:54:37.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.071Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506393568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:37.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.073Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506394655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:37.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.073Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506395833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:37.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.075Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506395832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:37.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.075Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506396929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:37.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.076Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506396835,
  "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-12T06:54:37.092Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 360185d1-d3d2-4b1e-906c-aec704e22e13
2023-01-12T06:54:37.093Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 360185d1-d3d2-4b1e-906c-aec704e22e13 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-12T06:54:37.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.116Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506397991,
  "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-12T06:54:37.137Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10eee287-7dd2-4233-832e-b797d8a91675
2023-01-12T06:54:37.138Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10eee287-7dd2-4233-832e-b797d8a91675 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-12T06:54:37.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.158Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.158Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673506398993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.160Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.160Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.161Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.161Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.161Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506381562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:37.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:54:37.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506406996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:37.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506407748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:54:37.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506410049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:37.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506411053,
  "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-12T06:54:37.182Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 360185d1-d3d2-4b1e-906c-aec704e22e13
2023-01-12T06:54:37.182Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 360185d1-d3d2-4b1e-906c-aec704e22e13 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-12T06:54:37.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.203Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506413654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.204Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:54:37.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:54:37.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:54:37.205Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "aai-model-loader",
  "timestamp": 1673506414658,
  "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-12T06:54:37.210Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10eee287-7dd2-4233-832e-b797d8a91675
2023-01-12T06:54:37.210Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10eee287-7dd2-4233-832e-b797d8a91675 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-12T06:54:50.320Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:54:50.348Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2
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-12T06:54:50.353Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:54:50.354Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:54:50.354Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:54:50.354Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:54:50.354Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:54:50.355Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:54:50.355Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:54:50.355Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:54:50.355Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:54:50.355Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:54:50.355Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:54:50.380Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:55:20.382Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24532426-6ba1-4b25-acb3-945275361ae2 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-12T06:55:20.409Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24532426-6ba1-4b25-acb3-945275361ae2 and serviceModelVersionId: cce419bd-a98c-4c2b-9d13-bca85e508a7c
2023-01-12T06:55:20.409Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65562dc3-493c-4d29-83b2-c7a288a40fef
2023-01-12T06:55:20.413Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0
2023-01-12T06:55:20.426Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:55:20.531Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0|INFO|500||Invoke
2023-01-12T06:55:20.533Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[24532426-6ba1-4b25-acb3-945275361ae2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1918f01-125a-4c32-b4b1-70570429deed], X-ECOMP-RequestID=[24532426-6ba1-4b25-acb3-945275361ae2], X-TransactionId=[], X-ONAP-RequestID=[24532426-6ba1-4b25-acb3-945275361ae2], Content-Type=[application/merge-patch+json]}
2023-01-12T06:55:20.629Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T06:55:20.804Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?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/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:55:19 GMT], content-length=[0], vertex-id=[192744], x-aai-txid=[2-aai-resources-230112-06:55:19:211-61567], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:55:20.805Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:55:20.806Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65562dc3-493c-4d29-83b2-c7a288a40fef/model-vers/model-ver/cce419bd-a98c-4c2b-9d13-bca85e508a7c?depth=0|INFO|500||InvokeReturn
2023-01-12T06:55:20.808Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:55:20.810Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:55:20.816Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:55:20.817Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24532426-6ba1-4b25-acb3-945275361ae2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:55:20.818Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:55:20.818Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:20.819Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:20.819Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506520818,
  "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-12T06:55:21.840Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T06:55:21.841Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"360185d1-d3d2-4b1e-906c-aec704e22e13","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dce60719-a939-40ef-a156-361a4bcf89ea","serviceDescription":"service","serviceInvariantUUID":"30c79c8a-ebf5-47f3-a497-2e030b7e5a43","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1980333-e65c-4d83-81f4-258406aeb40a","resourceInvariantUUID":"4bb22515-648d-4614-905d-7b9d4c852a29","resourceCustomizationUUID":"8048b73c-fe29-4e9f-a75f-37d23b874fea","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":"NTQ5OWYwOWU4NWZiNTExMmVjNTYyZmI3ODFjZDgyZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50b838e5-3de3-4226-a9e1-ae24b90f2740","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":"OTdiNTJkN2U2MThlNjAyOWMxMmM4NWU5MDIzNzBhMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9019f78-33e4-438a-88ca-8bee578a196b","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":"bfb9639d-2e15-4cb1-a270-956e6a3dd2a2","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":"9ced0170-5aca-449f-a429-0ebd2898154c","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":"e5e4620b-d367-4c2f-91ab-72f49f6dfa34","artifactVersion":"2","generatedFromUUID":"bfb9639d-2e15-4cb1-a270-956e6a3dd2a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzU4ZTNiNjFiN2I2MmZhNzIwZmQyZWRjMTg2ZDZkMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ef88c51-4d6a-4082-b546-88614c1f825c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjgzZTRiNjIzMDM0ZmUyM2I3MzRmNzljMDI5NmNlYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ba72df2-e7cb-47d1-9646-9cf298cb25c6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:55:21.843Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:21.843Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:21.844Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:21.845Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:55:22.846Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:22.847Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:22.848Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:22.848Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:55:23.849Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:23.850Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:23.850Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:23.850Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:55:24.851Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:24.852Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:24.852Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:24.853Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:55:25.854Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:25.854Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:25.854Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:25.855Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:55:26.857Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:26.858Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:26.858Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:26.859Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:55:27.860Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:55:27.862Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:27.862Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:27.862Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:55:28.865Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dce60719-a939-40ef-a156-361a4bcf89ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30c79c8a-ebf5-47f3-a497-2e030b7e5a43",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8048b73c-fe29-4e9f-a75f-37d23b874fea",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1980333-e65c-4d83-81f4-258406aeb40a",
      "resourceInvariantUUID": "4bb22515-648d-4614-905d-7b9d4c852a29",
      "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": "OTdiNTJkN2U2MThlNjAyOWMxMmM4NWU5MDIzNzBhMzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a9019f78-33e4-438a-88ca-8bee578a196b",
          "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": "bfb9639d-2e15-4cb1-a270-956e6a3dd2a2",
          "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": "e5e4620b-d367-4c2f-91ab-72f49f6dfa34",
            "generatedFromUUID": "bfb9639d-2e15-4cb1-a270-956e6a3dd2a2"
          },
          "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": "e5e4620b-d367-4c2f-91ab-72f49f6dfa34",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjgzZTRiNjIzMDM0ZmUyM2I3MzRmNzljMDI5NmNlYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ba72df2-e7cb-47d1-9646-9cf298cb25c6"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T06:55:28.866Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:55:28.866Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dce60719-a939-40ef-a156-361a4bcf89ea ASDC
2023-01-12T06:55:28.868Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:360185d1-d3d2-4b1e-906c-aec704e22e13
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dce60719-a939-40ef-a156-361a4bcf89ea
ServiceInvariantUUID:30c79c8a-ebf5-47f3-a497-2e030b7e5a43
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:1ba72df2-e7cb-47d1-9646-9cf298cb25c6
ArtifactChecksum:ZjgzZTRiNjIzMDM0ZmUyM2I3MzRmNzljMDI5NmNlYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8048b73c-fe29-4e9f-a75f-37d23b874fea
ResourceInvariantUUID:4bb22515-648d-4614-905d-7b9d4c852a29
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e1980333-e65c-4d83-81f4-258406aeb40a
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:a9019f78-33e4-438a-88ca-8bee578a196b
ArtifactChecksum:OTdiNTJkN2U2MThlNjAyOWMxMmM4NWU5MDIzNzBhMzI=
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:bfb9639d-2e15-4cb1-a270-956e6a3dd2a2
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:e5e4620b-d367-4c2f-91ab-72f49f6dfa34
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:e5e4620b-d367-4c2f-91ab-72f49f6dfa34
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-12T06:55:28.869Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dce60719-a939-40ef-a156-361a4bcf89ea 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-12T06:55:28.977Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:55:28.979Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:55:28.979Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:55:28.980Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ba72df2-e7cb-47d1-9646-9cf298cb25c6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-12T06:55:28.980Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:55:28.982Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-12T06:55:29.114Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:55:29.123Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1ba72df2-e7cb-47d1-9646-9cf298cb25c6 75201
2023-01-12T06:55:29.124Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-12T06:55:29.125Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-12T06:55:29.125Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:55:29.126Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:29.126Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:29.126Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506529124,
  "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-12T06:55:30.128Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:55:30.129Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:55:30.129Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1ba72df2-e7cb-47d1-9646-9cf298cb25c6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:30.130Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-12T06:55:30.130Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:30.131Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:30.486Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5603541566552131424/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-12T06:55:32.577Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:55:32.578Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:55:32.579Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.579Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T06:55:32.579Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.579Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.579Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.579Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.580Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.580Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.580Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-12T06:55:32.580Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:55:32.581Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.581Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.581Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:32.582Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:55:32.582Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:55:32.582Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.583Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.583Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:32.583Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:55:32.583Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:55:32.583Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.583Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.584Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.584Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-12T06:55:32.584Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-12T06:55:32.584Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-12T06:55:32.584Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-12T06:55:32.585Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-12T06:55:32.585Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T06:55:32.585Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.585Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:55:32.585Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.586Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:32.586Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:55:32.586Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.587Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:32.588Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:55:32.588Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.589Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:32.589Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:55:32.589Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.590Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-12T06:55:32.590Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-12T06:55:32.590Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-12T06:55:32.591Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=989d0dc1-1085-4e07-b75b-9ab42cb70c0c
2023-01-12T06:55:32.591Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.592Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.592Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.592Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.593Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.593Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.593Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:32.594Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:32.594Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dce60719-a939-40ef-a156-361a4bcf89ea
Model Version:NULL
Model InvariantUuid:30c79c8a-ebf5-47f3-a497-2e030b7e5a43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fba025ac-cf21-4846-9446-88dfe227e95e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4bb22515-648d-4614-905d-7b9d4c852a29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8048b73c-fe29-4e9f-a75f-37d23b874fea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:244ccec9-a0b7-45e8-a938-242f1623e042
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:73e536ed-8457-4b6e-b58e-3a4a038fe19d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:989d0dc1-1085-4e07-b75b-9ab42cb70c0c
ModelInvariantUuid:86ebd131-cf92-4656-b473-b0c90a06de94
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:179fbd5d-8fd9-4803-9c69-27b93e5f04a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ceaedc2a-8e68-48ff-8f31-4f79ce21f3ab
ModelInvariantUuid:6cb8ebf7-b92d-4548-8a7b-a491c616539d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5124b953-3382-4e84-a645-8f6c8a05f498
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-12T06:55:32.611Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e1980333-e65c-4d83-81f4-258406aeb40a
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-12T06:55:32.618Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-01-12T06:55:32.619Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1980333-e65c-4d83-81f4-258406aeb40a
2023-01-12T06:55:32.620Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9019f78-33e4-438a-88ca-8bee578a196b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-12T06:55:32.620Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:55:32.621Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-12T06:55:32.692Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:55:32.693Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a9019f78-33e4-438a-88ca-8bee578a196b 787
2023-01-12T06:55:32.694Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-12T06:55:32.694Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-12T06:55:32.695Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:55:32.695Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:32.695Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:32.695Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506532694,
  "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-12T06:55:33.698Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "244ccec9-a0b7-45e8-a938-242f1623e042",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73e536ed-8457-4b6e-b58e-3a4a038fe19d",
    "vfModuleModelCustomizationUUID": "3f38177e-ac74-4b08-a45b-85d19cca9227",
    "isBase": true,
    "artifacts": [
      "bfb9639d-2e15-4cb1-a270-956e6a3dd2a2",
      "e5e4620b-d367-4c2f-91ab-72f49f6dfa34"
    ],
    "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-12T06:55:33.703Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73e536ed-8457-4b6e-b58e-3a4a038fe19d
VfModuleModelInvariantUUID:244ccec9-a0b7-45e8-a938-242f1623e042
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfb9639d-2e15-4cb1-a270-956e6a3dd2a2
,
e5e4620b-d367-4c2f-91ab-72f49f6dfa34

}
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-12T06:55:33.705Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "244ccec9-a0b7-45e8-a938-242f1623e042",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73e536ed-8457-4b6e-b58e-3a4a038fe19d",
    "vfModuleModelCustomizationUUID": "3f38177e-ac74-4b08-a45b-85d19cca9227",
    "isBase": true,
    "artifacts": [
      "bfb9639d-2e15-4cb1-a270-956e6a3dd2a2",
      "e5e4620b-d367-4c2f-91ab-72f49f6dfa34"
    ],
    "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-12T06:55:33.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73e536ed-8457-4b6e-b58e-3a4a038fe19d
VfModuleModelInvariantUUID:244ccec9-a0b7-45e8-a938-242f1623e042
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfb9639d-2e15-4cb1-a270-956e6a3dd2a2
,
e5e4620b-d367-4c2f-91ab-72f49f6dfa34

}
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-12T06:55:33.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bfb9639d-2e15-4cb1-a270-956e6a3dd2a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-12T06:55:33.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:55:33.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-12T06:55:33.778Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:55:33.779Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bfb9639d-2e15-4cb1-a270-956e6a3dd2a2 5033
2023-01-12T06:55:33.779Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-12T06:55:33.780Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-12T06:55:33.780Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:55:33.781Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:33.781Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:33.781Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506533779,
  "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-12T06:55:34.784Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e5e4620b-d367-4c2f-91ab-72f49f6dfa34 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-12T06:55:34.784Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:55:34.789Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-12T06:55:34.892Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:55:34.893Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e5e4620b-d367-4c2f-91ab-72f49f6dfa34 903
2023-01-12T06:55:34.893Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-12T06:55:34.893Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-12T06:55:34.893Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:55:34.894Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:34.894Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:34.894Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506534893,
  "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-12T06:55:35.899Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dce60719-a939-40ef-a156-361a4bcf89ea
2023-01-12T06:55:35.900Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e1980333-e65c-4d83-81f4-258406aeb40a 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-12T06:55:35.921Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67ae766a, org.onap.sdc.toscaparser.api.parameters.Input@49407916, org.onap.sdc.toscaparser.api.parameters.Input@7690d199, org.onap.sdc.toscaparser.api.parameters.Input@59b9f127, org.onap.sdc.toscaparser.api.parameters.Input@4db0d15c]
2023-01-12T06:55:35.922Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.923Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.923Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-12T06:55:35.923Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8048b73c-fe29-4e9f-a75f-37d23b874fea
2023-01-12T06:55:35.923Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8048b73c-fe29-4e9f-a75f-37d23b874fea matches Tosca VF Customization UUID: 8048b73c-fe29-4e9f-a75f-37d23b874fea
2023-01-12T06:55:35.924Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8048b73c-fe29-4e9f-a75f-37d23b874fea  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-12T06:55:35.928Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.928Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.929Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8048b73c-fe29-4e9f-a75f-37d23b874fea: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T06:55:35.929Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61387b56
2023-01-12T06:55:35.930Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.930Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:55:35.930Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f38177e-ac74-4b08-a45b-85d19cca9227
2023-01-12T06:55:35.930Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f38177e-ac74-4b08-a45b-85d19cca9227
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-12T06:55:35.934Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.934Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:35.935Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:55:35.935Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.935Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:35.936Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:55:35.936Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.936Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-12T06:55:35.936Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-12T06:55:35.936Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-12T06:55:35.936Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=989d0dc1-1085-4e07-b75b-9ab42cb70c0c
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-12T06:55:35.940Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.940Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:35.941Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:55:35.941Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.942Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-12T06:55:35.942Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8048b73c-fe29-4e9f-a75f-37d23b874fea
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-12T06:55:35.945Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.945Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.945Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dce60719-a939-40ef-a156-361a4bcf89ea: basic_vm
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.946Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.947Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:55:35.947Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:55:35.947Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:55:36.200Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e1980333-e65c-4d83-81f4-258406aeb40a 1 ASDC deployResourceStructure
2023-01-12T06:55:36.200Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-12T06:55:36.201Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-12T06:55:36.201Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:55:36.201Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:36.201Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:36.201Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506536200,
  "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-12T06:55:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:55:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506416849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:55:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506399949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506421185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506423438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673506424443,
  "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-12T06:55:36.518Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10eee287-7dd2-4233-832e-b797d8a91675
2023-01-12T06:55:36.518Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10eee287-7dd2-4233-832e-b797d8a91675 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-12T06:55:36.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506426203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:55:36.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:36.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:55:36.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506429217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:55:36.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:55:37.212Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-12T06:55:37.213Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-12T06:55:37.213Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:55:37.213Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:37.213Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:37.213Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506537212,
  "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-12T06:55:38.214Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-12T06:55:38.214Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-12T06:55:38.215Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:55:38.215Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:38.216Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:38.216Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506538214,
  "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-12T06:55:39.217Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-12T06:55:39.218Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-12T06:55:39.218Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:55:39.218Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:55:39.219Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:55:39.219Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506539217,
  "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-12T06:55:40.223Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 360185d1-d3d2-4b1e-906c-aec704e22e13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:55:40.257Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 360185d1-d3d2-4b1e-906c-aec704e22e13
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-12T06:55:40.267Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:55:40.268Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:55:40.268Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:55:40.268Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:55:40.268Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:55:40.269Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:55:40.269Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:55:40.269Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:55:40.269Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:55:40.269Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:55:40.276Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:56:10.278Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 360185d1-d3d2-4b1e-906c-aec704e22e13 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-12T06:56:10.292Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 360185d1-d3d2-4b1e-906c-aec704e22e13 and serviceModelVersionId: dce60719-a939-40ef-a156-361a4bcf89ea
2023-01-12T06:56:10.293Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30c79c8a-ebf5-47f3-a497-2e030b7e5a43
2023-01-12T06:56:10.298Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0
2023-01-12T06:56:10.306Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:56:10.381Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0|INFO|500||Invoke
2023-01-12T06:56:10.381Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[360185d1-d3d2-4b1e-906c-aec704e22e13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c1d465b-feb0-44ae-9e86-7e9218ee9c01], X-ECOMP-RequestID=[360185d1-d3d2-4b1e-906c-aec704e22e13], X-TransactionId=[], X-ONAP-RequestID=[360185d1-d3d2-4b1e-906c-aec704e22e13], Content-Type=[application/merge-patch+json]}
2023-01-12T06:56:10.425Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T06:56:10.644Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?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/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:56:09 GMT], content-length=[0], vertex-id=[200864], x-aai-txid=[2-aai-resources-230112-06:56:09:007-25511], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:56:10.645Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:56:10.646Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c79c8a-ebf5-47f3-a497-2e030b7e5a43/model-vers/model-ver/dce60719-a939-40ef-a156-361a4bcf89ea?depth=0|INFO|500||InvokeReturn
2023-01-12T06:56:10.647Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:56:10.647Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:56:10.671Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:56:10.674Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 360185d1-d3d2-4b1e-906c-aec704e22e13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:56:10.675Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:56:10.676Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:10.676Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:10.676Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506570674,
  "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-12T06:56:11.698Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T06:56:11.698Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"10eee287-7dd2-4233-832e-b797d8a91675","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"83925a24-bb93-4b27-8fe3-20824693d7fa","serviceDescription":"service","serviceInvariantUUID":"ab455f2d-3fc8-4123-8fcb-f8dff54c35b4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5af38823-808b-4965-bdca-e307aae7f178","resourceInvariantUUID":"5a3d8ea4-121a-4fbe-b588-319c82cbb9c4","resourceCustomizationUUID":"763b0671-26c7-4ff6-9076-32b6cf787eaf","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":"YTM3ZjRmY2E5NWU5Y2I3MWY3NmVhYzhjZDdiNWUwMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c53d6423-a2fa-4536-afd7-785213b71e9d","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":"ae13439c-fb6f-4016-9e6c-ac93cd482e05","artifactVersion":"2","generatedFromUUID":"61f2d41e-48da-4106-b33e-f7a4add2e6d4"},{"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":"61f2d41e-48da-4106-b33e-f7a4add2e6d4","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":"Y2Q0ZTBjMjM3ZDU0Y2ZhYjEwNTgzMTYyODM1YjM0ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"667bc694-2800-44b3-ad4c-995ac450dc44","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":"dcc82a99-664b-42f5-81d4-68382a0c3ec3","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":"61f222cd-3ae3-4d31-80c0-969af0e6c36d","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":"7e36dd3e-f0c5-4f81-baa0-2a72a921756e","artifactVersion":"2","generatedFromUUID":"dcc82a99-664b-42f5-81d4-68382a0c3ec3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzE0ODkyMzgxMDdlMmFmMmVkYmQ2Njc3ODJhM2Y0MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5cef41f-e318-41a5-91bc-1ce0783d344a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTNlOGRiNjYwOWIwZTc4MDgyZGIwNDlmMGE4NDYzOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"050afedf-f42c-49d9-b7dd-7ee171f9171f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:56:11.699Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:11.700Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:11.700Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:11.700Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:12.703Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:12.703Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:12.704Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:12.704Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:13.705Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:13.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:13.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:13.706Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:14.707Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:14.709Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:14.709Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:14.709Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:15.711Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:15.718Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:15.719Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:15.719Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:16.720Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:16.721Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:16.721Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:16.721Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:17.732Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:17.733Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:17.733Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:17.733Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:18.734Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:18.735Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:18.744Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:18.744Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "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-12T06:56:19.752Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:56:19.770Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:19.771Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:19.771Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:56:20.772Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "83925a24-bb93-4b27-8fe3-20824693d7fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ab455f2d-3fc8-4123-8fcb-f8dff54c35b4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "763b0671-26c7-4ff6-9076-32b6cf787eaf",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5af38823-808b-4965-bdca-e307aae7f178",
      "resourceInvariantUUID": "5a3d8ea4-121a-4fbe-b588-319c82cbb9c4",
      "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": "ae13439c-fb6f-4016-9e6c-ac93cd482e05",
          "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": "61f2d41e-48da-4106-b33e-f7a4add2e6d4",
          "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": "Y2Q0ZTBjMjM3ZDU0Y2ZhYjEwNTgzMTYyODM1YjM0ZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "667bc694-2800-44b3-ad4c-995ac450dc44",
          "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": "dcc82a99-664b-42f5-81d4-68382a0c3ec3",
          "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": "7e36dd3e-f0c5-4f81-baa0-2a72a921756e",
            "generatedFromUUID": "dcc82a99-664b-42f5-81d4-68382a0c3ec3"
          },
          "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": "7e36dd3e-f0c5-4f81-baa0-2a72a921756e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTNlOGRiNjYwOWIwZTc4MDgyZGIwNDlmMGE4NDYzOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "050afedf-f42c-49d9-b7dd-7ee171f9171f"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T06:56:20.773Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:56:20.773Z|360185d1-d3d2-4b1e-906c-aec704e22e13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 83925a24-bb93-4b27-8fe3-20824693d7fa ASDC
2023-01-12T06:56:20.774Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:10eee287-7dd2-4233-832e-b797d8a91675
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:83925a24-bb93-4b27-8fe3-20824693d7fa
ServiceInvariantUUID:ab455f2d-3fc8-4123-8fcb-f8dff54c35b4
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:050afedf-f42c-49d9-b7dd-7ee171f9171f
ArtifactChecksum:MTNlOGRiNjYwOWIwZTc4MDgyZGIwNDlmMGE4NDYzOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:763b0671-26c7-4ff6-9076-32b6cf787eaf
ResourceInvariantUUID:5a3d8ea4-121a-4fbe-b588-319c82cbb9c4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5af38823-808b-4965-bdca-e307aae7f178
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:ae13439c-fb6f-4016-9e6c-ac93cd482e05
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:61f2d41e-48da-4106-b33e-f7a4add2e6d4
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:667bc694-2800-44b3-ad4c-995ac450dc44
ArtifactChecksum:Y2Q0ZTBjMjM3ZDU0Y2ZhYjEwNTgzMTYyODM1YjM0ZTc=
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:dcc82a99-664b-42f5-81d4-68382a0c3ec3
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:7e36dd3e-f0c5-4f81-baa0-2a72a921756e
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:7e36dd3e-f0c5-4f81-baa0-2a72a921756e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-12T06:56:20.774Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83925a24-bb93-4b27-8fe3-20824693d7fa 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-12T06:56:20.812Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:56:20.813Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:56:20.813Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:56:20.813Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 050afedf-f42c-49d9-b7dd-7ee171f9171f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-12T06:56:20.813Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:56:20.814Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-12T06:56:21.030Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:56:21.037Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 050afedf-f42c-49d9-b7dd-7ee171f9171f 73979
2023-01-12T06:56:21.038Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-12T06:56:21.038Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-12T06:56:21.038Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:56:21.038Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:21.038Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:21.039Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506581038,
  "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-12T06:56:22.039Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:56:22.041Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:56:22.041Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 050afedf-f42c-49d9-b7dd-7ee171f9171f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:22.042Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-12T06:56:22.042Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:22.042Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:22.239Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16692180757540331292/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-12T06:56:23.776Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:56:23.779Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:56:23.779Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:23.780Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-12T06:56:23.780Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:23.780Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:23.781Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:23.781Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-12T06:56:23.781Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:56:23.782Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.782Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.783Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:23.783Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:56:23.783Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:56:23.784Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.784Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.785Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:23.785Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:56:23.785Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:56:23.785Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.786Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.786Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.786Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-12T06:56:23.787Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-12T06:56:23.787Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-12T06:56:23.787Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T06:56:23.787Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.788Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:56:23.788Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.788Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:23.788Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:56:23.789Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.789Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:23.789Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:56:23.790Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.790Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:23.790Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:56:23.791Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.791Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-12T06:56:23.791Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-12T06:56:23.791Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=752e1200-fca4-4db4-8f4c-fa10465d19e2
2023-01-12T06:56:23.792Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.792Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.792Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.792Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.793Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.793Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.793Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:23.793Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:23.794Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:83925a24-bb93-4b27-8fe3-20824693d7fa
Model Version:NULL
Model InvariantUuid:ab455f2d-3fc8-4123-8fcb-f8dff54c35b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:079ab3db-32c2-4ff0-a0ff-31f5e859c571
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5a3d8ea4-121a-4fbe-b588-319c82cbb9c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:763b0671-26c7-4ff6-9076-32b6cf787eaf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ffffe6f-4ec4-412d-bd70-885db6fa0ea5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:33680227-2894-41fd-9dfe-45f155f33e18
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:752e1200-fca4-4db4-8f4c-fa10465d19e2
ModelInvariantUuid:a34c8c5a-8129-4ec6-bf7f-e280de7aa0ec
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7a84dc9f-73c4-4af8-b8e5-c6094ecefd99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e3f6c480-bfaf-474a-962a-8b6a946e4437
ModelInvariantUuid:0435446b-5b44-4236-ba28-fd4b4922e361
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9bb5bae8-1d40-4d77-94dc-09a259a7a1fa
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-12T06:56:23.800Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5af38823-808b-4965-bdca-e307aae7f178
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-12T06:56:23.803Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||basic_cnf 0
2023-01-12T06:56:23.804Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5af38823-808b-4965-bdca-e307aae7f178
2023-01-12T06:56:23.804Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ae13439c-fb6f-4016-9e6c-ac93cd482e05 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-12T06:56:23.804Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:56:23.804Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-12T06:56:23.865Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:56:23.866Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ae13439c-fb6f-4016-9e6c-ac93cd482e05 12
2023-01-12T06:56:23.868Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-12T06:56:23.869Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-12T06:56:23.870Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:56:23.870Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:23.870Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:23.870Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506583868,
  "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-12T06:56:24.871Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 61f2d41e-48da-4106-b33e-f7a4add2e6d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-12T06:56:24.873Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:56:24.873Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-12T06:56:24.957Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:56:24.958Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 61f2d41e-48da-4106-b33e-f7a4add2e6d4 2688
2023-01-12T06:56:24.958Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-12T06:56:24.958Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-12T06:56:24.959Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:56:24.959Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:24.959Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:24.959Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506584958,
  "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-12T06:56:25.962Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 667bc694-2800-44b3-ad4c-995ac450dc44 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-12T06:56:25.962Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:56:25.962Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-12T06:56:26.033Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:56:26.034Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 667bc694-2800-44b3-ad4c-995ac450dc44 828
2023-01-12T06:56:26.034Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-12T06:56:26.034Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-12T06:56:26.034Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:56:26.035Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:26.035Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:26.035Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506586034,
  "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-12T06:56:27.036Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3ffffe6f-4ec4-412d-bd70-885db6fa0ea5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33680227-2894-41fd-9dfe-45f155f33e18",
    "vfModuleModelCustomizationUUID": "c3b918dc-1dc5-4cf4-8dcd-692fba010b4f",
    "isBase": true,
    "artifacts": [
      "61f2d41e-48da-4106-b33e-f7a4add2e6d4",
      "dcc82a99-664b-42f5-81d4-68382a0c3ec3",
      "7e36dd3e-f0c5-4f81-baa0-2a72a921756e"
    ],
    "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-12T06:56:27.040Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33680227-2894-41fd-9dfe-45f155f33e18
VfModuleModelInvariantUUID:3ffffe6f-4ec4-412d-bd70-885db6fa0ea5
VfModuleModelDescription:NULL
Artifacts UUID List:{
61f2d41e-48da-4106-b33e-f7a4add2e6d4
,
dcc82a99-664b-42f5-81d4-68382a0c3ec3
,
7e36dd3e-f0c5-4f81-baa0-2a72a921756e

}
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-12T06:56:27.043Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3ffffe6f-4ec4-412d-bd70-885db6fa0ea5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33680227-2894-41fd-9dfe-45f155f33e18",
    "vfModuleModelCustomizationUUID": "c3b918dc-1dc5-4cf4-8dcd-692fba010b4f",
    "isBase": true,
    "artifacts": [
      "61f2d41e-48da-4106-b33e-f7a4add2e6d4",
      "dcc82a99-664b-42f5-81d4-68382a0c3ec3",
      "7e36dd3e-f0c5-4f81-baa0-2a72a921756e"
    ],
    "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-12T06:56:27.043Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33680227-2894-41fd-9dfe-45f155f33e18
VfModuleModelInvariantUUID:3ffffe6f-4ec4-412d-bd70-885db6fa0ea5
VfModuleModelDescription:NULL
Artifacts UUID List:{
61f2d41e-48da-4106-b33e-f7a4add2e6d4
,
dcc82a99-664b-42f5-81d4-68382a0c3ec3
,
7e36dd3e-f0c5-4f81-baa0-2a72a921756e

}
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-12T06:56:27.044Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dcc82a99-664b-42f5-81d4-68382a0c3ec3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-12T06:56:27.044Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:56:27.044Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-12T06:56:27.129Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:56:27.130Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dcc82a99-664b-42f5-81d4-68382a0c3ec3 1164
2023-01-12T06:56:27.130Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-12T06:56:27.130Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-12T06:56:27.131Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:56:27.131Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:27.131Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:27.131Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506587130,
  "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-12T06:56:28.133Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e36dd3e-f0c5-4f81-baa0-2a72a921756e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-12T06:56:28.133Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:56:28.134Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-12T06:56:28.209Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:56:28.210Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7e36dd3e-f0c5-4f81-baa0-2a72a921756e 200
2023-01-12T06:56:28.210Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-12T06:56:28.210Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-12T06:56:28.210Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:56:28.211Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:28.211Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:28.211Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506588210,
  "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-12T06:56:29.212Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 83925a24-bb93-4b27-8fe3-20824693d7fa
2023-01-12T06:56:29.212Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5af38823-808b-4965-bdca-e307aae7f178 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2023-01-12T06:56:29.240Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-12T06:56:29.247Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f89a2bd, org.onap.sdc.toscaparser.api.parameters.Input@69dedf19, org.onap.sdc.toscaparser.api.parameters.Input@3b316223, org.onap.sdc.toscaparser.api.parameters.Input@7008be20, org.onap.sdc.toscaparser.api.parameters.Input@22c676d6]
2023-01-12T06:56:29.250Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.251Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.251Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-12T06:56:29.251Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 763b0671-26c7-4ff6-9076-32b6cf787eaf
2023-01-12T06:56:29.251Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 763b0671-26c7-4ff6-9076-32b6cf787eaf matches Tosca VF Customization UUID: 763b0671-26c7-4ff6-9076-32b6cf787eaf
2023-01-12T06:56:29.252Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 763b0671-26c7-4ff6-9076-32b6cf787eaf  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-12T06:56:29.256Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.256Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.258Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 763b0671-26c7-4ff6-9076-32b6cf787eaf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T06:56:29.258Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38235855
2023-01-12T06:56:29.258Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.259Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:56:29.260Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3b918dc-1dc5-4cf4-8dcd-692fba010b4f
2023-01-12T06:56:29.261Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3b918dc-1dc5-4cf4-8dcd-692fba010b4f
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-12T06:56:29.265Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.266Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:29.267Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:56:29.268Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.268Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:29.269Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:56:29.269Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.269Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-12T06:56:29.270Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-12T06:56:29.270Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=752e1200-fca4-4db4-8f4c-fa10465d19e2
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-12T06:56:29.277Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.277Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:29.277Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:56:29.278Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.278Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-12T06:56:29.278Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=763b0671-26c7-4ff6-9076-32b6cf787eaf
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-12T06:56:29.291Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.292Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.293Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 83925a24-bb93-4b27-8fe3-20824693d7fa: basic_cnf
2023-01-12T06:56:29.293Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.293Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.294Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.294Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.294Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.294Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.295Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.295Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.295Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T06:56:29.296Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:56:29.297Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:56:29.423Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5af38823-808b-4965-bdca-e307aae7f178 1 ASDC deployResourceStructure
2023-01-12T06:56:29.424Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-12T06:56:29.424Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-01-12T06:56:29.428Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-12T06:56:29.429Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:29.429Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:29.429Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506589423,
  "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-12T06:56:30.430Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-12T06:56:30.430Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-12T06:56:30.430Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-12T06:56:30.431Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:30.431Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:30.431Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506590430,
  "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-12T06:56:31.432Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-12T06:56:31.432Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-12T06:56:31.432Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:56:31.433Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:31.433Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:31.433Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506591432,
  "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-12T06:56:32.434Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-12T06:56:32.434Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-12T06:56:32.434Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:56:32.435Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:32.435Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:32.435Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506592434,
  "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-12T06:56:33.436Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-12T06:56:33.437Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-12T06:56:33.437Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:56:33.437Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:33.437Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:33.437Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506593436,
  "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-12T06:56:34.438Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-12T06:56:34.439Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-12T06:56:34.439Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:56:34.439Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:56:34.439Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:56:34.440Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506594438,
  "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-12T06:56:35.441Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10eee287-7dd2-4233-832e-b797d8a91675
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:56:35.469Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10eee287-7dd2-4233-832e-b797d8a91675
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-12T06:56:35.473Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:56:35.473Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T06:56:35.474Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:56:35.481Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:56:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:56:36.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506520818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:56:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:56:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:56:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-12T06:56:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:56:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:56:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506529124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:56:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506532694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506533779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506534893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:56:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:56:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:56:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506536200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:56:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:05.482Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10eee287-7dd2-4233-832e-b797d8a91675 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-12T06:57:05.489Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10eee287-7dd2-4233-832e-b797d8a91675 and serviceModelVersionId: 83925a24-bb93-4b27-8fe3-20824693d7fa
2023-01-12T06:57:05.490Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab455f2d-3fc8-4123-8fcb-f8dff54c35b4
2023-01-12T06:57:05.490Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab455f2d-3fc8-4123-8fcb-f8dff54c35b4/model-vers/model-ver/83925a24-bb93-4b27-8fe3-20824693d7fa?depth=0
2023-01-12T06:57:05.497Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:57:05.549Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab455f2d-3fc8-4123-8fcb-f8dff54c35b4/model-vers/model-ver/83925a24-bb93-4b27-8fe3-20824693d7fa?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-12T06:57:05.550Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab455f2d-3fc8-4123-8fcb-f8dff54c35b4/model-vers/model-ver/83925a24-bb93-4b27-8fe3-20824693d7fa?depth=0|INFO|500||Invoke
2023-01-12T06:57:05.579Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab455f2d-3fc8-4123-8fcb-f8dff54c35b4/model-vers/model-ver/83925a24-bb93-4b27-8fe3-20824693d7fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T06:57:05.742Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab455f2d-3fc8-4123-8fcb-f8dff54c35b4/model-vers/model-ver/83925a24-bb93-4b27-8fe3-20824693d7fa?depth=0|INFO|500||InvokeReturn
2023-01-12T06:57:05.743Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab455f2d-3fc8-4123-8fcb-f8dff54c35b4/model-vers/model-ver/83925a24-bb93-4b27-8fe3-20824693d7fa?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:57:04 GMT], content-length=[0], vertex-id=[217280], x-aai-txid=[1-aai-resources-230112-06:57:04:164-58959], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:57:05.745Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:57:05.746Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:57:05.754Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:57:05.761Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:57:05.762Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10eee287-7dd2-4233-832e-b797d8a91675 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:57:05.762Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:57:05.763Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:57:05.763Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:57:05.763Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506625762,
  "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-12T06:57:06.791Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:57:36.488Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:57:36.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.500Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506537212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.501Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506538214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.502Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506539217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.502Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "360185d1-d3d2-4b1e-906c-aec704e22e13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506570674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:57:36.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:57:36.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-12T06:57:36.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-12T06:57:36.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T06:57:36.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.506Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-12T06:57:36.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.506Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:57:36.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.507Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-12T06:57:36.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.508Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T06:57:36.508Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.508Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506417865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T06:57:36.508Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506581038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506583868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.510Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506584958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:57:36.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.510Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506586034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:57:36.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.511Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506587130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:57:36.511Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.511Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506588210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T06:57:36.511Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.512Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506589423,
  "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-12T06:57:36.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.512Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506590430,
  "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-12T06:57:36.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.512Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506591432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506592434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506593436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:57:36.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T06:57:36.514Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506594438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T06:57:36.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:58:06.797Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:58:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:58:36.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:58:36.491Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10eee287-7dd2-4233-832e-b797d8a91675",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673506625762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:58:36.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:59:06.798Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:59:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:00:06.798Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:00:36.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:01:06.801Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:01:36.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:02:06.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:02:36.496Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:03:06.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:03:36.497Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:04:06.804Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:04:36.498Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:05:06.804Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:05:36.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:06:06.807Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:06:36.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:07:06.808Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:07:36.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:08:06.809Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:08:36.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:09:06.811Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:09:36.515Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:10:06.812Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:10:36.517Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:11:06.814Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:11:36.518Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:12:06.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:12:36.520Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:13:06.816Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:13:36.521Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:14:06.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:14:36.523Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:15:06.821Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:15:36.525Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:16:06.824Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:16:36.526Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:17:06.827Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:17:36.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:18:06.829Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:18:36.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:19:06.829Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:19:36.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:20:06.831Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:20:36.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:21:06.832Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:21:36.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:22:06.835Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:22:36.541Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:23:06.837Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:23:36.543Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:24:06.838Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:24:36.545Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:25:06.839Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:25:36.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:26:06.841Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:26:36.547Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:27:06.843Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:27:36.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:28:06.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:28:36.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:29:06.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:29:36.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:30:06.848Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:30:36.554Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:31:06.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:31:15.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-12T07:31:15.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"23e40974-aed9-4d7e-b838-ee9a43c8eb4c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"27f24cee-dace-4496-9264-e991f9a21356","serviceDescription":"service","serviceInvariantUUID":"b36193b1-dd3c-4474-b598-c5d5b078e876","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98e25956-2f3c-4805-859a-da808a9e9858","resourceInvariantUUID":"ab654e27-8d8a-4d77-aa57-0713dc018747","resourceCustomizationUUID":"2906d20e-932d-4b84-a0cc-dc1a242a5ded","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":"MzFjZTA0YmM2ZDk5NDU2NWEzY2RhZTY0MzYwOGMzNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e50a1000-13c5-498b-9506-01a55ecc6b20","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":"YTAwNTM4MDZlMGIxMGFmMGVkZWU1NDk2ZGI4ZjUyMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"829eb866-39f7-4504-b425-9318465efac7","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":"ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6","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":"03d5d12e-b600-4068-a914-40ec6e647d18","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":"a8b638a6-717c-40a4-a515-e4f243fa8122","artifactVersion":"2","generatedFromUUID":"952d1838-f7ab-4b69-98eb-37616a8e5b46"},{"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":"5d4b94b7-35ce-4385-a6fc-c41f2a090039","artifactVersion":"2","generatedFromUUID":"ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6"},{"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":"952d1838-f7ab-4b69-98eb-37616a8e5b46","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":"785c3853-4b0a-49b0-ae22-22b888f0fe0b","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":"ZTJkYmRlYWJjMjcwOWUyMmRkOTcwZGEzZjFlNzhiMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4e2156f-4934-47df-bb1a-408bc797d2a7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjI2NGM4OGI5NjVlZWJjNjA4ZmFlZTczYjE1ZjljNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa15f6d1-c438-4e36-a480-4827dceeeaf7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T07:31:15.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:15.294Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:15.295Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:15.295Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:15.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T07:31:15.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T07:31:15.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T07:31:15.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T07:31:15.303Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T07:31:15.303Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T07:31:15.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:31:15.315Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:31:15.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:31:16.307Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:16.308Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:16.309Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:16.309Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:17.311Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:17.312Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:17.312Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:17.313Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:18.314Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:18.315Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:18.316Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:18.316Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:19.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:19.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:19.330Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:19.331Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:20.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:20.342Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:20.342Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:20.342Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:21.343Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:21.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:21.345Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:21.346Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:22.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:22.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:22.348Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:22.348Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:23.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:23.353Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:23.353Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:23.353Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "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-12T07:31:24.354Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:31:24.355Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:24.355Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:24.355Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:31:25.365Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "27f24cee-dace-4496-9264-e991f9a21356",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b36193b1-dd3c-4474-b598-c5d5b078e876",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2906d20e-932d-4b84-a0cc-dc1a242a5ded",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98e25956-2f3c-4805-859a-da808a9e9858",
      "resourceInvariantUUID": "ab654e27-8d8a-4d77-aa57-0713dc018747",
      "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": "YTAwNTM4MDZlMGIxMGFmMGVkZWU1NDk2ZGI4ZjUyMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "829eb866-39f7-4504-b425-9318465efac7",
          "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": "ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6",
          "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": "5d4b94b7-35ce-4385-a6fc-c41f2a090039",
            "generatedFromUUID": "ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6"
          },
          "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": "a8b638a6-717c-40a4-a515-e4f243fa8122",
          "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": "5d4b94b7-35ce-4385-a6fc-c41f2a090039",
          "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": "952d1838-f7ab-4b69-98eb-37616a8e5b46",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjI2NGM4OGI5NjVlZWJjNjA4ZmFlZTczYjE1ZjljNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa15f6d1-c438-4e36-a480-4827dceeeaf7"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T07:31:25.365Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T07:31:25.365Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 27f24cee-dace-4496-9264-e991f9a21356 ASDC
2023-01-12T07:31:25.366Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:23e40974-aed9-4d7e-b838-ee9a43c8eb4c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:27f24cee-dace-4496-9264-e991f9a21356
ServiceInvariantUUID:b36193b1-dd3c-4474-b598-c5d5b078e876
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:aa15f6d1-c438-4e36-a480-4827dceeeaf7
ArtifactChecksum:MjI2NGM4OGI5NjVlZWJjNjA4ZmFlZTczYjE1ZjljNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2906d20e-932d-4b84-a0cc-dc1a242a5ded
ResourceInvariantUUID:ab654e27-8d8a-4d77-aa57-0713dc018747
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:98e25956-2f3c-4805-859a-da808a9e9858
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:829eb866-39f7-4504-b425-9318465efac7
ArtifactChecksum:YTAwNTM4MDZlMGIxMGFmMGVkZWU1NDk2ZGI4ZjUyMmE=
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:ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6
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:5d4b94b7-35ce-4385-a6fc-c41f2a090039
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:a8b638a6-717c-40a4-a515-e4f243fa8122
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:5d4b94b7-35ce-4385-a6fc-c41f2a090039
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:952d1838-f7ab-4b69-98eb-37616a8e5b46
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-12T07:31:25.367Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f24cee-dace-4496-9264-e991f9a21356 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-12T07:31:25.458Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T07:31:25.460Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:31:25.461Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:31:25.461Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aa15f6d1-c438-4e36-a480-4827dceeeaf7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-12T07:31:25.462Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:31:25.462Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-12T07:31:25.686Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:31:25.704Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar aa15f6d1-c438-4e36-a480-4827dceeeaf7 163285
2023-01-12T07:31:25.705Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:25.706Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:25.706Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:31:25.706Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:25.707Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:25.707Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508685705,
  "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-12T07:31:26.708Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T07:31:26.709Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:31:26.710Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: aa15f6d1-c438-4e36-a480-4827dceeeaf7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-12T07:31:26.711Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-12T07:31:26.712Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-12T07:31:26.713Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-12T07:31:26.901Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17122041752388916304/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-12T07:31:28.655Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T07:31:28.656Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T07:31:28.656Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-12T07:31:28.656Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-12T07:31:28.656Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.656Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.656Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.657Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.657Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T07:31:28.657Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.657Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.658Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:28.658Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T07:31:28.658Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.659Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.660Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.660Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-12T07:31:28.660Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-12T07:31:28.660Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-12T07:31:28.661Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T07:31:28.661Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.661Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T07:31:28.661Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.661Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:28.661Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:31:28.662Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.662Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:28.662Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:31:28.662Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.663Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:28.663Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:31:28.663Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.663Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:28.663Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:31:28.663Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.664Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-12T07:31:28.664Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-12T07:31:28.664Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=13de04db-a4d4-4379-a050-249099cd7948
2023-01-12T07:31:28.664Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.664Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:28.665Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:27f24cee-dace-4496-9264-e991f9a21356
Model Version:NULL
Model InvariantUuid:b36193b1-dd3c-4474-b598-c5d5b078e876
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ecd878ba-4efe-41ce-aa03-d41a0a6ec384
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab654e27-8d8a-4d77-aa57-0713dc018747
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2906d20e-932d-4b84-a0cc-dc1a242a5ded
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7496698-5cb2-42ef-912c-6184ea07c358
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:55af40c6-1a9f-476d-961f-7a6bc6154e21
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:799a6dd8-4552-43bb-b0c3-e247cabb62c6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b2ce1675-1217-4c9b-ad24-f0c080444f95
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13de04db-a4d4-4379-a050-249099cd7948
ModelInvariantUuid:8b689aeb-72fe-4e6f-ad5b-aae4215f33e6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f0c9fa98-4216-4707-b81d-46ffb54e25c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5cdab15c-84ad-44e8-8d80-a6d7535f16b5
ModelInvariantUuid:fa2510c1-95f8-4428-8d8c-f263701f4a61
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4bbf92ab-3834-4b39-907f-3e72ac9b5942
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-12T07:31:28.675Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 98e25956-2f3c-4805-859a-da808a9e9858
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-12T07:31:28.686Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2023-01-12T07:31:28.687Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98e25956-2f3c-4805-859a-da808a9e9858
2023-01-12T07:31:28.687Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 829eb866-39f7-4504-b425-9318465efac7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-12T07:31:28.687Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:31:28.687Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.759Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:31:28.759Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 829eb866-39f7-4504-b425-9318465efac7 1565
2023-01-12T07:31:28.760Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.760Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:28.760Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:31:28.761Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:28.761Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:28.761Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508688760,
  "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-12T07:31:29.762Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "799a6dd8-4552-43bb-b0c3-e247cabb62c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2ce1675-1217-4c9b-ad24-f0c080444f95",
    "vfModuleModelCustomizationUUID": "56655ad2-61b7-4f38-9d2d-fb0fea1a23e2",
    "isBase": true,
    "artifacts": [
      "ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6",
      "5d4b94b7-35ce-4385-a6fc-c41f2a090039"
    ],
    "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": "c7496698-5cb2-42ef-912c-6184ea07c358",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55af40c6-1a9f-476d-961f-7a6bc6154e21",
    "vfModuleModelCustomizationUUID": "a5a7dfc7-cf5a-4e2b-bff6-6e4970280278",
    "isBase": false,
    "artifacts": [
      "952d1838-f7ab-4b69-98eb-37616a8e5b46"
    ],
    "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-12T07:31:29.772Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2ce1675-1217-4c9b-ad24-f0c080444f95
VfModuleModelInvariantUUID:799a6dd8-4552-43bb-b0c3-e247cabb62c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6
,
5d4b94b7-35ce-4385-a6fc-c41f2a090039

}
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:55af40c6-1a9f-476d-961f-7a6bc6154e21
VfModuleModelInvariantUUID:c7496698-5cb2-42ef-912c-6184ea07c358
VfModuleModelDescription:NULL
Artifacts UUID List:{
952d1838-f7ab-4b69-98eb-37616a8e5b46

}
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-12T07:31:29.778Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "799a6dd8-4552-43bb-b0c3-e247cabb62c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2ce1675-1217-4c9b-ad24-f0c080444f95",
    "vfModuleModelCustomizationUUID": "56655ad2-61b7-4f38-9d2d-fb0fea1a23e2",
    "isBase": true,
    "artifacts": [
      "ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6",
      "5d4b94b7-35ce-4385-a6fc-c41f2a090039"
    ],
    "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": "c7496698-5cb2-42ef-912c-6184ea07c358",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "55af40c6-1a9f-476d-961f-7a6bc6154e21",
    "vfModuleModelCustomizationUUID": "a5a7dfc7-cf5a-4e2b-bff6-6e4970280278",
    "isBase": false,
    "artifacts": [
      "952d1838-f7ab-4b69-98eb-37616a8e5b46"
    ],
    "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-12T07:31:29.779Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2ce1675-1217-4c9b-ad24-f0c080444f95
VfModuleModelInvariantUUID:799a6dd8-4552-43bb-b0c3-e247cabb62c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6
,
5d4b94b7-35ce-4385-a6fc-c41f2a090039

}
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:55af40c6-1a9f-476d-961f-7a6bc6154e21
VfModuleModelInvariantUUID:c7496698-5cb2-42ef-912c-6184ea07c358
VfModuleModelDescription:NULL
Artifacts UUID List:{
952d1838-f7ab-4b69-98eb-37616a8e5b46

}
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-12T07:31:29.779Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-12T07:31:29.779Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:31:29.779Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:29.875Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:31:29.875Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ac90bf87-282c-4bb1-a3e8-e95a23d9f6e6 914
2023-01-12T07:31:29.877Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:29.877Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:29.877Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:31:29.877Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:29.878Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:29.878Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508689877,
  "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-12T07:31:30.879Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a8b638a6-717c-40a4-a515-e4f243fa8122 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-12T07:31:30.882Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:31:30.882Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:30.957Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:31:30.958Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a8b638a6-717c-40a4-a515-e4f243fa8122 12
2023-01-12T07:31:30.958Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:30.958Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:30.958Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:31:30.958Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:30.959Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:30.959Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508690958,
  "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-12T07:31:31.960Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5d4b94b7-35ce-4385-a6fc-c41f2a090039 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-12T07:31:31.960Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:31:31.960Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:32.061Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:31:32.062Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5d4b94b7-35ce-4385-a6fc-c41f2a090039 96
2023-01-12T07:31:32.062Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:32.063Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:32.063Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:31:32.063Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:32.063Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:32.064Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508692062,
  "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-12T07:31:33.068Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 952d1838-f7ab-4b69-98eb-37616a8e5b46 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-12T07:31:33.069Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:31:33.069Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:33.151Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:31:33.153Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 952d1838-f7ab-4b69-98eb-37616a8e5b46 20206
2023-01-12T07:31:33.154Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:33.154Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:33.154Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:31:33.155Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:33.155Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:33.155Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508693154,
  "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-12T07:31:34.161Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 27f24cee-dace-4496-9264-e991f9a21356
2023-01-12T07:31:34.161Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 98e25956-2f3c-4805-859a-da808a9e9858 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-12T07:31:34.170Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@354b05fb, org.onap.sdc.toscaparser.api.parameters.Input@29b8680b, org.onap.sdc.toscaparser.api.parameters.Input@3f462e8, org.onap.sdc.toscaparser.api.parameters.Input@7a21edd, org.onap.sdc.toscaparser.api.parameters.Input@6aaba70f]
2023-01-12T07:31:34.173Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.173Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.173Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-01-12T07:31:34.173Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2906d20e-932d-4b84-a0cc-dc1a242a5ded
2023-01-12T07:31:34.173Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2906d20e-932d-4b84-a0cc-dc1a242a5ded matches Tosca VF Customization UUID: 2906d20e-932d-4b84-a0cc-dc1a242a5ded
2023-01-12T07:31:34.174Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2906d20e-932d-4b84-a0cc-dc1a242a5ded  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-12T07:31:34.178Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.178Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.179Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2906d20e-932d-4b84-a0cc-dc1a242a5ded: {\"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-12T07:31:34.179Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37390598
2023-01-12T07:31:34.179Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.179Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T07:31:34.179Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a5a7dfc7-cf5a-4e2b-bff6-6e4970280278
2023-01-12T07:31:34.180Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a5a7dfc7-cf5a-4e2b-bff6-6e4970280278
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-12T07:31:34.183Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.183Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:34.183Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:31:34.183Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.184Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:34.184Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:31:34.184Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.185Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-12T07:31:34.185Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2906d20e-932d-4b84-a0cc-dc1a242a5ded
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-12T07:31:34.187Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.188Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.188Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 27f24cee-dace-4496-9264-e991f9a21356: basic_cnf_macro
2023-01-12T07:31:34.188Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.188Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.189Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.189Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.189Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.189Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.189Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.190Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.190Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:31:34.190Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:31:34.190Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:34.289Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 98e25956-2f3c-4805-859a-da808a9e9858 2 ASDC deployResourceStructure
2023-01-12T07:31:34.289Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:34.290Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:34.290Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:31:34.290Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:34.290Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:34.290Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508694289,
  "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-12T07:31:35.292Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:35.292Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:35.293Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:31:35.293Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:35.293Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:35.293Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508695292,
  "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-12T07:31:36.296Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:36.297Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:36.297Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-12T07:31:36.298Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:36.298Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:36.298Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508696296,
  "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-12T07:31:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:31:36.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:31:36.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:31:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:31:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:31:37.300Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:37.300Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:37.300Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:31:37.301Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:37.301Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:37.301Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508697300,
  "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-12T07:31:38.302Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:38.302Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:38.302Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-12T07:31:38.303Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:38.303Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:38.303Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508698302,
  "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-12T07:31:39.304Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:39.304Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:31:39.305Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:31:39.305Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:31:39.305Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:31:39.305Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508699304,
  "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-12T07:31:40.307Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T07:31:40.331Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
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-12T07:31:40.335Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T07:31:40.335Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T07:31:40.335Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T07:32:10.335Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T07:32:10.349Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
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-12T07:32:10.353Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T07:32:10.354Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T07:32:10.354Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T07:32:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:32:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.504Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.507Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.514Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.515Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.515Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.516Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.517Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.517Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.518Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.518Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.519Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.520Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.523Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.524Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.525Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.525Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508674385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508656956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508661562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508650101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508672414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508666872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508684944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508684100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508684873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508685705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508685002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508685878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508686025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "policy-distribution",
  "timestamp": 1673508686880,
  "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-12T07:32:36.552Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
2023-01-12T07:32:36.553Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23e40974-aed9-4d7e-b838-ee9a43c8eb4c 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-12T07:32:36.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508687091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508687498,
  "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-12T07:32:36.579Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
2023-01-12T07:32:36.580Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23e40974-aed9-4d7e-b838-ee9a43c8eb4c 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-12T07:32:36.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.597Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508688760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508688180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508689877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508689245,
  "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-12T07:32:36.609Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
2023-01-12T07:32:36.609Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23e40974-aed9-4d7e-b838-ee9a43c8eb4c 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-12T07:32:36.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.622Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.623Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.624Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508679949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.625Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.626Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508690246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T07:32:36.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.626Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508690958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.627Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.628Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508690740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508692062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.631Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.631Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.632Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508693154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:32:36.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508691672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:32:36.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508693114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:32:36.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508684548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.639Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508692674,
  "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-12T07:32:36.646Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
2023-01-12T07:32:36.647Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23e40974-aed9-4d7e-b838-ee9a43c8eb4c 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-12T07:32:36.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.662Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.663Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508694289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T07:32:36.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508694123,
  "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-12T07:32:36.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
2023-01-12T07:32:36.677Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23e40974-aed9-4d7e-b838-ee9a43c8eb4c 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-12T07:32:36.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.706Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.707Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508695292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T07:32:36.707Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.708Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508687881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:32:36.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508688500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:32:36.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:36.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T07:32:36.711Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508696296,
  "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-12T07:32:36.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:32:40.354Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T07:32:40.365Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c
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-12T07:32:40.367Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T07:32:40.367Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T07:32:40.367Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T07:32:40.368Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T07:32:40.368Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:32:40.368Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:32:40.368Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:32:40.368Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:32:40.369Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:32:40.369Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:32:40.375Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T07:33:10.376Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c 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-12T07:33:10.387Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23e40974-aed9-4d7e-b838-ee9a43c8eb4c and serviceModelVersionId: 27f24cee-dace-4496-9264-e991f9a21356
2023-01-12T07:33:10.388Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b36193b1-dd3c-4474-b598-c5d5b078e876
2023-01-12T07:33:10.389Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b36193b1-dd3c-4474-b598-c5d5b078e876/model-vers/model-ver/27f24cee-dace-4496-9264-e991f9a21356?depth=0
2023-01-12T07:33:10.397Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T07:33:10.493Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b36193b1-dd3c-4474-b598-c5d5b078e876/model-vers/model-ver/27f24cee-dace-4496-9264-e991f9a21356?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-12T07:33:10.498Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b36193b1-dd3c-4474-b598-c5d5b078e876/model-vers/model-ver/27f24cee-dace-4496-9264-e991f9a21356?depth=0|INFO|500||Invoke
2023-01-12T07:33:10.540Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b36193b1-dd3c-4474-b598-c5d5b078e876/model-vers/model-ver/27f24cee-dace-4496-9264-e991f9a21356?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T07:33:10.680Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b36193b1-dd3c-4474-b598-c5d5b078e876/model-vers/model-ver/27f24cee-dace-4496-9264-e991f9a21356?depth=0|INFO|500||InvokeReturn
2023-01-12T07:33:10.682Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b36193b1-dd3c-4474-b598-c5d5b078e876/model-vers/model-ver/27f24cee-dace-4496-9264-e991f9a21356?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 07:33:09 GMT], content-length=[0], vertex-id=[245968], x-aai-txid=[1-aai-resources-230112-07:33:09:027-16560], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T07:33:10.683Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-12T07:33:10.685Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T07:33:10.685Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:33:10.693Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||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-12T07:33:10.694Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23e40974-aed9-4d7e-b838-ee9a43c8eb4c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T07:33:10.695Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T07:33:10.695Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:10.695Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:10.695Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508790694,
  "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-12T07:33:11.725Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:33:11.732Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-12T07:33:11.733Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"3538276b-b4f6-446a-875d-ec3d14cdb885","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7ff8f971-c207-46f9-91f5-c066a23f45d3","serviceDescription":"service","serviceInvariantUUID":"d3a65773-c966-4270-b14b-bd53227be625","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a00381d-53fe-4b82-89c7-d80cd578a1a1","resourceInvariantUUID":"330dafd6-736d-4c83-b3c9-41cae09aaf99","resourceCustomizationUUID":"b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df","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":"MDcyOWExNGQ2MjhkY2Y2MWM4OTZkZjA0NWExOTNkMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d0f2add-2f49-4d66-b242-68e5e08f797d","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":"NzIxNDY0YzNmZGFhMjg4MTlmODY2MGYwOGJmNGNkYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6ca3363-77c3-486f-92d1-5e2ebfe6c515","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":"03384b1d-51ef-4f30-9a54-c6966502c79b","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":"04063fb5-ca8b-4899-9afb-49a75ca9085f","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":"c0f2434f-5a9d-45ff-a3fd-334c66627727","artifactVersion":"2","generatedFromUUID":"03384b1d-51ef-4f30-9a54-c6966502c79b"},{"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":"MTkzODNhMDllZWRlZTYzMDM0Mzk1YjUxOWRiNWYxOGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"347286d9-b88a-483c-a9f3-64a3235650e4","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":"NWJiYzg4YmRkOTE5NWZkOGZkNzU1N2VjYmZmYzMxMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51887219-21b8-4a6b-9056-f11e7cbde2f0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjJlMDc0NDFiZTJkZTQwMzc0YmI3YWQ1ZTNmNTVkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1966367-f2f7-4a97-897b-279ec9fe83b6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T07:33:11.737Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:11.737Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:11.737Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:11.738Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:12.740Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:12.741Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:12.741Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:12.741Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:13.742Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:13.743Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:13.743Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:13.743Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:14.745Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:14.745Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:14.745Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:14.746Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:15.747Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:15.748Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:15.750Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:15.750Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:16.751Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:16.752Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:16.752Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:16.752Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:17.753Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:17.753Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:17.754Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:17.754Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:33:18.754Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:33:18.755Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:18.755Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:18.755Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:33:19.757Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7ff8f971-c207-46f9-91f5-c066a23f45d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d3a65773-c966-4270-b14b-bd53227be625",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3a00381d-53fe-4b82-89c7-d80cd578a1a1",
      "resourceInvariantUUID": "330dafd6-736d-4c83-b3c9-41cae09aaf99",
      "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": "NzIxNDY0YzNmZGFhMjg4MTlmODY2MGYwOGJmNGNkYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e6ca3363-77c3-486f-92d1-5e2ebfe6c515",
          "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": "03384b1d-51ef-4f30-9a54-c6966502c79b",
          "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": "c0f2434f-5a9d-45ff-a3fd-334c66627727",
            "generatedFromUUID": "03384b1d-51ef-4f30-9a54-c6966502c79b"
          },
          "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": "c0f2434f-5a9d-45ff-a3fd-334c66627727",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjJlMDc0NDFiZTJkZTQwMzc0YmI3YWQ1ZTNmNTVkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1966367-f2f7-4a97-897b-279ec9fe83b6"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T07:33:19.757Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T07:33:19.757Z|23e40974-aed9-4d7e-b838-ee9a43c8eb4c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ff8f971-c207-46f9-91f5-c066a23f45d3 ASDC
2023-01-12T07:33:19.758Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3538276b-b4f6-446a-875d-ec3d14cdb885
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7ff8f971-c207-46f9-91f5-c066a23f45d3
ServiceInvariantUUID:d3a65773-c966-4270-b14b-bd53227be625
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:e1966367-f2f7-4a97-897b-279ec9fe83b6
ArtifactChecksum:NjJlMDc0NDFiZTJkZTQwMzc0YmI3YWQ1ZTNmNTVkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df
ResourceInvariantUUID:330dafd6-736d-4c83-b3c9-41cae09aaf99
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3a00381d-53fe-4b82-89c7-d80cd578a1a1
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:e6ca3363-77c3-486f-92d1-5e2ebfe6c515
ArtifactChecksum:NzIxNDY0YzNmZGFhMjg4MTlmODY2MGYwOGJmNGNkYjA=
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:03384b1d-51ef-4f30-9a54-c6966502c79b
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:c0f2434f-5a9d-45ff-a3fd-334c66627727
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:c0f2434f-5a9d-45ff-a3fd-334c66627727
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-12T07:33:19.758Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ff8f971-c207-46f9-91f5-c066a23f45d3 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-12T07:33:19.802Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T07:33:19.803Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:33:19.803Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:33:19.803Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e1966367-f2f7-4a97-897b-279ec9fe83b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-12T07:33:19.803Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:33:19.804Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-12T07:33:19.918Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:33:19.924Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e1966367-f2f7-4a97-897b-279ec9fe83b6 83029
2023-01-12T07:33:19.924Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:19.924Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:19.924Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:33:19.925Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:19.925Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:19.925Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508799924,
  "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-12T07:33:20.928Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T07:33:20.930Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:33:20.930Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e1966367-f2f7-4a97-897b-279ec9fe83b6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-12T07:33:20.931Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-12T07:33:20.932Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-12T07:33:20.932Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-12T07:33:21.129Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14210432821732322009/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-12T07:33:23.014Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T07:33:23.014Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T07:33:23.015Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-12T07:33:23.015Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T07:33:23.015Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.016Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.016Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.016Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.016Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.017Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.017Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.017Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T07:33:23.018Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.018Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.018Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:23.019Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T07:33:23.019Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T07:33:23.020Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.020Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.020Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:23.021Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T07:33:23.021Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T07:33:23.021Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.022Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.022Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.022Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-12T07:33:23.023Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-12T07:33:23.023Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-12T07:33:23.024Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-12T07:33:23.024Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-12T07:33:23.024Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T07:33:23.025Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.025Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T07:33:23.025Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.026Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:23.026Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:33:23.027Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.027Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:23.027Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:33:23.028Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.028Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:23.029Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:33:23.029Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.029Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-12T07:33:23.030Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-12T07:33:23.030Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-12T07:33:23.030Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9264e3c-a373-4368-9a57-b03952f5d225
2023-01-12T07:33:23.031Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.031Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.032Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.032Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.032Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.033Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.033Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:23.033Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:23.034Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7ff8f971-c207-46f9-91f5-c066a23f45d3
Model Version:NULL
Model InvariantUuid:d3a65773-c966-4270-b14b-bd53227be625
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:460ab308-4349-47ef-9605-35b42117c093
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:330dafd6-736d-4c83-b3c9-41cae09aaf99
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b15908fe-ebb4-486b-a805-9488c395a01f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:87783ff3-8926-4946-9113-70fb945784da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e9264e3c-a373-4368-9a57-b03952f5d225
ModelInvariantUuid:bda60504-12ff-45ef-985c-969f39fe48a4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2c5bf44e-9e6f-4177-be2b-f72182915051
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8ecdb99c-8d6d-4b41-af68-22899467ebdc
ModelInvariantUuid:7238a1b1-a6f7-4216-b62f-adbbb9f3c62a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:73b56762-8df5-4e08-ba4c-dd7316b50935
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-12T07:33:23.043Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a00381d-53fe-4b82-89c7-d80cd578a1a1
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-12T07:33:23.048Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2023-01-12T07:33:23.048Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a00381d-53fe-4b82-89c7-d80cd578a1a1
2023-01-12T07:33:23.048Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6ca3363-77c3-486f-92d1-5e2ebfe6c515 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-12T07:33:23.049Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:33:23.049Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.140Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:33:23.140Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e6ca3363-77c3-486f-92d1-5e2ebfe6c515 792
2023-01-12T07:33:23.141Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.141Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:23.141Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:33:23.142Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:23.142Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:23.142Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508803141,
  "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-12T07:33:24.143Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b15908fe-ebb4-486b-a805-9488c395a01f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87783ff3-8926-4946-9113-70fb945784da",
    "vfModuleModelCustomizationUUID": "946d2724-54c9-4380-ba6a-a1b6eea73f89",
    "isBase": true,
    "artifacts": [
      "03384b1d-51ef-4f30-9a54-c6966502c79b",
      "c0f2434f-5a9d-45ff-a3fd-334c66627727"
    ],
    "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-12T07:33:24.147Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87783ff3-8926-4946-9113-70fb945784da
VfModuleModelInvariantUUID:b15908fe-ebb4-486b-a805-9488c395a01f
VfModuleModelDescription:NULL
Artifacts UUID List:{
03384b1d-51ef-4f30-9a54-c6966502c79b
,
c0f2434f-5a9d-45ff-a3fd-334c66627727

}
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-12T07:33:24.149Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b15908fe-ebb4-486b-a805-9488c395a01f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87783ff3-8926-4946-9113-70fb945784da",
    "vfModuleModelCustomizationUUID": "946d2724-54c9-4380-ba6a-a1b6eea73f89",
    "isBase": true,
    "artifacts": [
      "03384b1d-51ef-4f30-9a54-c6966502c79b",
      "c0f2434f-5a9d-45ff-a3fd-334c66627727"
    ],
    "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-12T07:33:24.150Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87783ff3-8926-4946-9113-70fb945784da
VfModuleModelInvariantUUID:b15908fe-ebb4-486b-a805-9488c395a01f
VfModuleModelDescription:NULL
Artifacts UUID List:{
03384b1d-51ef-4f30-9a54-c6966502c79b
,
c0f2434f-5a9d-45ff-a3fd-334c66627727

}
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-12T07:33:24.150Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 03384b1d-51ef-4f30-9a54-c6966502c79b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-12T07:33:24.150Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:33:24.150Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:24.216Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:33:24.221Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 03384b1d-51ef-4f30-9a54-c6966502c79b 5033
2023-01-12T07:33:24.222Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:24.222Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:24.223Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:33:24.223Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:24.223Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:24.223Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508804222,
  "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-12T07:33:25.224Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c0f2434f-5a9d-45ff-a3fd-334c66627727 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-12T07:33:25.225Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:33:25.225Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:25.337Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:33:25.337Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c0f2434f-5a9d-45ff-a3fd-334c66627727 903
2023-01-12T07:33:25.338Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:25.338Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:25.338Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:33:25.338Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:25.339Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:25.339Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508805338,
  "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-12T07:33:26.340Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7ff8f971-c207-46f9-91f5-c066a23f45d3
2023-01-12T07:33:26.340Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3a00381d-53fe-4b82-89c7-d80cd578a1a1 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-12T07:33:26.378Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f0eca58, org.onap.sdc.toscaparser.api.parameters.Input@18267cad, org.onap.sdc.toscaparser.api.parameters.Input@1e4cef37, org.onap.sdc.toscaparser.api.parameters.Input@36e17a6a, org.onap.sdc.toscaparser.api.parameters.Input@2f243ae4]
2023-01-12T07:33:26.381Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.381Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.382Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-01-12T07:33:26.382Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df
2023-01-12T07:33:26.382Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df matches Tosca VF Customization UUID: b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df
2023-01-12T07:33:26.383Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df  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-12T07:33:26.390Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.391Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.393Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df: {\"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-12T07:33:26.393Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@400f8da0
2023-01-12T07:33:26.393Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.394Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T07:33:26.394Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 946d2724-54c9-4380-ba6a-a1b6eea73f89
2023-01-12T07:33:26.394Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 946d2724-54c9-4380-ba6a-a1b6eea73f89
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-12T07:33:26.399Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.400Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:26.400Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:33:26.401Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.402Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:26.402Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:33:26.402Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.403Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-12T07:33:26.403Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-12T07:33:26.403Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-12T07:33:26.403Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9264e3c-a373-4368-9a57-b03952f5d225
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-12T07:33:26.418Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.419Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:26.420Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T07:33:26.420Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.421Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-12T07:33:26.421Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b7f3f79c-3bb3-4112-9a6d-4db6f6f3b8df
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-12T07:33:26.431Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.431Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.432Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7ff8f971-c207-46f9-91f5-c066a23f45d3: basic_vm_macro
2023-01-12T07:33:26.433Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.433Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.433Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.434Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.434Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.435Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.435Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.435Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.435Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:33:26.436Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:33:26.436Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:26.592Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3a00381d-53fe-4b82-89c7-d80cd578a1a1 1 ASDC deployResourceStructure
2023-01-12T07:33:26.594Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:26.594Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:26.594Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:33:26.595Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:26.595Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:26.595Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508806593,
  "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-12T07:33:27.597Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:27.597Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:27.598Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:33:27.599Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:27.599Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:27.599Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508807597,
  "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-12T07:33:28.607Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:28.608Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:28.608Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:33:28.608Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:28.609Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:28.609Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508808607,
  "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-12T07:33:29.612Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:29.613Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:33:29.613Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:33:29.613Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:33:29.614Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:33:29.614Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508809612,
  "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-12T07:33:30.615Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3538276b-b4f6-446a-875d-ec3d14cdb885
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T07:33:30.633Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3538276b-b4f6-446a-875d-ec3d14cdb885
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-12T07:33:30.638Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T07:33:30.638Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T07:33:30.639Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T07:33:36.488Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:33:36.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.491Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508696000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.492Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508697300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508696601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508697003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.495Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508698302,
  "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-12T07:33:36.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.495Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508697862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T07:33:36.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3538276b-b4f6-446a-875d-ec3d14cdb885
2023-01-12T07:33:36.516Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3538276b-b4f6-446a-875d-ec3d14cdb885 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-12T07:33:36.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.529Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "policy-distribution",
  "timestamp": 1673508698005,
  "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-12T07:33:36.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3538276b-b4f6-446a-875d-ec3d14cdb885
2023-01-12T07:33:36.538Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3538276b-b4f6-446a-875d-ec3d14cdb885 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-12T07:33:36.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.556Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508691248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.558Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.558Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508699304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.560Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508699341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.562Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.563Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508700493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.564Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.564Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508693676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.565Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508701607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.566Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508701775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.566Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508702626,
  "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-12T07:33:36.575Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3538276b-b4f6-446a-875d-ec3d14cdb885
2023-01-12T07:33:36.576Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3538276b-b4f6-446a-875d-ec3d14cdb885 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-12T07:33:36.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.593Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508703628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.594Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508709425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.595Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.596Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508710427,
  "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-12T07:33:36.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3538276b-b4f6-446a-875d-ec3d14cdb885
2023-01-12T07:33:36.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3538276b-b4f6-446a-875d-ec3d14cdb885 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-12T07:33:36.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.637Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.638Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.639Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.639Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.640Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508709949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.644Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508718707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.647Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508720958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.648Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508721961,
  "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-12T07:33:36.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3538276b-b4f6-446a-875d-ec3d14cdb885
2023-01-12T07:33:36.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3538276b-b4f6-446a-875d-ec3d14cdb885 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-12T07:33:36.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.674Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.676Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.677Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.678Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.679Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.679Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.680Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.681Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.682Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.682Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.683Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.684Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.684Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.685Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.686Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.687Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.688Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.689Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.690Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.691Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.692Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.692Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.693Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.693Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.694Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.695Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.695Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.696Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.697Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.697Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.698Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.698Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.699Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.700Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.701Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.702Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508699007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.703Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673508704631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.704Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508716839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.705Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508698863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.706Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508721562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508731939,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508731123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.707Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508731893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.708Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508731895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.709Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508732898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.709Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508732918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.710Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673508733277,
  "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-12T07:33:36.726Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ddb5f34-819e-42a3-a928-7daf58d1be95
2023-01-12T07:33:36.727Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ddb5f34-819e-42a3-a928-7daf58d1be95 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-12T07:33:36.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "policy-distribution",
  "timestamp": 1673508733899,
  "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-12T07:33:36.744Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ddb5f34-819e-42a3-a928-7daf58d1be95
2023-01-12T07:33:36.745Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ddb5f34-819e-42a3-a928-7daf58d1be95 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-12T07:33:36.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673508733919,
  "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-12T07:33:36.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5ddb5f34-819e-42a3-a928-7daf58d1be95
2023-01-12T07:33:36.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ddb5f34-819e-42a3-a928-7daf58d1be95 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-12T07:33:36.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.805Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508735793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "aai-model-loader",
  "timestamp": 1673508736795,
  "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-12T07:33:36.815Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ddb5f34-819e-42a3-a928-7daf58d1be95
2023-01-12T07:33:36.816Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ddb5f34-819e-42a3-a928-7daf58d1be95 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-12T07:33:36.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.830Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.830Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.831Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.831Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.832Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.832Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.833Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.835Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:33:36.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.837Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508739949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:33:36.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508749746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:33:36.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.839Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508751625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:33:36.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:33:36.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:33:36.841Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673508752630,
  "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-12T07:33:36.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ddb5f34-819e-42a3-a928-7daf58d1be95
2023-01-12T07:33:36.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ddb5f34-819e-42a3-a928-7daf58d1be95 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-12T07:34:00.640Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3538276b-b4f6-446a-875d-ec3d14cdb885
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T07:34:00.654Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3538276b-b4f6-446a-875d-ec3d14cdb885
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-12T07:34:00.658Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T07:34:00.658Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T07:34:00.659Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T07:34:00.659Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T07:34:00.659Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:00.659Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:00.659Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:00.659Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:00.660Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:00.660Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:34:00.666Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T07:34:30.666Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3538276b-b4f6-446a-875d-ec3d14cdb885 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-12T07:34:30.675Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3538276b-b4f6-446a-875d-ec3d14cdb885 and serviceModelVersionId: 7ff8f971-c207-46f9-91f5-c066a23f45d3
2023-01-12T07:34:30.675Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3a65773-c966-4270-b14b-bd53227be625
2023-01-12T07:34:30.676Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0
2023-01-12T07:34:30.682Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T07:34:30.787Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0|INFO|500||Invoke
2023-01-12T07:34:30.787Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3538276b-b4f6-446a-875d-ec3d14cdb885], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[38eb9a7f-bce7-402d-84cd-00df218f84c7], X-ECOMP-RequestID=[3538276b-b4f6-446a-875d-ec3d14cdb885], X-TransactionId=[], X-ONAP-RequestID=[3538276b-b4f6-446a-875d-ec3d14cdb885], Content-Type=[application/merge-patch+json]}
2023-01-12T07:34:30.815Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T07:34:30.951Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?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/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 07:34:29 GMT], content-length=[0], vertex-id=[233704], x-aai-txid=[0-aai-resources-230112-07:34:29:292-33507], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T07:34:30.951Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T07:34:30.953Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3a65773-c966-4270-b14b-bd53227be625/model-vers/model-ver/7ff8f971-c207-46f9-91f5-c066a23f45d3?depth=0|INFO|500||InvokeReturn
2023-01-12T07:34:30.953Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T07:34:30.954Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:34:30.961Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||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-12T07:34:30.961Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3538276b-b4f6-446a-875d-ec3d14cdb885 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T07:34:30.961Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T07:34:30.962Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:30.962Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:30.962Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508870961,
  "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-12T07:34:31.987Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-12T07:34:31.987Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"5ddb5f34-819e-42a3-a928-7daf58d1be95","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a91aef83-4758-4419-89a5-246f46a7662b","serviceDescription":"service","serviceInvariantUUID":"92689725-b455-4f09-88ec-130db7d30122","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4c5c326f-bb07-41a1-82a7-e3d5c5e10d34","resourceInvariantUUID":"4dacc83f-7dcb-4d8f-823e-28f93baded8e","resourceCustomizationUUID":"fd66fcb7-348a-4da0-a8a7-eabce55e4ae0","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":"OWUxMGY2YzkyMGE2M2NkNGU1MTE3YTUwOGY4MTgzMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a1f96bd-b24d-4cf1-aa59-9df1bbd86aba","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":"8dabbf6e-50fb-4397-90eb-52c202df8cbf","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":"0decc99c-f08d-4eb7-9915-0b98c2be9d37","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":"YzFmYzlmODczYWE2NWRmNjU3YjY3YTM0NjU2NGM1Nzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8575e359-43da-44e1-b702-9060970f4ec2","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":"5d580674-2556-4ae9-a1f9-3613f5116bb9","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":"096e3f99-999f-4fc1-a979-4550640d461c","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":"e22e9daf-ffe1-4fa3-ba42-f33e28d12bc5","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":"MDY4MWZmYWFlNGE1MTM5NWNiZDU5NzYyMmE1YmI3ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13b5c7df-5be7-4864-8d2e-cb6f7b38299e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDJkYTE5MWU2ZmJiODMzNGE5MTc0NGUwOTgyODVmN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3ce0f88-946b-4108-aff3-8cc234551e49","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T07:34:31.989Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:31.990Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:31.990Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:31.990Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:32.996Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:32.996Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:32.997Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:32.997Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:33.998Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:33.999Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:33.999Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:33.999Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:35.001Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:35.002Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:35.003Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:35.003Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:36.005Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:36.006Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:36.006Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:36.007Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:36.491Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:34:36.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.500Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23e40974-aed9-4d7e-b838-ee9a43c8eb4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508790694,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T07:34:36.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.502Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:34:36.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.503Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:34:36.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.504Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-12T07:34:36.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508799924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:34:36.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.506Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508803141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:34:36.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.506Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508804222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:34:36.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508805338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508806593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508807597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508808607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T07:34:36.508Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508809612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:34:36.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:34:37.019Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:37.019Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:37.019Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:37.019Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:38.022Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:38.022Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:38.022Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:38.023Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:39.024Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:39.025Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:39.025Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:39.025Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "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-12T07:34:40.031Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T07:34:40.032Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:40.033Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:40.033Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:34:41.036Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a91aef83-4758-4419-89a5-246f46a7662b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "92689725-b455-4f09-88ec-130db7d30122",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fd66fcb7-348a-4da0-a8a7-eabce55e4ae0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4c5c326f-bb07-41a1-82a7-e3d5c5e10d34",
      "resourceInvariantUUID": "4dacc83f-7dcb-4d8f-823e-28f93baded8e",
      "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": "ZDJkYTE5MWU2ZmJiODMzNGE5MTc0NGUwOTgyODVmN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a3ce0f88-946b-4108-aff3-8cc234551e49"
    }
  ],
  "workloadContext": "Production"
}
2023-01-12T07:34:41.036Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T07:34:41.036Z|3538276b-b4f6-446a-875d-ec3d14cdb885|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a91aef83-4758-4419-89a5-246f46a7662b ASDC
2023-01-12T07:34:41.037Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5ddb5f34-819e-42a3-a928-7daf58d1be95
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a91aef83-4758-4419-89a5-246f46a7662b
ServiceInvariantUUID:92689725-b455-4f09-88ec-130db7d30122
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:a3ce0f88-946b-4108-aff3-8cc234551e49
ArtifactChecksum:ZDJkYTE5MWU2ZmJiODMzNGE5MTc0NGUwOTgyODVmN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fd66fcb7-348a-4da0-a8a7-eabce55e4ae0
ResourceInvariantUUID:4dacc83f-7dcb-4d8f-823e-28f93baded8e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4c5c326f-bb07-41a1-82a7-e3d5c5e10d34
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-12T07:34:41.037Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a91aef83-4758-4419-89a5-246f46a7662b 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-12T07:34:41.071Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T07:34:41.073Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:34:41.074Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:34:41.074Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a3ce0f88-946b-4108-aff3-8cc234551e49 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-12T07:34:41.074Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T07:34:41.074Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-12T07:34:41.178Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T07:34:41.185Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a3ce0f88-946b-4108-aff3-8cc234551e49 111086
2023-01-12T07:34:41.185Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:41.186Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:41.186Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T07:34:41.186Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:41.186Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:41.186Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508881185,
  "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-12T07:34:42.192Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T07:34:42.194Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T07:34:42.194Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a3ce0f88-946b-4108-aff3-8cc234551e49, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-12T07:34:42.194Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-12T07:34:42.195Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-12T07:34:42.195Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-12T07:34:42.395Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1142618269800019353/Definitions/service-TestPnfMacro-template.yml
2023-01-12T07:34:43.346Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.347Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T07:34:43.348Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.349Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.350Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.350Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.350Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.351Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.351Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.351Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a91aef83-4758-4419-89a5-246f46a7662b
Model Version:NULL
Model InvariantUuid:92689725-b455-4f09-88ec-130db7d30122
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-12T07:34:43.365Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4c5c326f-bb07-41a1-82a7-e3d5c5e10d34
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-12T07:34:43.368Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-01-12T07:34:43.368Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4c5c326f-bb07-41a1-82a7-e3d5c5e10d34
2023-01-12T07:34:43.368Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a91aef83-4758-4419-89a5-246f46a7662b
2023-01-12T07:34:43.369Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a91aef83-4758-4419-89a5-246f46a7662b
2023-01-12T07:34:43.369Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4c5c326f-bb07-41a1-82a7-e3d5c5e10d34 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-12T07:34:43.374Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d80348a, org.onap.sdc.toscaparser.api.parameters.Input@da92f45, org.onap.sdc.toscaparser.api.parameters.Input@cfb0211, org.onap.sdc.toscaparser.api.parameters.Input@11c18478, org.onap.sdc.toscaparser.api.parameters.Input@3d49c6ae]
2023-01-12T07:34:43.375Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.375Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.375Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a91aef83-4758-4419-89a5-246f46a7662b: test-pnf
2023-01-12T07:34:43.375Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Processing PNF resource: 4c5c326f-bb07-41a1-82a7-e3d5c5e10d34
2023-01-12T07:34:43.376Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-12T07:34:43.376Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T07:34:43.376Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Resource customization UUID: fd66fcb7-348a-4da0-a8a7-eabce55e4ae0 is the same as notified resource customizationUUID: fd66fcb7-348a-4da0-a8a7-eabce55e4ae0
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-12T07:34:43.420Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4c5c326f-bb07-41a1-82a7-e3d5c5e10d34 0 ASDC deployResourceStructure
2023-01-12T07:34:43.421Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.421Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:43.421Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T07:34:43.421Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:34:43.422Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:34:43.422Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508883421,
  "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-12T07:34:44.423Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ddb5f34-819e-42a3-a928-7daf58d1be95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T07:34:44.483Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ddb5f34-819e-42a3-a928-7daf58d1be95
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-12T07:34:44.490Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T07:34:44.490Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T07:34:44.491Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T07:34:44.491Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T07:34:44.491Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:44.492Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:44.492Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:44.492Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:44.493Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:44.493Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-12T07:34:44.493Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:34:44.501Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T07:35:14.501Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ddb5f34-819e-42a3-a928-7daf58d1be95 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-12T07:35:14.508Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ddb5f34-819e-42a3-a928-7daf58d1be95 and serviceModelVersionId: a91aef83-4758-4419-89a5-246f46a7662b
2023-01-12T07:35:14.508Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92689725-b455-4f09-88ec-130db7d30122
2023-01-12T07:35:14.509Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92689725-b455-4f09-88ec-130db7d30122/model-vers/model-ver/a91aef83-4758-4419-89a5-246f46a7662b?depth=0
2023-01-12T07:35:14.514Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T07:35:14.573Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92689725-b455-4f09-88ec-130db7d30122/model-vers/model-ver/a91aef83-4758-4419-89a5-246f46a7662b?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-12T07:35:14.575Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92689725-b455-4f09-88ec-130db7d30122/model-vers/model-ver/a91aef83-4758-4419-89a5-246f46a7662b?depth=0|INFO|500||Invoke
2023-01-12T07:35:14.603Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92689725-b455-4f09-88ec-130db7d30122/model-vers/model-ver/a91aef83-4758-4419-89a5-246f46a7662b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-12T07:35:14.739Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92689725-b455-4f09-88ec-130db7d30122/model-vers/model-ver/a91aef83-4758-4419-89a5-246f46a7662b?depth=0|INFO|500||InvokeReturn
2023-01-12T07:35:14.740Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92689725-b455-4f09-88ec-130db7d30122/model-vers/model-ver/a91aef83-4758-4419-89a5-246f46a7662b?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 07:35:13 GMT], content-length=[0], vertex-id=[250064], x-aai-txid=[0-aai-resources-230112-07:35:13:078-46517], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T07:35:14.741Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-01-12T07:35:14.741Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T07:35:14.741Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:35:14.747Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||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-12T07:35:14.747Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ddb5f34-819e-42a3-a928-7daf58d1be95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T07:35:14.747Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T07:35:14.747Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T07:35:14.747Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T07:35:14.748Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508914747,
  "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-12T07:35:15.779Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:35:36.488Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:35:36.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T07:35:36.490Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3538276b-b4f6-446a-875d-ec3d14cdb885",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508870961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T07:35:36.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:35:36.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T07:35:36.491Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T07:35:36.492Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:35:36.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:15.780Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:36:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:36:36.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.490Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:36:36.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:36.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.504Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508791725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.505Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508881185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-12T07:36:36.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:36.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.506Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-12T07:36:36.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:36:36.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T07:36:36.507Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ddb5f34-819e-42a3-a928-7daf58d1be95",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673508914747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T07:36:36.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T07:37:15.782Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:37:36.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:38:15.783Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:38:36.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:39:15.787Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:39:36.497Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:40:15.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:40:36.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:41:15.802Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:41:36.500Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:42:15.804Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:42:36.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:43:15.805Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:43:36.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:44:15.806Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:44:36.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:45:15.808Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:45:36.505Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:46:15.809Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:46:36.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:47:15.811Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:47:36.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:48:15.814Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:48:36.509Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:49:15.816Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:49:36.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:50:15.818Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:50:36.512Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:51:15.819Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:51:36.513Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:52:15.821Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:52:36.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:53:15.823Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:53:36.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:54:15.823Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:54:36.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:55:15.824Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:55:36.520Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:56:15.825Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:56:36.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:57:15.827Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:57:36.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:58:15.829Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:58:36.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T07:59:15.831Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T07:59:36.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:00:15.832Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:00:36.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:01:15.833Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:01:36.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:02:15.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:02:36.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:03:15.835Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:03:36.542Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:04:15.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:04:36.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:05:15.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:05:36.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:06:15.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:06:36.545Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:07:15.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:07:36.548Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:08:15.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:08:36.549Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:09:15.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:09:36.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:10:15.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:10:36.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:11:15.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:11:36.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:12:15.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:12:36.557Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:13:15.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:13:36.558Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:14:15.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:14:36.559Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:15:15.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:15:36.560Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:16:15.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:16:36.562Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:17:15.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:17:36.568Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:18:15.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:18:36.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:19:15.873Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:19:36.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:20:15.877Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:20:36.577Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:21:15.878Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:21:36.579Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:22:15.880Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:22:36.579Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:23:15.888Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:23:36.581Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:24:15.890Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:24:36.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:25:15.892Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:25:36.584Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:26:15.892Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:26:36.585Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:27:15.894Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:27:36.587Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:28:15.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:28:36.589Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:29:15.896Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:29:36.590Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:30:15.897Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:30:36.591Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:31:15.897Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:31:36.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:32:15.898Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:32:36.595Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:33:15.900Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:33:36.595Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:34:15.900Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:34:36.597Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:35:15.902Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:35:36.597Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:36:15.905Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:36:36.599Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:37:15.907Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:37:36.601Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:38:15.914Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:38:36.602Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:39:15.916Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:39:36.604Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:40:15.917Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:40:36.606Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:41:15.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:41:36.609Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:42:15.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:42:36.610Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:43:15.920Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:43:36.612Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:44:15.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:44:36.615Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:45:15.921Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:45:36.616Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:46:15.922Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:46:36.617Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:47:15.923Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:47:36.619Z|10eee287-7dd2-4233-832e-b797d8a91675|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:48:15.924Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:48:36.621Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:49:15.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:49:36.623Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:50:15.938Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:50:36.624Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T08:51:15.940Z|5ddb5f34-819e-42a3-a928-7daf58d1be95|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T08:51:36.626Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO