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-27T05:36:26.143Z||main|||||INFO|500||The following profiles are active: basic
2023-01-27T05:36:37.561Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-27T05:36:37.561Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-27T05:36:37.664Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-27T05:36:42.095Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-27T05:36:42.523Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-27T05:36:43.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-27T05:36:43.256Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-27T05:36:43.858Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-27T05:36:45.697Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-27T05:36:46.363Z||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-27T05:36:49.500Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-27T05:36:49.647Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-27T05:36:49.654Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-27T05:36:49.665Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-27T05:36:50.312Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-27T05:36:50.767Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-27T05:36:51.844Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-27T05:36:51.863Z||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$$d1dad29b.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-27T05:36:51.865Z||main|||||WARN|500||The sdc end point is not alive
2023-01-27T05:36:55.196Z||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-27T05:36:58.380Z||main|||||WARN|500||---
2023-01-27T05:36:58.381Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-27T05:36:58.381Z||main|||||WARN|500||---
2023-01-27T05:36:58.776Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-27T05:37:04.794Z||main|||||INFO|500||Started Application in 41.736 seconds (JVM running for 43.836)
2023-01-27T05:37:04.808Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-27T05:37:04.813Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-27T05:37:04.819Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-27T05:37:04.866Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 45abf46b-485e-4282-937f-fd7f3b19882b url= /sdc/v1/artifactTypes
2023-01-27T05:37:04.872Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-27T05:37:05.182Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-27T05:37:05.250Z||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-27T05:37:05.250Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-27T05:37:05.251Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e72ad783-28b2-4279-a8bd-80c43cdcd8d7 url= /sdc/v1/distributionKafkaData
2023-01-27T05:37:05.251Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-27T05:37:05.268Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-27T05:37:05.280Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@7c9ad34d
2023-01-27T05:37:05.374Z||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-4b1dd043-0e53-4a24-a876-3f3e25c56071
	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-27T05:37:05.443Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Instantiated an idempotent producer.
2023-01-27T05:37:05.533Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-27T05:37:05.602Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-27T05:37:05.602Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-27T05:37:05.602Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674797825598
2023-01-27T05:37:05.607Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-27T05:37:05.633Z||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-cc1b42d0-8041-4a96-bf87-03acc1add136
	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-27T05:37:05.741Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-27T05:37:05.742Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-27T05:37:05.742Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674797825741
2023-01-27T05:37:05.743Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:37:05.746Z||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-c8dc7422-a183-450c-bc48-88f29f7f2949
	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-27T05:37:05.759Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-27T05:37:05.759Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-27T05:37:05.759Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674797825759
2023-01-27T05:37:05.760Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:37:05.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:37:05.765Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:37:05.779Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-27T05:37:07.209Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27T05:37:07.210Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27T05:37:07.210Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27T05:37:07.210Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27T05:37:07.210Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27T05:37:07.211Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 N7WE_PUiRiq7trSc9q45Hw
2023-01-27T05:37:07.214Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Cluster ID: wLESuBjtQ4iYsoxCQgTNRg
2023-01-27T05:37:07.218Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-27T05:37:07.256Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] (Re-)joining group
2023-01-27T05:37:07.264Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:07.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:07.270Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:07.270Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:07.270Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:07.271Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:07.272Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Cluster ID: wLESuBjtQ4iYsoxCQgTNRg
2023-01-27T05:37:07.274Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-27T05:37:07.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] (Re-)joining group
2023-01-27T05:37:07.434Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Cluster ID: wLESuBjtQ4iYsoxCQgTNRg
2023-01-27T05:37:07.435Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] ProducerId set to 4 with epoch 0
2023-01-27T05:37:07.710Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136-8c7ba7c4-05f3-46e8-bc18-7af04ab9eeb2
2023-01-27T05:37:07.711Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:07.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] (Re-)joining group
2023-01-27T05:37:07.734Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949-fb7ca7bf-cfa1-41ee-bca4-5abf0c8e613c
2023-01-27T05:37:07.735Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:07.735Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] (Re-)joining group
2023-01-27T05:37:13.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136-8c7ba7c4-05f3-46e8-bc18-7af04ab9eeb2', protocol='range'}
2023-01-27T05:37:13.721Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949-fb7ca7bf-cfa1-41ee-bca4-5abf0c8e613c', protocol='range'}
2023-01-27T05:37:13.791Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:13.791Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:13.791Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:13.791Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:13.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:13.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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 q6j9a5DzS7a47Il_aFoXiA
2023-01-27T05:37:13.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136-8c7ba7c4-05f3-46e8-bc18-7af04ab9eeb2=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949-fb7ca7bf-cfa1-41ee-bca4-5abf0c8e613c=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-27T05:37:13.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136-8c7ba7c4-05f3-46e8-bc18-7af04ab9eeb2', protocol='range'}
2023-01-27T05:37:13.820Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949-fb7ca7bf-cfa1-41ee-bca4-5abf0c8e613c', protocol='range'}
2023-01-27T05:37:13.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.820Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.825Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-27T05:37:13.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-27T05:37:13.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-27T05:37:13.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-27T05:37:13.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-27T05:37:13.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-27T05:37:13.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-27T05:37:13.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-27T05:37:13.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-27T05:37:13.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-27T05:37:13.840Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-27T05:37:13.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-27T05:37:13.867Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.868Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.938Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, 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-27T05:37:13.943Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.944Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.949Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:37:13.949Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, 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-27T05:38:05.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:38:05.778Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:39:05.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:39:05.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:40:05.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:40:05.781Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:41:05.776Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:41:05.782Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:42:05.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:42:05.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:43:05.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:43:05.784Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:44:05.781Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:44:05.784Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:45:05.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:45:05.786Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:46:05.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:46:05.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:46:07.394Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc1b42d0-8041-4a96-bf87-03acc1add136, groupId=so] Node -1 disconnected.
2023-01-27T05:46:07.415Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c8dc7422-a183-450c-bc48-88f29f7f2949, groupId=so] Node -1 disconnected.
2023-01-27T05:46:07.778Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Node -1 disconnected.
2023-01-27T05:46:51.411Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-27T05:47:05.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:47:05.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:48:05.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:48:05.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:49:05.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:49:05.790Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:50:05.791Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:50:05.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:51:05.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:51:05.794Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:52:05.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:52:05.796Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:53:05.797Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:53:05.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:54:05.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:54:05.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:55:05.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:55:05.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:56:05.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:56:05.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:57:05.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:57:05.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:58:05.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:58:05.808Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T05:59:05.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T05:59:05.811Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:00:05.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:00:05.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:01:05.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:01:05.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:02:05.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:02:05.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:03:05.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:03:05.816Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:04:05.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:04:05.816Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:05:05.817Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:05:05.818Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:06:05.818Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:06:05.818Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:07:05.820Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:07:05.820Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:08:05.824Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:08:05.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:09:05.824Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:09:05.826Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:10:05.826Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:10:05.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:11:05.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:11:05.827Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:12:05.829Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:12:05.829Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:13:05.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:13:05.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:14:05.831Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:14:05.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:15:05.832Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:15:05.832Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:16:05.833Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:16:05.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:17:05.837Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:17:05.836Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:18:05.838Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:18:05.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:19:05.838Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:19:05.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:20:05.840Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:20:05.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:21:05.841Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:21:05.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:22:05.842Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:22:05.844Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:23:05.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:23:05.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:24:05.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:24:05.847Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:25:05.850Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:25:05.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:26:05.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:26:05.853Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:27:05.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:27:05.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:28:05.854Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:28:05.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:29:05.856Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:29:05.856Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:30:05.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:30:05.857Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:31:05.859Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:31:05.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:32:05.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:32:05.861Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:33:05.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:33:05.863Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:34:05.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:34:05.864Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:35:05.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:35:05.867Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:36:05.865Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:36:05.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:37:05.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:37:05.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:38:05.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:38:05.871Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:39:05.873Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:39:05.873Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:40:05.874Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:40:05.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:41:05.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:41:05.876Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:42:05.876Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:42:05.882Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:43:05.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:43:05.885Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:44:05.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:44:05.885Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:45:05.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:45:05.886Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:46:05.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:46:05.887Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:47:05.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:47:05.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:48:05.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:48:05.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:49:05.888Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:49:05.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:50:05.890Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:50:05.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:51:05.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:51:05.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:52:05.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:52:05.892Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:53:05.893Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:53:05.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:54:05.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:54:05.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:55:05.895Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:55:05.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:56:05.897Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:56:05.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:57:05.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:57:05.898Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:58:05.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T06:58:05.899Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:59:05.900Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T06:59:05.901Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:00:05.900Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:00:05.901Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:01:05.900Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:01:05.903Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:02:05.903Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:02:05.904Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:03:05.903Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:03:05.904Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:04:05.904Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:04:05.905Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:05:05.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:05:05.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:06:05.907Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:06:05.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:07:05.908Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:07:05.908Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:08:05.909Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:08:05.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:09:05.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:09:05.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:10:05.912Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:10:05.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:11:05.912Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:11:05.913Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:12:05.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:12:05.915Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:13:05.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:13:05.916Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:14:05.915Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:14:05.916Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:15:05.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:15:05.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:05.918Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:16:05.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:22.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T07:16:22.987Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"37fdf564-a4ef-4025-b533-25b1009784a7","serviceName":"basic_onboard_eEIVho","serviceVersion":"1.0","serviceUUID":"873417a2-3dda-4ee6-b4f1-0d7b18c9ad65","serviceDescription":"service","serviceInvariantUUID":"5cf08fe2-922e-4af1-bdc0-b687b154fa38","resources":[{"resourceInstanceName":"basic_onboard_eEIVho 0","resourceName":"basic_onboard_eEIVho","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a8f88a1-7d12-406d-b7f5-c86322049459","resourceInvariantUUID":"9f2dace8-567d-4479-bb86-75e73a0846ad","resourceCustomizationUUID":"dfca4f77-f57e-4ff0-bcec-7efb24916647","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml","artifactChecksum":"MTJkMzc3MDMzYzM3NWRjMzY5ODc1ZTA1YThlY2RjNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70f54e6a-e725-417c-8a2f-8c317ede4198","artifactVersion":"1"},{"artifactName":"basic_onboard_eeivho0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json","artifactChecksum":"ZmUyZjE2OGQ2MWQ5MTNkMDA1ZTU4YWI1YmRjMTlhZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a001704c-7696-4ee6-b0c5-27d70580f427","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65d2a38b-1762-4c28-97eb-faa24db72d99","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0581f82-c3b8-4efa-a155-fecaa5f9f0b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca4f92d5-1d90-47db-b261-594427b998bc","artifactVersion":"2","generatedFromUUID":"65d2a38b-1762-4c28-97eb-faa24db72d99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEeivho-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml","artifactChecksum":"OTQxYzMxYjcyODBlOTJjZWVmMzU5N2VlZDAyYzM0MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d09625d-c421-428d-8dd2-c0ea06cdf117","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEeivho-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar","artifactChecksum":"NzllZDAwN2Y0NzQ2MTE4OWE4MjMxNzllNTI2YjFjM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"336aec24-0d5e-44e2-9198-a3b98fb5e26e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T07:16:23.009Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:23.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:23.026Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:23.026Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:23.037Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T07:16:23.037Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T07:16:23.037Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T07:16:23.038Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T07:16:23.038Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T07:16:23.038Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T07:16:23.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:16:23.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:16:23.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:16:24.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:24.070Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:24.071Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:24.072Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:25.081Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:25.082Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:25.082Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:25.083Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:26.087Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:26.088Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:26.088Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:26.089Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:27.090Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:27.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:27.092Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:27.092Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:28.093Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:28.094Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:28.095Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:28.095Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:29.096Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T07:16:29.097Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:29.097Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:29.098Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:30.100Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "serviceName": "basic_onboard_eEIVho",
  "serviceVersion": "1.0",
  "serviceUUID": "873417a2-3dda-4ee6-b4f1-0d7b18c9ad65",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5cf08fe2-922e-4af1-bdc0-b687b154fa38",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_eEIVho 0",
      "resourceCustomizationUUID": "dfca4f77-f57e-4ff0-bcec-7efb24916647",
      "resourceName": "basic_onboard_eEIVho",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7a8f88a1-7d12-406d-b7f5-c86322049459",
      "resourceInvariantUUID": "9f2dace8-567d-4479-bb86-75e73a0846ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_eeivho0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
          "artifactChecksum": "ZmUyZjE2OGQ2MWQ5MTNkMDA1ZTU4YWI1YmRjMTlhZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a001704c-7696-4ee6-b0c5-27d70580f427",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "65d2a38b-1762-4c28-97eb-faa24db72d99",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ca4f92d5-1d90-47db-b261-594427b998bc",
            "generatedFromUUID": "65d2a38b-1762-4c28-97eb-faa24db72d99"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ca4f92d5-1d90-47db-b261-594427b998bc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEeivho-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
      "artifactChecksum": "NzllZDAwN2Y0NzQ2MTE4OWE4MjMxNzllNTI2YjFjM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "336aec24-0d5e-44e2-9198-a3b98fb5e26e"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T07:16:30.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T07:16:30.102Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 873417a2-3dda-4ee6-b4f1-0d7b18c9ad65 ASDC
2023-01-27T07:16:30.246Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:37fdf564-a4ef-4025-b533-25b1009784a7
ServiceName:basic_onboard_eEIVho
ServiceVersion:1.0
ServiceUUID:873417a2-3dda-4ee6-b4f1-0d7b18c9ad65
ServiceInvariantUUID:5cf08fe2-922e-4af1-bdc0-b687b154fa38
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEeivho-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar
ArtifactUUID:336aec24-0d5e-44e2-9198-a3b98fb5e26e
ArtifactChecksum:NzllZDAwN2Y0NzQ2MTE4OWE4MjMxNzllNTI2YjFjM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eEIVho 0
ResourceCustomizationUUID:dfca4f77-f57e-4ff0-bcec-7efb24916647
ResourceInvariantUUID:9f2dace8-567d-4479-bb86-75e73a0846ad
ResourceName:basic_onboard_eEIVho
ResourceType:VF
ResourceUUID:7a8f88a1-7d12-406d-b7f5-c86322049459
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eeivho0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json
ArtifactUUID:a001704c-7696-4ee6-b0c5-27d70580f427
ArtifactChecksum:ZmUyZjE2OGQ2MWQ5MTNkMDA1ZTU4YWI1YmRjMTlhZTA=
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/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml
ArtifactUUID:65d2a38b-1762-4c28-97eb-faa24db72d99
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/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env
ArtifactUUID:ca4f92d5-1d90-47db-b261-594427b998bc
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/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env
ArtifactUUID:ca4f92d5-1d90-47db-b261-594427b998bc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-27T07:16:30.246Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 873417a2-3dda-4ee6-b4f1-0d7b18c9ad65 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-27T07:16:30.614Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T07:16:30.615Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-27T07:16:30.616Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-27T07:16:30.617Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 336aec24-0d5e-44e2-9198-a3b98fb5e26e from URL: /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:30.617Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-27T07:16:30.618Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:30.740Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-27T07:16:30.757Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar 336aec24-0d5e-44e2-9198-a3b98fb5e26e 75664
2023-01-27T07:16:30.758Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar ASDC sendASDCNotification
2023-01-27T07:16:30.758Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:30.760Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T07:16:30.761Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:30.761Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:30.761Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803790757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:31.762Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T07:16:31.764Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-27T07:16:31.764Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 336aec24-0d5e-44e2-9198-a3b98fb5e26e, URL: /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar to file: /app/ASDC/1/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:31.765Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:31.885Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:31.886Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:32.599Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13555747483584029024/Definitions/service-BasicOnboardEeivho-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-27T07:16:34.484Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eEIVho 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-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.490Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.491Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.491Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.491Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:34.491Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-27T07:16:34.498Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.499Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.503Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:34.504Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-27T07:16:34.505Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T07:16:34.507Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.507Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.507Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:34.508Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-27T07:16:34.508Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T07:16:34.508Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.508Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.512Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.512Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is not matching search criteria
2023-01-27T07:16:34.512Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-27T07:16:34.512Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-27T07:16:34.512Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-27T07:16:34.512Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-27T07:16:34.513Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-27T07:16:34.513Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.513Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T07:16:34.514Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.514Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:34.515Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T07:16:34.515Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.515Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:34.515Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T07:16:34.515Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.516Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:34.516Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T07:16:34.516Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.516Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is not matching search criteria
2023-01-27T07:16:34.516Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-27T07:16:34.517Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-27T07:16:34.517Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef0f74dc-074b-46d8-9940-4e2e60ae0903
2023-01-27T07:16:34.517Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.517Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.517Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.518Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.518Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.518Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.518Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:34.519Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:34.519Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_eEIVho
Description:service
Model UUID:873417a2-3dda-4ee6-b4f1-0d7b18c9ad65
Model Version:NULL
Model InvariantUuid:5cf08fe2-922e-4af1-bdc0-b687b154fa38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_eEIVho
Model UUID:9a846383-f399-46a2-a277-96dca3b6ddab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f2dace8-567d-4479-bb86-75e73a0846ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dfca4f77-f57e-4ff0-bcec-7efb24916647
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d7fd967-42f3-4c62-b6cf-113b873bc3cd
ModelName:BasicOnboardEeivho..base_ubuntu18..module-0
ModelUuid:57c9f6f5-8452-4f90-a477-5afa6a940440
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef0f74dc-074b-46d8-9940-4e2e60ae0903
ModelInvariantUuid:a8a5257b-80f3-4a18-9716-6ef51ea01362
ModelName:basic_onboard_eEIVho-nodes.ubuntu18Cvfc
ModelUuid:92d7fbb5-acef-4dff-b953-65ba31cfdc6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2480ece6-352a-4886-8d2e-4f7754b60311
ModelInvariantUuid:a5f51178-bdaf-42b9-8321-b57327dbf16a
ModelName:BasicOnboardEeivho.compute.nodes.heat.ubuntu18
ModelUuid:7fc1cfe6-c6d0-4352-8fc5-c8a5c74a56f4
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-27T07:16:34.547Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a8f88a1-7d12-406d-b7f5-c86322049459
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-27T07:16:34.682Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||basic_onboard_eEIVho 0
2023-01-27T07:16:34.690Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a8f88a1-7d12-406d-b7f5-c86322049459
2023-01-27T07:16:34.691Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a001704c-7696-4ee6-b0c5-27d70580f427 from URL: /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json
2023-01-27T07:16:34.691Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-27T07:16:34.691Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json
2023-01-27T07:16:34.745Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-27T07:16:34.746Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json a001704c-7696-4ee6-b0c5-27d70580f427 798
2023-01-27T07:16:34.746Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json ASDC sendASDCNotification
2023-01-27T07:16:34.747Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json
2023-01-27T07:16:34.747Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T07:16:34.747Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:34.747Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:34.747Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803794746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:35.749Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEeivho..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d7fd967-42f3-4c62-b6cf-113b873bc3cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57c9f6f5-8452-4f90-a477-5afa6a940440",
    "vfModuleModelCustomizationUUID": "ff1c10f2-9283-41e2-8fbf-2b40c05215e0",
    "isBase": true,
    "artifacts": [
      "65d2a38b-1762-4c28-97eb-faa24db72d99",
      "ca4f92d5-1d90-47db-b261-594427b998bc"
    ],
    "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-27T07:16:35.771Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEeivho..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57c9f6f5-8452-4f90-a477-5afa6a940440
VfModuleModelInvariantUUID:8d7fd967-42f3-4c62-b6cf-113b873bc3cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
65d2a38b-1762-4c28-97eb-faa24db72d99
,
ca4f92d5-1d90-47db-b261-594427b998bc

}
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-27T07:16:35.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEeivho..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d7fd967-42f3-4c62-b6cf-113b873bc3cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57c9f6f5-8452-4f90-a477-5afa6a940440",
    "vfModuleModelCustomizationUUID": "ff1c10f2-9283-41e2-8fbf-2b40c05215e0",
    "isBase": true,
    "artifacts": [
      "65d2a38b-1762-4c28-97eb-faa24db72d99",
      "ca4f92d5-1d90-47db-b261-594427b998bc"
    ],
    "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-27T07:16:35.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEeivho..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57c9f6f5-8452-4f90-a477-5afa6a940440
VfModuleModelInvariantUUID:8d7fd967-42f3-4c62-b6cf-113b873bc3cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
65d2a38b-1762-4c28-97eb-faa24db72d99
,
ca4f92d5-1d90-47db-b261-594427b998bc

}
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-27T07:16:35.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 65d2a38b-1762-4c28-97eb-faa24db72d99 from URL: /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml
2023-01-27T07:16:35.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-27T07:16:35.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml
2023-01-27T07:16:35.827Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-27T07:16:35.828Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml 65d2a38b-1762-4c28-97eb-faa24db72d99 5033
2023-01-27T07:16:35.828Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-27T07:16:35.829Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml
2023-01-27T07:16:35.829Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T07:16:35.830Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:35.830Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:35.830Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803795828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:36.831Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ca4f92d5-1d90-47db-b261-594427b998bc from URL: /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env
2023-01-27T07:16:36.831Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-27T07:16:36.832Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env
2023-01-27T07:16:36.878Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-27T07:16:36.878Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env ca4f92d5-1d90-47db-b261-594427b998bc 909
2023-01-27T07:16:36.879Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-27T07:16:36.879Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env
2023-01-27T07:16:36.879Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T07:16:36.879Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:36.879Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:36.879Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803796879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:37.882Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 873417a2-3dda-4ee6-b4f1-0d7b18c9ad65
2023-01-27T07:16:37.882Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eEIVho 0 7a8f88a1-7d12-406d-b7f5-c86322049459 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-27T07:16:37.927Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@247c207f, org.onap.sdc.toscaparser.api.parameters.Input@3cfca83c, org.onap.sdc.toscaparser.api.parameters.Input@b73604, org.onap.sdc.toscaparser.api.parameters.Input@389637c5, org.onap.sdc.toscaparser.api.parameters.Input@7dac8770]
2023-01-27T07:16:37.931Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.931Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.931Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-27T07:16:37.932Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= dfca4f77-f57e-4ff0-bcec-7efb24916647
2023-01-27T07:16:37.932Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dfca4f77-f57e-4ff0-bcec-7efb24916647 matches Tosca VF Customization UUID: dfca4f77-f57e-4ff0-bcec-7efb24916647
2023-01-27T07:16:37.932Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: dfca4f77-f57e-4ff0-bcec-7efb24916647  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-27T07:16:37.939Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.940Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.941Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id dfca4f77-f57e-4ff0-bcec-7efb24916647: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-27T07:16:37.941Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59054199
2023-01-27T07:16:37.942Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.942Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T07:16:37.943Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff1c10f2-9283-41e2-8fbf-2b40c05215e0
2023-01-27T07:16:37.944Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff1c10f2-9283-41e2-8fbf-2b40c05215e0
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-27T07:16:37.951Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.952Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:37.952Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T07:16:37.953Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.953Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:37.953Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T07:16:37.954Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.954Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is not matching search criteria
2023-01-27T07:16:37.955Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-27T07:16:37.955Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-27T07:16:37.955Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef0f74dc-074b-46d8-9940-4e2e60ae0903
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-27T07:16:37.973Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.973Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:37.982Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T07:16:37.982Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.983Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_eEIVho 0 is matching search criteria
2023-01-27T07:16:37.984Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_eEIVho 0] matching following query criteria: sdcType=VF, customizationUUID=dfca4f77-f57e-4ff0-bcec-7efb24916647
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-27T07:16:37.987Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.988Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.994Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 873417a2-3dda-4ee6-b4f1-0d7b18c9ad65: basic_onboard_eEIVho
2023-01-27T07:16:37.994Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.994Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.994Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.994Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.995Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.995Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.995Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.995Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.995Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T07:16:37.996Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_eEIVho is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T07:16:37.996Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_eEIVho 
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-27T07:16:38.226Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eEIVho 7a8f88a1-7d12-406d-b7f5-c86322049459 1 ASDC deployResourceStructure
2023-01-27T07:16:38.227Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json ASDC sendASDCNotification
2023-01-27T07:16:38.227Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json
2023-01-27T07:16:38.227Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T07:16:38.227Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:38.228Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:38.228Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803798227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:39.230Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-27T07:16:39.230Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml
2023-01-27T07:16:39.230Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T07:16:39.230Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:39.231Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:39.231Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803799229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:40.233Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-27T07:16:40.233Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env
2023-01-27T07:16:40.233Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T07:16:40.233Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:40.234Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:40.234Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803800233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:41.236Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar ASDC sendASDCNotification
2023-01-27T07:16:41.236Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar
2023-01-27T07:16:41.236Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T07:16:41.237Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:16:41.237Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:16:41.237Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803801236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:16:42.240Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:16:42.274Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
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-27T07:16:42.277Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T07:16:42.277Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T07:16:42.278Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T07:17:05.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:17:05.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:17:05.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:17:05.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:17:12.278Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:17:12.290Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
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-27T07:17:12.293Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T07:17:12.294Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T07:17:12.294Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T07:17:42.294Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:17:42.304Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
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-27T07:17:42.307Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T07:17:42.307Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T07:17:42.307Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T07:18:05.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:18:05.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.794Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.795Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.797Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.797Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.798Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.799Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.799Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.800Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.801Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.802Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.802Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.803Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.804Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.804Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.805Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674803769703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803767136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803783632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803764197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803779195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803765918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803791367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803789798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803789930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803790627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803790757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674803790948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-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-27T07:18:05.829Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37fdf564-a4ef-4025-b533-25b1009784a7
2023-01-27T07:18:05.830Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37fdf564-a4ef-4025-b533-25b1009784a7 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-27T07:18:05.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803790815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803792450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "policy-distribution",
  "timestamp": 1674803791819,
  "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-27T07:18:05.846Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37fdf564-a4ef-4025-b533-25b1009784a7
2023-01-27T07:18:05.847Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37fdf564-a4ef-4025-b533-25b1009784a7 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-27T07:18:05.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803793560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803794646,
  "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-27T07:18:05.862Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37fdf564-a4ef-4025-b533-25b1009784a7
2023-01-27T07:18:05.862Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37fdf564-a4ef-4025-b533-25b1009784a7 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-27T07:18:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674803795649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803794746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803789062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803795828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803796916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.873Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803796879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T07:18:05.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.873Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803798227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/basic_onboard_eeivho0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803799229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803800233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/resourceInstances/basic_onboard_eeivho0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803801236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803802812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803803549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEeivho/1.0/artifacts/service-BasicOnboardEeivho-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T07:18:05.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:18:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674803803826,
  "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-27T07:18:05.883Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37fdf564-a4ef-4025-b533-25b1009784a7
2023-01-27T07:18:05.883Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37fdf564-a4ef-4025-b533-25b1009784a7 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-27T07:18:05.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:18:05.892Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1674803804553,
  "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-27T07:18:05.897Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37fdf564-a4ef-4025-b533-25b1009784a7
2023-01-27T07:18:05.897Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37fdf564-a4ef-4025-b533-25b1009784a7 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-27T07:18:12.307Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:18:12.333Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7
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-27T07:18:12.336Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T07:18:12.337Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T07:18:12.337Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T07:18:12.337Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T07:18:12.337Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T07:18:12.338Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T07:18:12.338Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T07:18:12.338Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T07:18:12.339Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T07:18:12.339Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-27T07:18:12.344Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T07:18:42.345Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37fdf564-a4ef-4025-b533-25b1009784a7 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-27T07:18:42.354Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37fdf564-a4ef-4025-b533-25b1009784a7 and serviceModelVersionId: 873417a2-3dda-4ee6-b4f1-0d7b18c9ad65
2023-01-27T07:18:42.355Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cf08fe2-922e-4af1-bdc0-b687b154fa38
2023-01-27T07:18:59.123Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0
2023-01-27T07:18:59.245Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T07:18:59.789Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0|INFO|500||Invoke
2023-01-27T07:18:59.794Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[37fdf564-a4ef-4025-b533-25b1009784a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfd51459-af45-46fd-9999-f4565087a432], X-ECOMP-RequestID=[37fdf564-a4ef-4025-b533-25b1009784a7], X-TransactionId=[], X-ONAP-RequestID=[37fdf564-a4ef-4025-b533-25b1009784a7], Content-Type=[application/merge-patch+json]}
2023-01-27T07:18:59.919Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T07:19:00.135Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?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/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 07:19:00 GMT], content-length=[0], vertex-id=[204880], x-aai-txid=[0-aai-resources-230127-07:19:00:265-11008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T07:19:00.137Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T07:19:00.138Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cf08fe2-922e-4af1-bdc0-b687b154fa38/model-vers/model-ver/873417a2-3dda-4ee6-b4f1-0d7b18c9ad65?depth=0|INFO|500||InvokeReturn
2023-01-27T07:19:00.145Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T07:19:00.145Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-27T07:19:00.152Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||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-27T07:19:00.153Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37fdf564-a4ef-4025-b533-25b1009784a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T07:19:00.154Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T07:19:00.154Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-27T07:19:00.154Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T07:19:00.155Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803940153,
  "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-27T07:19:01.168Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:19:05.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:19:05.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T07:19:05.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "37fdf564-a4ef-4025-b533-25b1009784a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674803940153,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T07:19:05.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T07:20:01.168Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:20:05.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:21:01.169Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:21:05.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:22:01.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:22:05.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:23:01.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:23:05.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:24:01.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:24:05.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:25:01.175Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:25:05.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:25:38.583Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Node 2 disconnected.
2023-01-27T07:26:01.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:26:05.772Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:27:01.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:27:05.772Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:28:01.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:28:05.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:29:01.182Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:29:05.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:30:01.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:30:05.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:31:01.184Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:31:05.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:32:01.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:32:05.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:33:01.186Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:33:05.778Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:34:01.187Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:34:05.779Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:35:01.188Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:35:05.780Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:36:01.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:36:05.781Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:37:01.192Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:37:05.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:38:01.193Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:38:05.783Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:39:01.195Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:39:05.783Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:40:01.196Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:40:05.784Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:41:01.196Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:41:05.786Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:42:01.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:42:05.787Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:43:01.197Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:43:05.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:44:01.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:44:05.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:45:01.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:45:05.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:46:01.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:46:05.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:47:01.206Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:47:05.793Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:48:01.207Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:48:05.793Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:49:01.208Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:49:05.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:50:01.209Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:50:05.796Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:51:01.210Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:51:05.798Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:52:01.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:52:05.798Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:53:01.211Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:53:05.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:54:01.213Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:54:05.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:55:01.214Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:55:05.801Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:56:01.215Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:56:05.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:57:01.217Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:57:05.804Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:58:01.217Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:58:05.805Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T07:59:01.219Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T07:59:05.807Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:00:01.219Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:00:05.807Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:01:01.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:01:05.809Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:02:01.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:02:05.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:03:01.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:03:05.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:04:01.224Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:04:05.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:05:01.226Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:05:05.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:06:01.228Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:06:05.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:07:01.230Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:07:05.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:08:01.231Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:08:05.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:09:01.232Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:09:05.818Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:10:01.233Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:10:05.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:11:01.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:11:05.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:12:01.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:12:05.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:13:01.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:13:05.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:14:01.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:14:05.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:01.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:15:02.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:15:02.330Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"16337a72-7344-45be-9ca1-e1fe7c534481","serviceName":"vFW 2023-01-27 08-14-12","serviceVersion":"1.0","serviceUUID":"ddf3ff56-df74-47a3-bfc3-34dcc49fef51","serviceDescription":"catalog service description","serviceInvariantUUID":"6f90f9c7-b0fa-4906-97a9-27cc2465d2ab","resources":[{"resourceInstanceName":"vFW 4e82e6d5-2ede 0","resourceName":"vFW 4e82e6d5-2ede","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92eb4bb7-929a-426b-b1c8-87ff53ab5aff","resourceInvariantUUID":"242b45cd-6283-47b0-9f7a-38fd0b1c782d","resourceCustomizationUUID":"b5a167e6-a0a2-4406-94d5-4b7a859a8b8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml","artifactChecksum":"ZjZhZDJlNjgxZjM2ZDg1NTY4Y2YxYmMxYjlhMDc4MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5e9c47d-f1db-468a-80fe-285d4b4f6b75","artifactVersion":"1"},{"artifactName":"vfw4e82e6d52ede0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json","artifactChecksum":"YjMyZDA4YTM0MWFlMDBhNDYxNGEwZThiNzIwYzliMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df375fba-94ff-4b5a-b874-851fa6a8fc65","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a292272-449e-4fe8-b991-df4952fc0f16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml","artifactChecksum":"YTA2MGZkYzg5ZGI3MTE3MTA2MjdhZGU0ZjM4MDBiOWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16c514bb-a598-4486-a8ed-ecabaccddab5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"359f6843-be11-4ac9-baf2-6623b8288219","artifactVersion":"2","generatedFromUUID":"9a292272-449e-4fe8-b991-df4952fc0f16"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230127081412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml","artifactChecksum":"MmJkNDQ3NzI1MmE0ZDQwYmZkNTU1ZjY2NzViZTY1NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79cc4fdb-bef5-4efc-872f-9d5f5af4cc55","artifactVersion":"1"},{"artifactName":"service-Vfw20230127081412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar","artifactChecksum":"YjFjNmZhYmY1YjBlMDg2MjNkMjFiMWNjOGE2NDg0NGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b63fbfa5-6795-43ec-a8b0-4f6ca9ce681b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T08:15:02.335Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:02.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:02.336Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:02.337Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:02.343Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T08:15:02.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T08:15:02.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T08:15:02.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T08:15:02.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T08:15:02.345Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T08:15:02.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:15:02.373Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:15:02.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:15:03.346Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:03.347Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:03.347Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:03.348Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:04.348Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:04.349Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:04.349Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:04.350Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:05.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:05.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:05.352Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:05.352Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:05.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:05.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:15:05.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:15:05.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:15:05.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:15:05.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:15:05.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:15:06.353Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:06.353Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:06.354Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:06.354Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:07.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:07.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:07.356Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:07.356Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:08.357Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:15:08.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:08.358Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:08.359Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:09.362Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "serviceName": "vFW 2023-01-27 08-14-12",
  "serviceVersion": "1.0",
  "serviceUUID": "ddf3ff56-df74-47a3-bfc3-34dcc49fef51",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6f90f9c7-b0fa-4906-97a9-27cc2465d2ab",
  "resources": [
    {
      "resourceInstanceName": "vFW 4e82e6d5-2ede 0",
      "resourceCustomizationUUID": "b5a167e6-a0a2-4406-94d5-4b7a859a8b8a",
      "resourceName": "vFW 4e82e6d5-2ede",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "92eb4bb7-929a-426b-b1c8-87ff53ab5aff",
      "resourceInvariantUUID": "242b45cd-6283-47b0-9f7a-38fd0b1c782d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4e82e6d52ede0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
          "artifactChecksum": "YjMyZDA4YTM0MWFlMDBhNDYxNGEwZThiNzIwYzliMzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df375fba-94ff-4b5a-b874-851fa6a8fc65",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9a292272-449e-4fe8-b991-df4952fc0f16",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "359f6843-be11-4ac9-baf2-6623b8288219",
            "generatedFromUUID": "9a292272-449e-4fe8-b991-df4952fc0f16"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "359f6843-be11-4ac9-baf2-6623b8288219",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230127081412-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
      "artifactChecksum": "YjFjNmZhYmY1YjBlMDg2MjNkMjFiMWNjOGE2NDg0NGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b63fbfa5-6795-43ec-a8b0-4f6ca9ce681b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T08:15:09.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T08:15:09.363Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ddf3ff56-df74-47a3-bfc3-34dcc49fef51 ASDC
2023-01-27T08:15:09.364Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:16337a72-7344-45be-9ca1-e1fe7c534481
ServiceName:vFW 2023-01-27 08-14-12
ServiceVersion:1.0
ServiceUUID:ddf3ff56-df74-47a3-bfc3-34dcc49fef51
ServiceInvariantUUID:6f90f9c7-b0fa-4906-97a9-27cc2465d2ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230127081412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar
ArtifactUUID:b63fbfa5-6795-43ec-a8b0-4f6ca9ce681b
ArtifactChecksum:YjFjNmZhYmY1YjBlMDg2MjNkMjFiMWNjOGE2NDg0NGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4e82e6d5-2ede 0
ResourceCustomizationUUID:b5a167e6-a0a2-4406-94d5-4b7a859a8b8a
ResourceInvariantUUID:242b45cd-6283-47b0-9f7a-38fd0b1c782d
ResourceName:vFW 4e82e6d5-2ede
ResourceType:VF
ResourceUUID:92eb4bb7-929a-426b-b1c8-87ff53ab5aff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4e82e6d52ede0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json
ArtifactUUID:df375fba-94ff-4b5a-b874-851fa6a8fc65
ArtifactChecksum:YjMyZDA4YTM0MWFlMDBhNDYxNGEwZThiNzIwYzliMzY=
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/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml
ArtifactUUID:9a292272-449e-4fe8-b991-df4952fc0f16
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/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env
ArtifactUUID:359f6843-be11-4ac9-baf2-6623b8288219
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/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env
ArtifactUUID:359f6843-be11-4ac9-baf2-6623b8288219
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-27T08:15:09.365Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddf3ff56-df74-47a3-bfc3-34dcc49fef51 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-27T08:15:09.416Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:15:09.417Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-27T08:15:09.434Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-27T08:15:09.434Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b63fbfa5-6795-43ec-a8b0-4f6ca9ce681b from URL: /sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:09.435Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-27T08:15:09.436Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:09.548Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-27T08:15:09.559Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar b63fbfa5-6795-43ec-a8b0-4f6ca9ce681b 101521
2023-01-27T08:15:09.560Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar ASDC sendASDCNotification
2023-01-27T08:15:09.560Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:09.560Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:15:09.561Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:09.561Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:09.561Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807309560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:10.564Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:15:10.566Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-27T08:15:10.567Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b63fbfa5-6795-43ec-a8b0-4f6ca9ce681b, URL: /sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar to file: /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:10.568Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230127081412-csar.csar
2023-01-27T08:15:10.569Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:10.569Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:10.962Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17910093731956017927/Definitions/service-Vfw20230127081412-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-27T08:15:13.041Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T08:15:13.042Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-27T08:15:13.042Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.042Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4e82e6d5-2ede 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-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.043Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.044Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.044Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:13.044Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-27T08:15:13.044Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.044Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.045Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:13.045Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-27T08:15:13.045Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:15:13.046Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.046Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.046Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:13.046Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-27T08:15:13.046Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:15:13.046Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.047Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.047Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.047Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:13.047Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:13.047Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:13.047Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-27T08:15:13.048Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-27T08:15:13.049Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.050Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T08:15:13.050Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.050Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:13.050Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:13.050Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.051Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:13.051Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:13.051Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.051Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:13.051Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:13.051Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-27T08:15:13.052Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.053Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.053Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-27T08:15:13.053Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.053Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-27T08:15:13.053Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.053Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b8b8253-03f3-4add-8d38-efa92f240252
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.054Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.055Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf1a6e7e-1bb1-4827-9f2e-37f892d14aa4
2023-01-27T08:15:13.056Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.056Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:13.056Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:13.056Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:13.056Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-27T08:15:13.056Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:13.057Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9379b73-dd6e-444e-a30d-c016db7e3781
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.058Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.059Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.059Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:13.059Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:13.059Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-27 08-14-12
Description:catalog service description
Model UUID:ddf3ff56-df74-47a3-bfc3-34dcc49fef51
Model Version:NULL
Model InvariantUuid:6f90f9c7-b0fa-4906-97a9-27cc2465d2ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4e82e6d5-2ede
Model UUID:65b685e3-604a-4100-828a-47977d5c889f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:242b45cd-6283-47b0-9f7a-38fd0b1c782d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5a167e6-a0a2-4406-94d5-4b7a859a8b8a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4d947720-af80-461d-ab78-2131784d76c2
ModelName:Vfw4e82e6d52ede..base_vfw..module-0
ModelUuid:14e8cf4d-e815-44de-b646-0db37e139d08
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b8b8253-03f3-4add-8d38-efa92f240252
ModelInvariantUuid:c5665a6b-b872-432d-9540-9af522ac03c0
ModelName:vFW 4e82e6d5-2ede-nodes.vfwCvfc
ModelUuid:b13427af-ec79-485a-93fd-434e1ebe1041
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:59c18bf2-b50c-48bc-bceb-6ccb9f266cfa
ModelInvariantUuid:48143cac-8551-4d76-aa6c-ff9840f75be8
ModelName:Vfw4e82e6d52ede.compute.nodes.heat.vfw
ModelUuid:710a1003-572a-4402-8513-fb3534009024
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cf1a6e7e-1bb1-4827-9f2e-37f892d14aa4
ModelInvariantUuid:01350326-6552-4777-846a-7d20bf0a8b24
ModelName:vFW 4e82e6d5-2ede-nodes.vsnCvfc
ModelUuid:da208d33-1bdb-4a3c-9b88-c4225783ab34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:291fcb6c-8b26-407a-acd0-7629db8391d4
ModelInvariantUuid:c3cda956-7e79-4f34-8f95-f0b928c91d22
ModelName:Vfw4e82e6d52ede.compute.nodes.heat.vsn
ModelUuid:21d4a495-cb3a-4767-bf4c-b241e310372b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e9379b73-dd6e-444e-a30d-c016db7e3781
ModelInvariantUuid:df6c2e3c-6326-4c1f-9d46-dc0cc3047b87
ModelName:vFW 4e82e6d5-2ede-nodes.vpgCvfc
ModelUuid:db225e42-8745-4ea6-ac38-7a8352e81e79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c723f91b-6c21-4a05-900e-5e6dfd3e6bb1
ModelInvariantUuid:3a207dd8-317e-4cc3-826c-5f8d0db54915
ModelName:Vfw4e82e6d52ede.compute.nodes.heat.vpg
ModelUuid:190f69a4-b5d9-43f8-a8bb-babe38a09c7c
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-27T08:15:13.068Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 92eb4bb7-929a-426b-b1c8-87ff53ab5aff
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-27T08:15:13.073Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||vFW 4e82e6d5-2ede 0
2023-01-27T08:15:13.074Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92eb4bb7-929a-426b-b1c8-87ff53ab5aff
2023-01-27T08:15:13.074Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df375fba-94ff-4b5a-b874-851fa6a8fc65 from URL: /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json
2023-01-27T08:15:13.074Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-27T08:15:13.074Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json
2023-01-27T08:15:13.123Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-27T08:15:13.124Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json df375fba-94ff-4b5a-b874-851fa6a8fc65 785
2023-01-27T08:15:13.124Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json ASDC sendASDCNotification
2023-01-27T08:15:13.124Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json
2023-01-27T08:15:13.124Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:15:13.125Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:13.125Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:13.125Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807313124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:14.126Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4e82e6d52ede..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4d947720-af80-461d-ab78-2131784d76c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14e8cf4d-e815-44de-b646-0db37e139d08",
    "vfModuleModelCustomizationUUID": "353d80e3-ef0b-41d7-85c2-d5bdc48e77c8",
    "isBase": true,
    "artifacts": [
      "9a292272-449e-4fe8-b991-df4952fc0f16",
      "359f6843-be11-4ac9-baf2-6623b8288219"
    ],
    "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-27T08:15:14.131Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4e82e6d52ede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14e8cf4d-e815-44de-b646-0db37e139d08
VfModuleModelInvariantUUID:4d947720-af80-461d-ab78-2131784d76c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a292272-449e-4fe8-b991-df4952fc0f16
,
359f6843-be11-4ac9-baf2-6623b8288219

}
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-27T08:15:14.133Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4e82e6d52ede..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4d947720-af80-461d-ab78-2131784d76c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14e8cf4d-e815-44de-b646-0db37e139d08",
    "vfModuleModelCustomizationUUID": "353d80e3-ef0b-41d7-85c2-d5bdc48e77c8",
    "isBase": true,
    "artifacts": [
      "9a292272-449e-4fe8-b991-df4952fc0f16",
      "359f6843-be11-4ac9-baf2-6623b8288219"
    ],
    "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-27T08:15:14.133Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4e82e6d52ede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14e8cf4d-e815-44de-b646-0db37e139d08
VfModuleModelInvariantUUID:4d947720-af80-461d-ab78-2131784d76c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a292272-449e-4fe8-b991-df4952fc0f16
,
359f6843-be11-4ac9-baf2-6623b8288219

}
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-27T08:15:14.133Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a292272-449e-4fe8-b991-df4952fc0f16 from URL: /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml
2023-01-27T08:15:14.134Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-27T08:15:14.134Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml
2023-01-27T08:15:14.193Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-27T08:15:14.194Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml 9a292272-449e-4fe8-b991-df4952fc0f16 20368
2023-01-27T08:15:14.195Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-27T08:15:14.195Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml
2023-01-27T08:15:14.195Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:15:14.195Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:14.195Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:14.195Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807314195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:15.196Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 359f6843-be11-4ac9-baf2-6623b8288219 from URL: /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env
2023-01-27T08:15:15.197Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-27T08:15:15.198Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env
2023-01-27T08:15:15.239Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-27T08:15:15.239Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env 359f6843-be11-4ac9-baf2-6623b8288219 2098
2023-01-27T08:15:15.240Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-27T08:15:15.240Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env
2023-01-27T08:15:15.240Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:15:15.240Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:15.240Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:15.240Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807315240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:16.241Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ddf3ff56-df74-47a3-bfc3-34dcc49fef51
2023-01-27T08:15:16.242Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4e82e6d5-2ede 0 92eb4bb7-929a-426b-b1c8-87ff53ab5aff 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-27T08:15:16.262Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c49b6d4, org.onap.sdc.toscaparser.api.parameters.Input@4d5bf043, org.onap.sdc.toscaparser.api.parameters.Input@43de0f2b, org.onap.sdc.toscaparser.api.parameters.Input@530682c0, org.onap.sdc.toscaparser.api.parameters.Input@72587162]
2023-01-27T08:15:16.263Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.264Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.264Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-27T08:15:16.264Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b5a167e6-a0a2-4406-94d5-4b7a859a8b8a
2023-01-27T08:15:16.264Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5a167e6-a0a2-4406-94d5-4b7a859a8b8a matches Tosca VF Customization UUID: b5a167e6-a0a2-4406-94d5-4b7a859a8b8a
2023-01-27T08:15:16.264Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b5a167e6-a0a2-4406-94d5-4b7a859a8b8a  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-27T08:15:16.267Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.267Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.267Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b5a167e6-a0a2-4406-94d5-4b7a859a8b8a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-27T08:15:16.267Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34703ade
2023-01-27T08:15:16.267Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.268Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T08:15:16.268Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 353d80e3-ef0b-41d7-85c2-d5bdc48e77c8
2023-01-27T08:15:16.268Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 353d80e3-ef0b-41d7-85c2-d5bdc48e77c8
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-27T08:15:16.271Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.271Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:16.271Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:16.271Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.271Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:16.272Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:16.272Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.272Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:16.272Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:16.272Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:16.272Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-27T08:15:16.273Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-27T08:15:16.273Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-27T08:15:16.273Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.273Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:16.273Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-27T08:15:16.274Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:16.274Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-27T08:15:16.274Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.274Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b8b8253-03f3-4add-8d38-efa92f240252
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-27T08:15:16.277Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.277Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:16.277Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:16.277Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.278Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:16.278Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:16.278Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:16.278Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-27T08:15:16.278Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.278Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:16.279Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-27T08:15:16.279Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.279Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-27T08:15:16.279Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-27T08:15:16.279Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:16.280Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-27T08:15:16.280Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.280Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf1a6e7e-1bb1-4827-9f2e-37f892d14aa4
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-27T08:15:16.282Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.283Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:16.283Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:16.288Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.288Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is not matching search criteria
2023-01-27T08:15:16.288Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-27T08:15:16.288Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-27T08:15:16.289Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-27T08:15:16.289Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.289Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:16.289Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-27T08:15:16.289Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.289Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-27T08:15:16.290Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-27T08:15:16.290Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-27T08:15:16.290Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-27T08:15:16.290Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-27T08:15:16.290Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9379b73-dd6e-444e-a30d-c016db7e3781
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-27T08:15:16.292Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.292Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:16.293Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:15:16.293Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.293Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e82e6d5-2ede 0 is matching search criteria
2023-01-27T08:15:16.293Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e82e6d5-2ede 0] matching following query criteria: sdcType=VF, customizationUUID=b5a167e6-a0a2-4406-94d5-4b7a859a8b8a
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-27T08:15:16.295Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.295Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.295Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ddf3ff56-df74-47a3-bfc3-34dcc49fef51: vFW 4e82e6d5-2ede
2023-01-27T08:15:16.296Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.296Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.296Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.296Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.296Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.297Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.297Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.297Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.297Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:15:16.297Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-27 08-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:15:16.298Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-01-27 08-14-12 
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-27T08:15:16.520Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4e82e6d5-2ede 92eb4bb7-929a-426b-b1c8-87ff53ab5aff 1 ASDC deployResourceStructure
2023-01-27T08:15:16.520Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json ASDC sendASDCNotification
2023-01-27T08:15:16.521Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json
2023-01-27T08:15:16.521Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:15:16.521Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:16.521Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:16.522Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807316520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:17.523Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-27T08:15:17.523Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml
2023-01-27T08:15:17.524Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:15:17.524Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:17.525Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:17.525Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807317522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:18.526Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-27T08:15:18.527Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env
2023-01-27T08:15:18.527Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:15:18.528Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:18.528Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:18.528Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807318526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:19.529Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar ASDC sendASDCNotification
2023-01-27T08:15:19.530Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar
2023-01-27T08:15:19.530Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:15:19.531Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:15:19.531Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:15:19.531Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807319529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:15:20.532Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:15:20.543Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
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-27T08:15:20.546Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:15:20.546Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:15:20.547Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:15:50.547Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:15:50.570Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
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-27T08:15:50.575Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:15:50.576Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:15:50.576Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:16:05.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:16:05.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T08:16:05.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T08:16:05.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:16:05.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:16:05.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:16:05.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.783Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:05.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-27T08:16:05.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:16:05.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:16:20.577Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:16:20.601Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
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-27T08:16:20.603Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:16:20.603Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:16:20.604Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:16:50.604Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:16:50.620Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
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-27T08:16:50.625Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:16:50.626Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:16:50.626Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:17:05.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:17:05.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.769Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.773Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807272940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807290160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:17:05.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807276791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807289195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807272062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807301242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807299062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:17:05.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807310715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807309134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807309004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.788Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807309889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.789Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807309560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.790Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807310499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.790Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807310140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-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-27T08:17:05.798Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16337a72-7344-45be-9ca1-e1fe7c534481
2023-01-27T08:17:05.798Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16337a72-7344-45be-9ca1-e1fe7c534481 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-27T08:17:05.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.810Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807310009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.810Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.810Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807311781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "policy-distribution",
  "timestamp": 1674807311010,
  "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-27T08:17:05.815Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16337a72-7344-45be-9ca1-e1fe7c534481
2023-01-27T08:17:05.816Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16337a72-7344-45be-9ca1-e1fe7c534481 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-27T08:17:05.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807312838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807313871,
  "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-27T08:17:05.834Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16337a72-7344-45be-9ca1-e1fe7c534481
2023-01-27T08:17:05.834Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16337a72-7344-45be-9ca1-e1fe7c534481 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-27T08:17:05.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807313124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807314876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807314195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807314890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807315240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:17:05.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807315895,
  "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-27T08:17:05.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16337a72-7344-45be-9ca1-e1fe7c534481
2023-01-27T08:17:05.849Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16337a72-7344-45be-9ca1-e1fe7c534481 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-27T08:17:05.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807316520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/vfw4e82e6d52ede0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807317522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807318526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/resourceInstances/vfw4e82e6d52ede0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807319529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807321310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230127081412/1.0/artifacts/service-Vfw20230127081412-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:17:05.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:17:05.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:17:05.861Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807322313,
  "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-27T08:17:05.865Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16337a72-7344-45be-9ca1-e1fe7c534481
2023-01-27T08:17:05.865Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16337a72-7344-45be-9ca1-e1fe7c534481 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-27T08:17:20.627Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:17:20.638Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481
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-27T08:17:20.642Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:17:20.642Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T08:17:20.643Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T08:17:20.643Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T08:17:20.643Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:17:20.643Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:17:20.644Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:17:20.644Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:17:20.644Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:17:20.644Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-27T08:17:20.649Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T08:17:50.650Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16337a72-7344-45be-9ca1-e1fe7c534481 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-27T08:17:50.659Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16337a72-7344-45be-9ca1-e1fe7c534481 and serviceModelVersionId: ddf3ff56-df74-47a3-bfc3-34dcc49fef51
2023-01-27T08:17:50.660Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f90f9c7-b0fa-4906-97a9-27cc2465d2ab
2023-01-27T08:17:50.662Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0
2023-01-27T08:17:50.672Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T08:17:50.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0|INFO|500||Invoke
2023-01-27T08:17:50.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16337a72-7344-45be-9ca1-e1fe7c534481], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05bbe4ad-1584-45ab-a38b-40ff74d9da12], X-ECOMP-RequestID=[16337a72-7344-45be-9ca1-e1fe7c534481], X-TransactionId=[], X-ONAP-RequestID=[16337a72-7344-45be-9ca1-e1fe7c534481], Content-Type=[application/merge-patch+json]}
2023-01-27T08:17:50.808Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T08:17:50.911Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?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/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 08:17:51 GMT], content-length=[0], vertex-id=[176224], x-aai-txid=[2-aai-resources-230127-08:17:51:200-71175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T08:17:50.912Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T08:17:50.913Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f90f9c7-b0fa-4906-97a9-27cc2465d2ab/model-vers/model-ver/ddf3ff56-df74-47a3-bfc3-34dcc49fef51?depth=0|INFO|500||InvokeReturn
2023-01-27T08:17:50.914Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T08:17:50.914Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-27T08:17:50.920Z|16337a72-7344-45be-9ca1-e1fe7c534481|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-27T08:17:50.921Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16337a72-7344-45be-9ca1-e1fe7c534481 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T08:17:50.921Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T08:17:50.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:17:50.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:17:50.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807470921,
  "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-27T08:17:51.934Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:18:05.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:18:05.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-27T08:18:05.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "16337a72-7344-45be-9ca1-e1fe7c534481",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807470921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T08:18:05.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:18:51.934Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:19:05.763Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:19:51.936Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:20:05.764Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:20:51.936Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:21:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:21:51.938Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:22:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:22:41.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:22:41.084Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4ed76409-645e-4cdb-b8aa-696b8af6dff8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32","serviceDescription":"service","serviceInvariantUUID":"84c07de9-da85-494d-ab78-e9ca60291d91","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c6d4f0f8-5251-4188-a793-b43a308ff38d","resourceInvariantUUID":"3b493cc9-929d-40cd-8464-054fa55a0d6e","resourceCustomizationUUID":"6b6e2944-830d-403c-9c75-ac4bf548700f","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":"YmRhNTFlZjc1Y2RjNDIyMTllZGNmMDYwOTVjMTJiNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54444d26-b4e3-4fda-8da3-4556b86b374d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Njg2ZWM2YTNiZGNhZmM1YmU4Y2JiMTBjNGQwNjcwNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"051e36d8-a47d-4b15-bf40-cd663166d49b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T08:22:41.089Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:22:41.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:22:41.090Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:22:41.091Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807711938,
  "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-27T08:22:41.120Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:22:41.122Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807749359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:22:41.128Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:22:41.128Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:22:41.128Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807711938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:22:41.128Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:22:42.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:22:42.093Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:22:42.093Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:22:42.093Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807711938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:22:43.095Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32",
  "serviceDescription": "service",
  "serviceInvariantUUID": "84c07de9-da85-494d-ab78-e9ca60291d91",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6b6e2944-830d-403c-9c75-ac4bf548700f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c6d4f0f8-5251-4188-a793-b43a308ff38d",
      "resourceInvariantUUID": "3b493cc9-929d-40cd-8464-054fa55a0d6e",
      "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": "Njg2ZWM2YTNiZGNhZmM1YmU4Y2JiMTBjNGQwNjcwNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "051e36d8-a47d-4b15-bf40-cd663166d49b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T08:22:43.095Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T08:22:43.096Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32 ASDC
2023-01-27T08:22:43.097Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ed76409-645e-4cdb-b8aa-696b8af6dff8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32
ServiceInvariantUUID:84c07de9-da85-494d-ab78-e9ca60291d91
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:051e36d8-a47d-4b15-bf40-cd663166d49b
ArtifactChecksum:Njg2ZWM2YTNiZGNhZmM1YmU4Y2JiMTBjNGQwNjcwNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b6e2944-830d-403c-9c75-ac4bf548700f
ResourceInvariantUUID:3b493cc9-929d-40cd-8464-054fa55a0d6e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c6d4f0f8-5251-4188-a793-b43a308ff38d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-27T08:22:43.097Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32 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-27T08:22:43.127Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:22:43.128Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:22:43.128Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:22:43.129Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 051e36d8-a47d-4b15-bf40-cd663166d49b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-27T08:22:43.129Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:22:43.129Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-27T08:22:43.266Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:22:43.270Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 051e36d8-a47d-4b15-bf40-cd663166d49b 57793
2023-01-27T08:22:43.272Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:43.272Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:43.272Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:22:43.273Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:22:43.273Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:22:43.274Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807763272,
  "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-27T08:22:44.275Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:22:44.276Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:22:44.276Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 051e36d8-a47d-4b15-bf40-cd663166d49b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-27T08:22:44.276Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-27T08:22:44.277Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-27T08:22:44.277Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-27T08:22:44.448Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6663760479580439828/Definitions/service-BasicNetwork-template.yml
2023-01-27T08:22:44.968Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.969Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.970Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.971Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-27T08:22:44.971Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:22:44.971Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:22:44.971Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.971Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.972Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.973Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.973Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.973Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.973Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.973Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.973Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.974Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32
Model Version:NULL
Model InvariantUuid:84c07de9-da85-494d-ab78-e9ca60291d91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3b493cc9-929d-40cd-8464-054fa55a0d6e
Model UUID:a5f21d80-9af2-4f52-8f8c-86e8f9543efc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6b6e2944-830d-403c-9c75-ac4bf548700f
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-27T08:22:44.983Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c6d4f0f8-5251-4188-a793-b43a308ff38d
2023-01-27T08:22:44.983Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||No resources found for Service: 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32
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-27T08:22:44.988Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||
2023-01-27T08:22:44.988Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-27T08:22:44.989Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32
2023-01-27T08:22:44.990Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32
2023-01-27T08:22:44.990Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-27T08:22:44.990Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:44.995Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79717685, org.onap.sdc.toscaparser.api.parameters.Input@59b6b40f, org.onap.sdc.toscaparser.api.parameters.Input@6cfa7865, org.onap.sdc.toscaparser.api.parameters.Input@49f543fb, org.onap.sdc.toscaparser.api.parameters.Input@3bc2c11e]
2023-01-27T08:22:44.997Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.997Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.997Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.997Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.998Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32: Generic NeutronNet
2023-01-27T08:22:44.998Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.998Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:44.998Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:44.998Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:45.037Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:45.038Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:45.038Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:45.039Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:45.039Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:22:45.039Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:22:45.039Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:45.090Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-27T08:22:45.090Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:45.090Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:22:45.090Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:22:45.090Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:22:45.091Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:22:45.091Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807765090,
  "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-27T08:22:46.091Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:22:46.114Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
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-27T08:22:46.116Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:22:46.117Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:22:46.117Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:23:05.763Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:23:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:23:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807732019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:23:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:23:16.118Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:23:16.128Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
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-27T08:23:16.132Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:23:16.132Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:23:16.133Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:23:46.133Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:23:46.144Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
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-27T08:23:46.147Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:23:46.147Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:23:46.147Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:24:05.763Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807735903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:24:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807731152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807749359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807711938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807732019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807735903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807731152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807762899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807762761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807763272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807763903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-27T08:24:05.776Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ed76409-645e-4cdb-b8aa-696b8af6dff8
2023-01-27T08:24:05.776Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed76409-645e-4cdb-b8aa-696b8af6dff8 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-27T08:24:05.784Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807763765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807765090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807764768,
  "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-27T08:24:05.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ed76409-645e-4cdb-b8aa-696b8af6dff8
2023-01-27T08:24:05.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed76409-645e-4cdb-b8aa-696b8af6dff8 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-27T08:24:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807769195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:24:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807769195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807771302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807775504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:24:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807776508,
  "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-27T08:24:05.803Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ed76409-645e-4cdb-b8aa-696b8af6dff8
2023-01-27T08:24:05.803Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed76409-645e-4cdb-b8aa-696b8af6dff8 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-27T08:24:05.812Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.812Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807779062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:24:05.812Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.812Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.813Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807779062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:24:05.813Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.813Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.813Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807781830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:24:05.813Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807783618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:24:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:24:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:24:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807784623,
  "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-27T08:24:05.819Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ed76409-645e-4cdb-b8aa-696b8af6dff8
2023-01-27T08:24:05.819Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ed76409-645e-4cdb-b8aa-696b8af6dff8 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-27T08:24:16.147Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:24:16.158Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8
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-27T08:24:16.161Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:24:16.161Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T08:24:16.161Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T08:24:16.162Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T08:24:16.162Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:24:16.162Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:24:16.162Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:24:16.163Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:24:16.163Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:24:16.163Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:24:16.168Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T08:24:46.169Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8 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-27T08:24:46.190Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ed76409-645e-4cdb-b8aa-696b8af6dff8 and serviceModelVersionId: 1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32
2023-01-27T08:24:46.191Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84c07de9-da85-494d-ab78-e9ca60291d91
2023-01-27T08:24:46.193Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0
2023-01-27T08:24:46.199Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T08:24:46.262Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0|INFO|500||Invoke
2023-01-27T08:24:46.262Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ed76409-645e-4cdb-b8aa-696b8af6dff8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df2f7ca8-3e16-4281-b607-59842c3bd595], X-ECOMP-RequestID=[4ed76409-645e-4cdb-b8aa-696b8af6dff8], X-TransactionId=[], X-ONAP-RequestID=[4ed76409-645e-4cdb-b8aa-696b8af6dff8], Content-Type=[application/merge-patch+json]}
2023-01-27T08:24:46.295Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T08:24:46.431Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?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/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 08:24:46 GMT], content-length=[0], vertex-id=[151576], x-aai-txid=[2-aai-resources-230127-08:24:46:695-90171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T08:24:46.431Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T08:24:46.432Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84c07de9-da85-494d-ab78-e9ca60291d91/model-vers/model-ver/1c7de4a7-d9fd-4fb8-8bb5-adc5cb8f9a32?depth=0|INFO|500||InvokeReturn
2023-01-27T08:24:46.434Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T08:24:46.434Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:24:46.440Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||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-27T08:24:46.441Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ed76409-645e-4cdb-b8aa-696b8af6dff8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T08:24:46.441Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T08:24:46.442Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:46.443Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:46.443Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807886441,
  "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-27T08:24:47.478Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:24:47.537Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:24:47.537Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"a2036362-994e-4a91-aae1-bb31c0baf9f8","serviceName":"Demo_pNF_e8jE5W51XleMVmy9JsWu","serviceVersion":"1.0","serviceUUID":"4ddea041-4d6f-447b-bd47-02158cbc16f2","serviceDescription":"catalog service description","serviceInvariantUUID":"6e12de50-15c5-4357-8dac-94af18b8be84","resources":[{"resourceInstanceName":"pNF 7cb6c881-146f 0","resourceName":"pNF 7cb6c881-146f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1850d5f5-38a1-489c-9e30-2ad19df706e6","resourceInvariantUUID":"b6357b32-30b1-439a-90c7-d3b93ddc7c71","resourceCustomizationUUID":"8c38e9b9-45ed-4250-920b-059d0a987b7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml","artifactChecksum":"NzVlNGFkZjI0ZTc2NTdkM2I4NjZlYzNmNjBjYTQ1MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b079851-51e1-4f55-84d4-632ec7eddb1a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar","artifactChecksum":"ODE2MDZjMzNhMzdkZDQ0YTA1YTUyNGI1ZWFkNWFmZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c08947cf-b174-4f42-9ff8-a48ad511dea6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba00efb4-bb87-45eb-9825-cc670e55ccdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzc2NzUwYzZiNzQ0MzM3YTk2MDA5MGRlNWM5M2E0N2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae5235eb-5f29-41f5-9d64-9991d0893d7f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1487a79-a529-4f29-bd78-a646732928e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fc367ad-6593-4d89-b0a9-162013e1fff4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE8je5w51xlemvmy9jswu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml","artifactChecksum":"Y2JiNTFmNGQzNTU5MTg2YzAyYjdiZmRiYzc3YzMyODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cddb358b-bb3d-40be-b174-06a694377a78","artifactVersion":"1"},{"artifactName":"service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar","artifactChecksum":"MDQ0MzY3OGMxOTQwZjAyZTVlNTlkMWNmMjEyYmQxOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deb1a02a-99c1-42f5-ba3a-0e351eaae6fd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T08:24:47.540Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:47.540Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:47.541Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:47.541Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:48.542Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:48.543Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:48.543Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:48.543Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:49.544Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:49.545Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:49.545Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:49.545Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:50.546Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:50.547Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:50.547Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:50.547Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:51.548Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:51.548Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:51.549Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:51.549Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:52.549Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:52.550Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:52.550Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:52.550Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:53.551Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:53.552Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:53.552Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:53.552Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:54.553Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:24:54.554Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:54.554Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:54.555Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:55.558Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "serviceName": "Demo_pNF_e8jE5W51XleMVmy9JsWu",
  "serviceVersion": "1.0",
  "serviceUUID": "4ddea041-4d6f-447b-bd47-02158cbc16f2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6e12de50-15c5-4357-8dac-94af18b8be84",
  "resources": [
    {
      "resourceInstanceName": "pNF 7cb6c881-146f 0",
      "resourceCustomizationUUID": "8c38e9b9-45ed-4250-920b-059d0a987b7f",
      "resourceName": "pNF 7cb6c881-146f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1850d5f5-38a1-489c-9e30-2ad19df706e6",
      "resourceInvariantUUID": "b6357b32-30b1-439a-90c7-d3b93ddc7c71",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
      "artifactChecksum": "MDQ0MzY3OGMxOTQwZjAyZTVlNTlkMWNmMjEyYmQxOGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "deb1a02a-99c1-42f5-ba3a-0e351eaae6fd"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T08:24:55.559Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T08:24:55.559Z|4ed76409-645e-4cdb-b8aa-696b8af6dff8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ddea041-4d6f-447b-bd47-02158cbc16f2 ASDC
2023-01-27T08:24:55.561Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a2036362-994e-4a91-aae1-bb31c0baf9f8
ServiceName:Demo_pNF_e8jE5W51XleMVmy9JsWu
ServiceVersion:1.0
ServiceUUID:4ddea041-4d6f-447b-bd47-02158cbc16f2
ServiceInvariantUUID:6e12de50-15c5-4357-8dac-94af18b8be84
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
ArtifactUUID:deb1a02a-99c1-42f5-ba3a-0e351eaae6fd
ArtifactChecksum:MDQ0MzY3OGMxOTQwZjAyZTVlNTlkMWNmMjEyYmQxOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7cb6c881-146f 0
ResourceCustomizationUUID:8c38e9b9-45ed-4250-920b-059d0a987b7f
ResourceInvariantUUID:b6357b32-30b1-439a-90c7-d3b93ddc7c71
ResourceName:pNF 7cb6c881-146f
ResourceType:PNF
ResourceUUID:1850d5f5-38a1-489c-9e30-2ad19df706e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-27T08:24:55.562Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ddea041-4d6f-447b-bd47-02158cbc16f2 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-27T08:24:55.593Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:24:55.594Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:24:55.594Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:24:55.595Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: deb1a02a-99c1-42f5-ba3a-0e351eaae6fd from URL: /sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:55.595Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:24:55.597Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:55.659Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:24:55.664Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar deb1a02a-99c1-42f5-ba3a-0e351eaae6fd 88016
2023-01-27T08:24:55.664Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar ASDC sendASDCNotification
2023-01-27T08:24:55.664Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:55.665Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:24:55.665Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:55.665Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:55.666Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807895664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:56.670Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:24:56.670Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:24:56.671Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: deb1a02a-99c1-42f5-ba3a-0e351eaae6fd, URL: /sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar to file: /app/ASDC/1/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:56.671Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:56.671Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:56.671Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:56.773Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8901764791747194824/Definitions/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml
2023-01-27T08:24:57.536Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T08:24:57.536Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7cb6c881-146f 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-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.537Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.538Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:24:57.538Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.538Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.538Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Node template pNF 7cb6c881-146f 0 is matching search criteria
2023-01-27T08:24:57.538Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:24:57.538Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7cb6c881-146f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Node template pNF 7cb6c881-146f 0 is matching search criteria
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7cb6c881-146f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.539Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.540Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.541Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.541Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_e8jE5W51XleMVmy9JsWu
Description:catalog service description
Model UUID:4ddea041-4d6f-447b-bd47-02158cbc16f2
Model Version:NULL
Model InvariantUuid:6e12de50-15c5-4357-8dac-94af18b8be84
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-27T08:24:57.547Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1850d5f5-38a1-489c-9e30-2ad19df706e6
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-27T08:24:57.550Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||pNF 7cb6c881-146f 0
2023-01-27T08:24:57.551Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1850d5f5-38a1-489c-9e30-2ad19df706e6
2023-01-27T08:24:57.551Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4ddea041-4d6f-447b-bd47-02158cbc16f2
2023-01-27T08:24:57.551Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4ddea041-4d6f-447b-bd47-02158cbc16f2
2023-01-27T08:24:57.551Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7cb6c881-146f 0 1850d5f5-38a1-489c-9e30-2ad19df706e6 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-27T08:24:57.555Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ef26c85, org.onap.sdc.toscaparser.api.parameters.Input@7374af5a, org.onap.sdc.toscaparser.api.parameters.Input@2859699a, org.onap.sdc.toscaparser.api.parameters.Input@1b44a922, org.onap.sdc.toscaparser.api.parameters.Input@66af788b]
2023-01-27T08:24:57.556Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.556Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.556Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4ddea041-4d6f-447b-bd47-02158cbc16f2: pNF 7cb6c881-146f
2023-01-27T08:24:57.556Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1850d5f5-38a1-489c-9e30-2ad19df706e6
2023-01-27T08:24:57.556Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:24:57.557Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_e8jE5W51XleMVmy9JsWu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:24:57.557Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8c38e9b9-45ed-4250-920b-059d0a987b7f is the same as notified resource customizationUUID: 8c38e9b9-45ed-4250-920b-059d0a987b7f
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-27T08:24:57.612Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7cb6c881-146f 1850d5f5-38a1-489c-9e30-2ad19df706e6 0 ASDC deployResourceStructure
2023-01-27T08:24:57.612Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar ASDC sendASDCNotification
2023-01-27T08:24:57.612Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar
2023-01-27T08:24:57.613Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:24:57.613Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:24:57.613Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:24:57.613Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807897612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:24:58.615Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2036362-994e-4a91-aae1-bb31c0baf9f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:24:58.625Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2036362-994e-4a91-aae1-bb31c0baf9f8
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-27T08:24:58.627Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:24:58.627Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T08:24:58.627Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T08:25:05.763Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:25:05.771Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.772Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.774Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.774Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.774Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.775Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.775Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.775Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.775Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.776Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.776Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.776Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.777Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.777Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.777Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.777Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.778Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.778Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.778Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.779Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.779Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.779Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.779Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.780Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.780Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.780Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.781Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.781Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.781Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.781Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.782Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.782Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.782Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.782Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.783Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.783Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.783Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.783Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.784Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.784Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.784Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.784Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.786Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.786Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.786Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.786Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.787Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.787Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.787Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.787Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.788Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.788Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.788Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.788Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.789Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.789Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.789Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.789Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.791Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.791Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.791Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.791Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.792Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.792Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.792Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.792Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.793Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.793Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.793Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.794Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.794Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.794Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.794Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.794Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.795Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.795Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.795Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.795Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.796Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.796Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.796Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.797Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.798Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.799Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.800Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.800Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.800Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.801Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.801Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807764907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.801Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.801Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.802Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807795771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.802Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.802Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.802Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807789298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.803Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.804Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.804Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807799195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.805Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.805Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.805Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807794353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.805Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.806Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.806Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807808951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.806Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.806Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.807Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807808860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.807Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.807Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.807Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807809351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.808Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.808Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.808Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807809769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.809Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.809Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.809Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.809Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.810Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.810Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807809958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-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-27T08:25:05.820Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2036362-994e-4a91-aae1-bb31c0baf9f8
2023-01-27T08:25:05.820Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2036362-994e-4a91-aae1-bb31c0baf9f8 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-27T08:25:05.830Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807809864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:25:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807810562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T08:25:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "policy-distribution",
  "timestamp": 1674807810867,
  "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-27T08:25:05.839Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2036362-994e-4a91-aae1-bb31c0baf9f8
2023-01-27T08:25:05.839Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2036362-994e-4a91-aae1-bb31c0baf9f8 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-27T08:25:05.847Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.847Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807811565,
  "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-27T08:25:05.853Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a2036362-994e-4a91-aae1-bb31c0baf9f8
2023-01-27T08:25:05.854Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2036362-994e-4a91-aae1-bb31c0baf9f8 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-27T08:25:05.862Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.862Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.862Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.862Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.863Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.863Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.863Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.863Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807814815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:25:05.864Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.864Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.864Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.865Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.865Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.865Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807815821,
  "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-27T08:25:05.870Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2036362-994e-4a91-aae1-bb31c0baf9f8
2023-01-27T08:25:05.870Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2036362-994e-4a91-aae1-bb31c0baf9f8 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-27T08:25:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807809062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807817855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807819985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:25:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807820992,
  "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-27T08:25:05.887Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2036362-994e-4a91-aae1-bb31c0baf9f8
2023-01-27T08:25:05.888Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2036362-994e-4a91-aae1-bb31c0baf9f8 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-27T08:25:05.901Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.901Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.902Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.902Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.902Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.903Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.903Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.903Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.903Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.904Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.904Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.904Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.907Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.907Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.908Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.908Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.908Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.909Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.909Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.909Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.909Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.910Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.910Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.910Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.911Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.912Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.913Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.913Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.913Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.913Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.914Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.914Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.914Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.915Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.915Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.915Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.916Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.916Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.916Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.917Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.917Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.917Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.918Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.918Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.918Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.919Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.919Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.919Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.920Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.920Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.920Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.921Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.921Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.921Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.926Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.926Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.926Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.927Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.927Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.927Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.927Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.928Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.928Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.928Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.929Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.929Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.929Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.930Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.930Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.930Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.930Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.931Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.931Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.931Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.932Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.932Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.932Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.932Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.933Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.933Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.933Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.934Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.934Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.934Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.935Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.935Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.935Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.935Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.936Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.936Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.936Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807811869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.937Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.937Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.937Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807832567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:25:05.938Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.938Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.938Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807829195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807810960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807810463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.941Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.941Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:25:05.941Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807846731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807844980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807845121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:25:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807845891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:25:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:25:28.628Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2036362-994e-4a91-aae1-bb31c0baf9f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:25:28.644Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2036362-994e-4a91-aae1-bb31c0baf9f8
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-27T08:25:28.647Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:25:28.648Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T08:25:28.648Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T08:25:28.648Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T08:25:28.648Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:25:28.648Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:25:28.648Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:25:28.649Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:25:28.649Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:25:28.649Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:25:28.649Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-27T08:25:28.654Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T08:25:58.654Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2036362-994e-4a91-aae1-bb31c0baf9f8 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-27T08:25:58.659Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2036362-994e-4a91-aae1-bb31c0baf9f8 and serviceModelVersionId: 4ddea041-4d6f-447b-bd47-02158cbc16f2
2023-01-27T08:25:58.659Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e12de50-15c5-4357-8dac-94af18b8be84
2023-01-27T08:25:58.660Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0
2023-01-27T08:25:58.668Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T08:25:58.726Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0|INFO|500||Invoke
2023-01-27T08:25:58.727Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2036362-994e-4a91-aae1-bb31c0baf9f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8fbceaf-3ae6-49e9-8432-56d14ec50dd1], X-ECOMP-RequestID=[a2036362-994e-4a91-aae1-bb31c0baf9f8], X-TransactionId=[], X-ONAP-RequestID=[a2036362-994e-4a91-aae1-bb31c0baf9f8], Content-Type=[application/merge-patch+json]}
2023-01-27T08:25:58.797Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T08:25:59.111Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?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/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 08:25:59 GMT], content-length=[0], vertex-id=[172176], x-aai-txid=[2-aai-resources-230127-08:25:59:215-73771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T08:25:59.112Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T08:25:59.112Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e12de50-15c5-4357-8dac-94af18b8be84/model-vers/model-ver/4ddea041-4d6f-447b-bd47-02158cbc16f2?depth=0|INFO|500||InvokeReturn
2023-01-27T08:25:59.112Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T08:25:59.113Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-27T08:25:59.121Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||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-27T08:25:59.122Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2036362-994e-4a91-aae1-bb31c0baf9f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T08:25:59.123Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T08:25:59.125Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:25:59.125Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:25:59.126Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807959123,
  "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-27T08:26:00.137Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:26:00.138Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"2860475a-a1ce-460e-87d8-f55d6a7e4a4e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7a4d5288-d8f2-4bf9-8409-9c4a785eafed","serviceDescription":"service","serviceInvariantUUID":"c37463d4-968f-4fbf-88f9-1158d2bf4898","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90848ad1-de4b-40ce-825d-37b92e0dd100","resourceInvariantUUID":"629779b7-fe77-4863-8f21-ac6b1157946f","resourceCustomizationUUID":"d81db456-5b15-4ef1-bc26-4581ae2a8a54","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":"MTIwYTcyMmExZDlhNzM0YzM3YTgzZjdlNjA3ZTEzMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"163a963f-0942-4266-850e-13188ffa3ce2","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":"YWQ5MmQ1MjhiN2RkNTM2NmVmNzZiYzc4MWQ1MzNiYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263cd0fa-4364-45a2-a370-4d7e371c37ba","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":"54294070-6ccd-4261-ae37-aa7a8b5afe83","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":"08c25aeb-d1e8-4e6a-8990-409396df408b","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":"4a9077dc-ba63-4943-a1cb-076e216aa2ea","artifactVersion":"2","generatedFromUUID":"54294070-6ccd-4261-ae37-aa7a8b5afe83"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjU1MTRhZTNiYzdjMWU2MWRkNDg2MmY5OGMxZDExMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51afeab0-0e32-41d5-b58a-9c3e0e8ba35d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjc4OTM1NTMxMDEyM2FjOTRiYTY5OTM1N2I1Mjc1NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5db68b89-c17d-4478-83a6-22cecac93c3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T08:26:00.138Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:00.139Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:00.139Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:00.139Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:01.139Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:01.140Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:01.141Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:01.141Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:02.142Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:02.143Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:02.143Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:02.143Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:03.144Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:03.145Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:03.145Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:03.146Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:04.150Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:04.152Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:04.152Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:04.152Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:05.154Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:05.154Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:05.154Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:05.155Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:05.763Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:26:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.768Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807846347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807845983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.769Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807846126,
  "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-27T08:26:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
2023-01-27T08:26:05.785Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2860475a-a1ce-460e-87d8-f55d6a7e4a4e 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-27T08:26:05.792Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.792Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807847791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.793Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.793Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.793Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "policy-distribution",
  "timestamp": 1674807846985,
  "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-27T08:26:05.801Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
2023-01-27T08:26:05.802Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2860475a-a1ce-460e-87d8-f55d6a7e4a4e 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-27T08:26:05.813Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.814Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.815Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807848854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.815Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.815Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.816Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.816Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.816Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.816Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.817Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.817Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.817Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807849878,
  "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-27T08:26:05.822Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
2023-01-27T08:26:05.822Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2860475a-a1ce-460e-87d8-f55d6a7e4a4e 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-27T08:26:05.830Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.830Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807849280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.830Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.830Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.830Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.831Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.832Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807850880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.833Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807850287,
  "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-27T08:26:05.839Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
2023-01-27T08:26:05.840Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2860475a-a1ce-460e-87d8-f55d6a7e4a4e 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-27T08:26:05.847Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.848Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.849Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.849Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.849Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.849Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.849Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.850Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.850Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.850Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.850Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.851Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.851Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.851Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.851Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.851Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.852Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.852Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.852Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.852Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.853Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.853Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.853Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.853Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.854Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.854Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.854Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.854Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.854Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.855Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.855Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.855Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.855Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.855Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.856Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807853342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.856Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.856Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.856Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.857Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.857Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.857Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.857Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.858Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.858Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.858Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.858Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.858Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.859Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.859Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.859Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807854345,
  "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-27T08:26:05.864Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
2023-01-27T08:26:05.865Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2860475a-a1ce-460e-87d8-f55d6a7e4a4e 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-27T08:26:05.876Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.877Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.877Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.877Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.877Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.878Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.879Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.880Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807847128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.881Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807847987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.882Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.883Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.883Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807856231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.883Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.883Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.883Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.884Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.884Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.884Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674807849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.884Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.884Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.884Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807857057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.885Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.885Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.885Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674807857235,
  "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-27T08:26:05.897Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
2023-01-27T08:26:05.897Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 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-27T08:26:05.904Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807858061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.905Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807851884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.906Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.907Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.907Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.907Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "policy-distribution",
  "timestamp": 1674807859062,
  "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-27T08:26:05.913Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
2023-01-27T08:26:05.914Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 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-27T08:26:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807860952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.922Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807862011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.923Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807863051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.924Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807864098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.925Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.926Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.926Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.926Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807865156,
  "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-27T08:26:05.931Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
2023-01-27T08:26:05.931Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 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-27T08:26:05.938Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.938Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674807866162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.939Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807859195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.940Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807868282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.941Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.941Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.941Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.942Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.943Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807876197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.944Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.945Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.945Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.945Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.945Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.945Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1674807877199,
  "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-27T08:26:05.950Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
2023-01-27T08:26:05.951Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 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-27T08:26:05.960Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.961Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807869062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.961Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.961Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.961Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807878845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.961Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.962Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.962Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807881881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.962Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.962Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.962Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674807882886,
  "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-27T08:26:05.967Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
2023-01-27T08:26:05.968Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 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-27T08:26:05.976Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.976Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ed76409-645e-4cdb-b8aa-696b8af6dff8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807886441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T08:26:05.977Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.977Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.977Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.977Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.977Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.978Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.978Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.978Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.979Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.979Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.979Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.979Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.980Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.980Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.980Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.980Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.981Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.981Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/resourceInstances/pnf7cb6c881146f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.981Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.981Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.982Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:26:05.982Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.982Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.982Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:26:05.982Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.983Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.983Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807895664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:26:05.983Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:05.983Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:26:05.983Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807897612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE8je5w51xlemvmy9jswu/1.0/artifacts/service-DemoPnfE8je5w51xlemvmy9jswu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:26:05.983Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:26:06.158Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:06.158Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:06.158Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:06.158Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:26:07.160Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7a4d5288-d8f2-4bf9-8409-9c4a785eafed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c37463d4-968f-4fbf-88f9-1158d2bf4898",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d81db456-5b15-4ef1-bc26-4581ae2a8a54",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90848ad1-de4b-40ce-825d-37b92e0dd100",
      "resourceInvariantUUID": "629779b7-fe77-4863-8f21-ac6b1157946f",
      "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": "YWQ5MmQ1MjhiN2RkNTM2NmVmNzZiYzc4MWQ1MzNiYTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263cd0fa-4364-45a2-a370-4d7e371c37ba",
          "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": "54294070-6ccd-4261-ae37-aa7a8b5afe83",
          "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": "4a9077dc-ba63-4943-a1cb-076e216aa2ea",
            "generatedFromUUID": "54294070-6ccd-4261-ae37-aa7a8b5afe83"
          },
          "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": "4a9077dc-ba63-4943-a1cb-076e216aa2ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Yjc4OTM1NTMxMDEyM2FjOTRiYTY5OTM1N2I1Mjc1NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5db68b89-c17d-4478-83a6-22cecac93c3a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T08:26:07.160Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T08:26:07.160Z|a2036362-994e-4a91-aae1-bb31c0baf9f8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a4d5288-d8f2-4bf9-8409-9c4a785eafed ASDC
2023-01-27T08:26:07.161Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2860475a-a1ce-460e-87d8-f55d6a7e4a4e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7a4d5288-d8f2-4bf9-8409-9c4a785eafed
ServiceInvariantUUID:c37463d4-968f-4fbf-88f9-1158d2bf4898
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:5db68b89-c17d-4478-83a6-22cecac93c3a
ArtifactChecksum:Yjc4OTM1NTMxMDEyM2FjOTRiYTY5OTM1N2I1Mjc1NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d81db456-5b15-4ef1-bc26-4581ae2a8a54
ResourceInvariantUUID:629779b7-fe77-4863-8f21-ac6b1157946f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:90848ad1-de4b-40ce-825d-37b92e0dd100
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:263cd0fa-4364-45a2-a370-4d7e371c37ba
ArtifactChecksum:YWQ5MmQ1MjhiN2RkNTM2NmVmNzZiYzc4MWQ1MzNiYTc=
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:54294070-6ccd-4261-ae37-aa7a8b5afe83
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:4a9077dc-ba63-4943-a1cb-076e216aa2ea
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:4a9077dc-ba63-4943-a1cb-076e216aa2ea
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-27T08:26:07.161Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a4d5288-d8f2-4bf9-8409-9c4a785eafed 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-27T08:26:07.309Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:26:07.310Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:26:07.310Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:26:07.310Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5db68b89-c17d-4478-83a6-22cecac93c3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-27T08:26:07.310Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:26:07.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-27T08:26:07.368Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:26:07.372Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5db68b89-c17d-4478-83a6-22cecac93c3a 75193
2023-01-27T08:26:07.373Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:07.373Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:07.373Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:26:07.374Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:07.374Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:07.374Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807967373,
  "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-27T08:26:08.376Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:26:08.377Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:26:08.377Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5db68b89-c17d-4478-83a6-22cecac93c3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-27T08:26:08.377Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-27T08:26:08.378Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-27T08:26:08.378Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-27T08:26:08.629Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2828845225392318680/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-27T08:26:09.923Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T08:26:09.923Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:26:09.923Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-27T08:26:09.923Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-27T08:26:09.923Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.924Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:26:09.925Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-27T08:26:09.926Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:09.927Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:26:09.928Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.928Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:09.928Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:26:09.928Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.928Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:09.928Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:26:09.929Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.929Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-27T08:26:09.929Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-27T08:26:09.929Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-27T08:26:09.929Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1601d145-88e5-4f50-ac63-1521636a13bb
2023-01-27T08:26:09.929Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:09.930Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7a4d5288-d8f2-4bf9-8409-9c4a785eafed
Model Version:NULL
Model InvariantUuid:c37463d4-968f-4fbf-88f9-1158d2bf4898
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7ba4514e-63fc-4d77-a133-fc92460c1e5e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:629779b7-fe77-4863-8f21-ac6b1157946f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d81db456-5b15-4ef1-bc26-4581ae2a8a54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29ab36e2-e9b1-4226-a268-2dd9352d6fc0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1d28bd66-59b9-4b84-90e8-a9f212e354c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1601d145-88e5-4f50-ac63-1521636a13bb
ModelInvariantUuid:783a7439-b050-4ccc-a6aa-a0faa4188e11
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:82dad2b9-62dd-4fc7-b3ed-ba741f2dfb9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2ee46c32-6eb7-4c9d-8054-fd07d5882384
ModelInvariantUuid:f013e48d-0f21-466a-a903-876334312b32
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:58eb7823-996f-433d-98e2-31f7cb7e72dc
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-27T08:26:09.939Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 90848ad1-de4b-40ce-825d-37b92e0dd100
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-27T08:26:09.942Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-01-27T08:26:09.942Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90848ad1-de4b-40ce-825d-37b92e0dd100
2023-01-27T08:26:09.943Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 263cd0fa-4364-45a2-a370-4d7e371c37ba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-27T08:26:09.943Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:26:09.944Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:10.039Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:26:10.039Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 263cd0fa-4364-45a2-a370-4d7e371c37ba 787
2023-01-27T08:26:10.040Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:10.040Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:10.040Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:26:10.042Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:10.042Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:10.042Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807970040,
  "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-27T08:26:11.044Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "29ab36e2-e9b1-4226-a268-2dd9352d6fc0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d28bd66-59b9-4b84-90e8-a9f212e354c2",
    "vfModuleModelCustomizationUUID": "bc24a645-224c-44bb-8ef8-c6c8268c3b5d",
    "isBase": true,
    "artifacts": [
      "54294070-6ccd-4261-ae37-aa7a8b5afe83",
      "4a9077dc-ba63-4943-a1cb-076e216aa2ea"
    ],
    "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-27T08:26:11.049Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d28bd66-59b9-4b84-90e8-a9f212e354c2
VfModuleModelInvariantUUID:29ab36e2-e9b1-4226-a268-2dd9352d6fc0
VfModuleModelDescription:NULL
Artifacts UUID List:{
54294070-6ccd-4261-ae37-aa7a8b5afe83
,
4a9077dc-ba63-4943-a1cb-076e216aa2ea

}
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-27T08:26:11.050Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "29ab36e2-e9b1-4226-a268-2dd9352d6fc0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d28bd66-59b9-4b84-90e8-a9f212e354c2",
    "vfModuleModelCustomizationUUID": "bc24a645-224c-44bb-8ef8-c6c8268c3b5d",
    "isBase": true,
    "artifacts": [
      "54294070-6ccd-4261-ae37-aa7a8b5afe83",
      "4a9077dc-ba63-4943-a1cb-076e216aa2ea"
    ],
    "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-27T08:26:11.051Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d28bd66-59b9-4b84-90e8-a9f212e354c2
VfModuleModelInvariantUUID:29ab36e2-e9b1-4226-a268-2dd9352d6fc0
VfModuleModelDescription:NULL
Artifacts UUID List:{
54294070-6ccd-4261-ae37-aa7a8b5afe83
,
4a9077dc-ba63-4943-a1cb-076e216aa2ea

}
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-27T08:26:11.051Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 54294070-6ccd-4261-ae37-aa7a8b5afe83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-27T08:26:11.051Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:26:11.051Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:11.108Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:26:11.108Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 54294070-6ccd-4261-ae37-aa7a8b5afe83 5033
2023-01-27T08:26:11.108Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:11.109Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:11.109Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:26:11.109Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:11.109Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:11.109Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807971108,
  "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-27T08:26:12.110Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a9077dc-ba63-4943-a1cb-076e216aa2ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-27T08:26:12.110Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:26:12.110Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:12.159Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:26:12.160Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4a9077dc-ba63-4943-a1cb-076e216aa2ea 903
2023-01-27T08:26:12.160Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:12.160Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:12.161Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:26:12.162Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:12.162Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:12.162Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807972160,
  "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-27T08:26:13.163Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7a4d5288-d8f2-4bf9-8409-9c4a785eafed
2023-01-27T08:26:13.164Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 90848ad1-de4b-40ce-825d-37b92e0dd100 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-27T08:26:13.186Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@726ed933, org.onap.sdc.toscaparser.api.parameters.Input@640363ca, org.onap.sdc.toscaparser.api.parameters.Input@6d4be484, org.onap.sdc.toscaparser.api.parameters.Input@424fccf2, org.onap.sdc.toscaparser.api.parameters.Input@46ec22c9]
2023-01-27T08:26:13.187Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.187Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.188Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-01-27T08:26:13.188Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d81db456-5b15-4ef1-bc26-4581ae2a8a54
2023-01-27T08:26:13.188Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d81db456-5b15-4ef1-bc26-4581ae2a8a54 matches Tosca VF Customization UUID: d81db456-5b15-4ef1-bc26-4581ae2a8a54
2023-01-27T08:26:13.188Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d81db456-5b15-4ef1-bc26-4581ae2a8a54  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-27T08:26:13.190Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.190Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.191Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d81db456-5b15-4ef1-bc26-4581ae2a8a54: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-27T08:26:13.191Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3747dd48
2023-01-27T08:26:13.191Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.191Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T08:26:13.191Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc24a645-224c-44bb-8ef8-c6c8268c3b5d
2023-01-27T08:26:13.191Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc24a645-224c-44bb-8ef8-c6c8268c3b5d
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-27T08:26:13.193Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.193Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:13.194Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:26:13.194Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.194Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:13.194Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:26:13.195Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.195Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-27T08:26:13.195Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-27T08:26:13.195Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-27T08:26:13.195Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1601d145-88e5-4f50-ac63-1521636a13bb
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-27T08:26:13.197Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.198Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:13.198Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:26:13.198Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.198Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-27T08:26:13.198Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d81db456-5b15-4ef1-bc26-4581ae2a8a54
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-27T08:26:13.200Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.200Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.200Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7a4d5288-d8f2-4bf9-8409-9c4a785eafed: basic_vm
2023-01-27T08:26:13.200Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.200Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.201Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:26:13.202Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:26:13.202Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:13.282Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 90848ad1-de4b-40ce-825d-37b92e0dd100 1 ASDC deployResourceStructure
2023-01-27T08:26:13.283Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:13.283Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:13.284Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:26:13.284Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:13.285Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:13.285Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807973283,
  "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-27T08:26:14.286Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:14.287Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:14.287Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:26:14.287Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:14.288Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:14.288Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807974286,
  "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-27T08:26:15.289Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:15.289Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:15.289Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:26:15.290Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:15.290Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:15.290Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807975289,
  "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-27T08:26:16.291Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:16.292Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:16.292Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:26:16.292Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:16.292Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:16.292Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807976291,
  "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-27T08:26:17.293Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:26:17.307Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2860475a-a1ce-460e-87d8-f55d6a7e4a4e
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-27T08:26:17.310Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:26:17.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T08:26:17.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T08:26:17.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T08:26:17.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:26:17.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:26:17.311Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:26:17.312Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:26:17.312Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:26:17.312Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:17.319Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T08:26:47.320Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2860475a-a1ce-460e-87d8-f55d6a7e4a4e 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-27T08:26:50.551Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2860475a-a1ce-460e-87d8-f55d6a7e4a4e and serviceModelVersionId: 7a4d5288-d8f2-4bf9-8409-9c4a785eafed
2023-01-27T08:26:50.551Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c37463d4-968f-4fbf-88f9-1158d2bf4898
2023-01-27T08:26:50.558Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0
2023-01-27T08:26:50.567Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T08:26:50.632Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0|INFO|500||Invoke
2023-01-27T08:26:50.632Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2860475a-a1ce-460e-87d8-f55d6a7e4a4e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec0d12c5-cb48-4088-9c5b-d7254523aa60], X-ECOMP-RequestID=[2860475a-a1ce-460e-87d8-f55d6a7e4a4e], X-TransactionId=[], X-ONAP-RequestID=[2860475a-a1ce-460e-87d8-f55d6a7e4a4e], Content-Type=[application/merge-patch+json]}
2023-01-27T08:26:50.670Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T08:26:50.995Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?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/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 08:26:51 GMT], content-length=[0], vertex-id=[229456], x-aai-txid=[1-aai-resources-230127-08:26:51:093-74242], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T08:26:50.995Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T08:26:50.996Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37463d4-968f-4fbf-88f9-1158d2bf4898/model-vers/model-ver/7a4d5288-d8f2-4bf9-8409-9c4a785eafed?depth=0|INFO|500||InvokeReturn
2023-01-27T08:26:50.997Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T08:26:50.998Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:51.007Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||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-27T08:26:51.007Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2860475a-a1ce-460e-87d8-f55d6a7e4a4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T08:26:51.008Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T08:26:51.008Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:51.008Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:51.008Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808011007,
  "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-27T08:26:52.020Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:26:52.021Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"2f56e7f3-0d5d-4551-bf40-40af8127c9e4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"efc7166f-6b92-4cee-89aa-7c6ce089940d","serviceDescription":"service","serviceInvariantUUID":"7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb46b6d6-517a-44b1-b009-b908865cd52a","resourceInvariantUUID":"c864c3c0-1f4b-4049-aef0-349e2a658b68","resourceCustomizationUUID":"69076e92-d72f-44fb-a2ef-011e53670c95","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":"MDg2YzIyNGY2MTU5NDMyYTNlNDZmN2I3N2FhYjU3M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"247b0947-912e-4c0c-afb2-4a7e8b54cfae","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":"d8f7a72a-36f4-486e-be4f-543d27284412","artifactVersion":"2","generatedFromUUID":"46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a"},{"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":"46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a","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":"NDc4YTFjODRmNzEwNDE3MzkwODY1Yzg4YzNmMGZmOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b234d2f9-e9d9-4afe-b86c-4472f786bd9f","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":"e8fdc52e-8f24-42e3-8edf-af476b34f4db","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":"56799897-079e-4f39-b618-f46a7c0f900d","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":"085105cb-463e-4dbb-86ad-17036234cf8a","artifactVersion":"2","generatedFromUUID":"e8fdc52e-8f24-42e3-8edf-af476b34f4db"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2Y4MTMzNjIwZWI4YzM4YjE4ZWY3ODhiMTAyODRmY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"007c0d8e-ad49-4d22-be79-d0fcfc978e06","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWRhY2MwMDQwM2Q4ZjdjOTVkM2IxNjA4MmEzZmM0Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a9d951d-3501-4bcb-8e1e-b229d8b3b4d8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T08:26:52.021Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:52.021Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:52.021Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:52.021Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:53.022Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:53.023Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:53.023Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:53.023Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:54.024Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:54.025Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:54.025Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:54.025Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:55.026Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:55.027Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:55.027Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:55.027Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:56.028Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:56.028Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:56.028Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:56.028Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:57.029Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:57.030Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:57.030Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:57.030Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:58.031Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:58.031Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:58.031Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:58.031Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:26:59.032Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:26:59.034Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:26:59.034Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:26:59.034Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "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-27T08:27:00.035Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T08:27:00.035Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:00.035Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:00.035Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:27:01.036Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "efc7166f-6b92-4cee-89aa-7c6ce089940d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "69076e92-d72f-44fb-a2ef-011e53670c95",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb46b6d6-517a-44b1-b009-b908865cd52a",
      "resourceInvariantUUID": "c864c3c0-1f4b-4049-aef0-349e2a658b68",
      "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": "d8f7a72a-36f4-486e-be4f-543d27284412",
          "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": "46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a",
          "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": "NDc4YTFjODRmNzEwNDE3MzkwODY1Yzg4YzNmMGZmOGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b234d2f9-e9d9-4afe-b86c-4472f786bd9f",
          "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": "e8fdc52e-8f24-42e3-8edf-af476b34f4db",
          "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": "085105cb-463e-4dbb-86ad-17036234cf8a",
            "generatedFromUUID": "e8fdc52e-8f24-42e3-8edf-af476b34f4db"
          },
          "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": "085105cb-463e-4dbb-86ad-17036234cf8a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWRhY2MwMDQwM2Q4ZjdjOTVkM2IxNjA4MmEzZmM0Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a9d951d-3501-4bcb-8e1e-b229d8b3b4d8"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T08:27:01.037Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T08:27:01.038Z|2860475a-a1ce-460e-87d8-f55d6a7e4a4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 efc7166f-6b92-4cee-89aa-7c6ce089940d ASDC
2023-01-27T08:27:01.039Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2f56e7f3-0d5d-4551-bf40-40af8127c9e4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:efc7166f-6b92-4cee-89aa-7c6ce089940d
ServiceInvariantUUID:7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab
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:8a9d951d-3501-4bcb-8e1e-b229d8b3b4d8
ArtifactChecksum:NWRhY2MwMDQwM2Q4ZjdjOTVkM2IxNjA4MmEzZmM0Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:69076e92-d72f-44fb-a2ef-011e53670c95
ResourceInvariantUUID:c864c3c0-1f4b-4049-aef0-349e2a658b68
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bb46b6d6-517a-44b1-b009-b908865cd52a
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:d8f7a72a-36f4-486e-be4f-543d27284412
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:46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a
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:b234d2f9-e9d9-4afe-b86c-4472f786bd9f
ArtifactChecksum:NDc4YTFjODRmNzEwNDE3MzkwODY1Yzg4YzNmMGZmOGQ=
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:e8fdc52e-8f24-42e3-8edf-af476b34f4db
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:085105cb-463e-4dbb-86ad-17036234cf8a
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:085105cb-463e-4dbb-86ad-17036234cf8a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-27T08:27:01.039Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF efc7166f-6b92-4cee-89aa-7c6ce089940d 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-27T08:27:01.146Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:27:01.147Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:27:01.147Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:27:01.148Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a9d951d-3501-4bcb-8e1e-b229d8b3b4d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-27T08:27:01.148Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:27:01.148Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-27T08:27:01.319Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:27:01.322Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8a9d951d-3501-4bcb-8e1e-b229d8b3b4d8 74002
2023-01-27T08:27:01.323Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:01.323Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:01.323Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:27:01.324Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:01.324Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:01.324Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808021323,
  "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-27T08:27:02.325Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T08:27:02.326Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-27T08:27:02.326Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8a9d951d-3501-4bcb-8e1e-b229d8b3b4d8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-27T08:27:02.327Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-27T08:27:02.327Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-27T08:27:02.328Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-27T08:27:02.438Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1388829012150214061/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-27T08:27:03.593Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T08:27:03.594Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:27:03.594Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-27T08:27:03.594Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-27T08:27:03.594Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.594Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.594Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.595Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.595Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-27T08:27:03.595Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.595Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.595Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:03.596Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:27:03.596Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:27:03.596Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.596Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.596Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:03.597Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-27T08:27:03.597Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T08:27:03.597Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.597Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.597Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.598Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-27T08:27:03.598Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-27T08:27:03.598Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-27T08:27:03.598Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-27T08:27:03.598Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.599Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T08:27:03.599Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.599Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:03.599Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:27:03.599Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.600Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:03.600Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:27:03.600Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.600Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:03.600Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:27:03.600Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.601Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-27T08:27:03.601Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-27T08:27:03.601Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ff37fe3e-0d32-44af-9c3c-ba63e3bdc8bc
2023-01-27T08:27:03.601Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.601Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.601Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.602Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.602Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.602Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.602Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:03.602Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:03.603Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:efc7166f-6b92-4cee-89aa-7c6ce089940d
Model Version:NULL
Model InvariantUuid:7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7c1580ff-cda7-4972-ae56-386c5e6d1f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c864c3c0-1f4b-4049-aef0-349e2a658b68
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69076e92-d72f-44fb-a2ef-011e53670c95
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:babe2765-a378-40dd-9a19-74dfe209fcf2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fe5c28a5-b230-4a12-9eb7-3d1d02c9ecf6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ff37fe3e-0d32-44af-9c3c-ba63e3bdc8bc
ModelInvariantUuid:63909431-b564-4818-9a62-d56d82003a79
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:39a32807-ae8b-4988-9468-9975aa999645
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b47212ba-9135-4115-9da0-5efe593da989
ModelInvariantUuid:c42ceafd-c165-4ff5-aba7-99fff738d3e9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:00db4bb7-a596-49f6-bf9c-86aa33d49038
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-27T08:27:03.608Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: bb46b6d6-517a-44b1-b009-b908865cd52a
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-27T08:27:03.611Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||basic_cnf 0
2023-01-27T08:27:03.611Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb46b6d6-517a-44b1-b009-b908865cd52a
2023-01-27T08:27:03.611Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d8f7a72a-36f4-486e-be4f-543d27284412 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-27T08:27:03.611Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:27:03.611Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.660Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:27:03.661Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d8f7a72a-36f4-486e-be4f-543d27284412 12
2023-01-27T08:27:03.661Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.661Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:03.661Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:27:03.662Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:03.662Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:03.662Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808023661,
  "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-27T08:27:04.663Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-27T08:27:04.663Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:27:04.663Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:04.709Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:27:04.710Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a 2688
2023-01-27T08:27:04.710Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:04.710Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:04.710Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:27:04.710Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:04.710Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:04.711Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808024710,
  "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-27T08:27:05.712Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b234d2f9-e9d9-4afe-b86c-4472f786bd9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-27T08:27:05.712Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:27:05.713Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:05.755Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:27:05.756Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b234d2f9-e9d9-4afe-b86c-4472f786bd9f 828
2023-01-27T08:27:05.756Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:05.757Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:05.757Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:27:05.757Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:05.757Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:05.757Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808025756,
  "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-27T08:27:05.763Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:27:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.765Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2036362-994e-4a91-aae1-bb31c0baf9f8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807959123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:05.766Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:27:05.767Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:27:06.758Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "babe2765-a378-40dd-9a19-74dfe209fcf2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe5c28a5-b230-4a12-9eb7-3d1d02c9ecf6",
    "vfModuleModelCustomizationUUID": "12d121f0-a6c3-4d6a-bb54-e9d5740aedbe",
    "isBase": true,
    "artifacts": [
      "e8fdc52e-8f24-42e3-8edf-af476b34f4db",
      "46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a",
      "085105cb-463e-4dbb-86ad-17036234cf8a"
    ],
    "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-27T08:27:06.761Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe5c28a5-b230-4a12-9eb7-3d1d02c9ecf6
VfModuleModelInvariantUUID:babe2765-a378-40dd-9a19-74dfe209fcf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8fdc52e-8f24-42e3-8edf-af476b34f4db
,
46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a
,
085105cb-463e-4dbb-86ad-17036234cf8a

}
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-27T08:27:06.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "babe2765-a378-40dd-9a19-74dfe209fcf2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe5c28a5-b230-4a12-9eb7-3d1d02c9ecf6",
    "vfModuleModelCustomizationUUID": "12d121f0-a6c3-4d6a-bb54-e9d5740aedbe",
    "isBase": true,
    "artifacts": [
      "e8fdc52e-8f24-42e3-8edf-af476b34f4db",
      "46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a",
      "085105cb-463e-4dbb-86ad-17036234cf8a"
    ],
    "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-27T08:27:06.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe5c28a5-b230-4a12-9eb7-3d1d02c9ecf6
VfModuleModelInvariantUUID:babe2765-a378-40dd-9a19-74dfe209fcf2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8fdc52e-8f24-42e3-8edf-af476b34f4db
,
46ce9ff6-4eb2-44b8-bf4e-33df6f131f4a
,
085105cb-463e-4dbb-86ad-17036234cf8a

}
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-27T08:27:06.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8fdc52e-8f24-42e3-8edf-af476b34f4db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-27T08:27:06.764Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:27:06.764Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:06.807Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:27:06.809Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e8fdc52e-8f24-42e3-8edf-af476b34f4db 1164
2023-01-27T08:27:06.809Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:06.809Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:06.809Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:27:06.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:06.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:06.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808026809,
  "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-27T08:27:07.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 085105cb-463e-4dbb-86ad-17036234cf8a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-27T08:27:07.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-27T08:27:07.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:07.860Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 085105cb-463e-4dbb-86ad-17036234cf8a 200
2023-01-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:07.861Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808027861,
  "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-27T08:27:08.862Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: efc7166f-6b92-4cee-89aa-7c6ce089940d
2023-01-27T08:27:08.862Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bb46b6d6-517a-44b1-b009-b908865cd52a 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=?
2023-01-27T08:27:08.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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 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-27T08:27:08.885Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76bca8ac, org.onap.sdc.toscaparser.api.parameters.Input@54908533, org.onap.sdc.toscaparser.api.parameters.Input@3dabd2a, org.onap.sdc.toscaparser.api.parameters.Input@48a12ce7, org.onap.sdc.toscaparser.api.parameters.Input@5bcb0497]
2023-01-27T08:27:08.886Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-01-27T08:27:08.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 69076e92-d72f-44fb-a2ef-011e53670c95
2023-01-27T08:27:08.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69076e92-d72f-44fb-a2ef-011e53670c95 matches Tosca VF Customization UUID: 69076e92-d72f-44fb-a2ef-011e53670c95
2023-01-27T08:27:08.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 69076e92-d72f-44fb-a2ef-011e53670c95  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-27T08:27:08.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 69076e92-d72f-44fb-a2ef-011e53670c95: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-27T08:27:08.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c40ad38
2023-01-27T08:27:08.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T08:27:08.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12d121f0-a6c3-4d6a-bb54-e9d5740aedbe
2023-01-27T08:27:08.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12d121f0-a6c3-4d6a-bb54-e9d5740aedbe
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-27T08:27:08.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:08.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:27:08.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:08.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:27:08.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-27T08:27:08.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-27T08:27:08.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ff37fe3e-0d32-44af-9c3c-ba63e3bdc8bc
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-27T08:27:08.897Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.898Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:08.898Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T08:27:08.898Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.898Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-27T08:27:08.899Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=69076e92-d72f-44fb-a2ef-011e53670c95
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-27T08:27:08.901Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.901Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.901Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid efc7166f-6b92-4cee-89aa-7c6ce089940d: basic_cnf
2023-01-27T08:27:08.901Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.901Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.902Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.902Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.902Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.902Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.903Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.903Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.903Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T08:27:08.903Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T08:27:08.903Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:08.960Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bb46b6d6-517a-44b1-b009-b908865cd52a 1 ASDC deployResourceStructure
2023-01-27T08:27:08.960Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:08.961Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:08.961Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-27T08:27:08.961Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:08.961Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:08.961Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808028960,
  "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-27T08:27:09.962Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:09.963Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:09.963Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-27T08:27:09.963Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:09.963Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:09.963Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808029962,
  "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-27T08:27:10.964Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:10.965Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:10.965Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:27:10.965Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:10.965Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:10.965Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808030964,
  "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-27T08:27:11.966Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:11.966Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:11.966Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:27:11.966Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:11.966Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:11.967Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808031966,
  "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-27T08:27:12.967Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:12.968Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:12.968Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:27:12.968Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:12.968Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:12.968Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808032967,
  "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-27T08:27:13.969Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:13.969Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:13.969Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T08:27:13.969Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:13.970Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:13.970Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808033969,
  "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-27T08:27:14.970Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T08:27:14.986Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f56e7f3-0d5d-4551-bf40-40af8127c9e4
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-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T08:27:14.989Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:14.994Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T08:27:44.997Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 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-27T08:27:45.003Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 and serviceModelVersionId: efc7166f-6b92-4cee-89aa-7c6ce089940d
2023-01-27T08:27:45.003Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab
2023-01-27T08:27:45.004Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0
2023-01-27T08:27:45.008Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T08:27:45.071Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0|INFO|500||Invoke
2023-01-27T08:27:45.072Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f56e7f3-0d5d-4551-bf40-40af8127c9e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[354d42b7-b32c-49c4-9227-2604ac3be5cd], X-ECOMP-RequestID=[2f56e7f3-0d5d-4551-bf40-40af8127c9e4], X-TransactionId=[], X-ONAP-RequestID=[2f56e7f3-0d5d-4551-bf40-40af8127c9e4], Content-Type=[application/merge-patch+json]}
2023-01-27T08:27:45.122Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T08:27:45.359Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?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/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 08:27:45 GMT], content-length=[0], vertex-id=[188592], x-aai-txid=[0-aai-resources-230127-08:27:45:524-49425], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T08:27:45.360Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T08:27:45.360Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cbb2cd8-1e14-46bc-879a-bc64bd1a68ab/model-vers/model-ver/efc7166f-6b92-4cee-89aa-7c6ce089940d?depth=0|INFO|500||InvokeReturn
2023-01-27T08:27:45.361Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T08:27:45.361Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:45.366Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||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-27T08:27:45.366Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f56e7f3-0d5d-4551-bf40-40af8127c9e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T08:27:45.366Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T08:27:45.366Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-27T08:27:45.367Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T08:27:45.367Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808065366,
  "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-27T08:27:46.379Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:28:05.763Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:28:05.766Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.767Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.770Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.771Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.771Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807967373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.771Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.771Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.771Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807970040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.772Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.772Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.772Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807971108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.772Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.773Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.773Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807972160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.773Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.773Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.773Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807973283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T08:28:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807974286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T08:28:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807975289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-27T08:28:05.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807976291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:28:05.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.775Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.776Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2860475a-a1ce-460e-87d8-f55d6a7e4a4e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808011007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T08:28:05.777Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.777Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.777Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:28:05.778Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.778Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.778Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.778Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.778Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.778Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.779Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.779Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.779Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.779Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.779Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.780Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.780Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.780Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.780Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:28:05.780Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.780Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.781Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.781Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.781Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.781Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T08:28:05.781Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.782Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.782Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674807887478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T08:28:05.782Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.782Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.782Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808021323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.782Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.783Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.783Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808023661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.783Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:05.783Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-27T08:28:05.783Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808024710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:28:05.783Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:28:46.380Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:29:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:29:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808025756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:29:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808026809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:29:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808027861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T08:29:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808028960,
  "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-27T08:29:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808029962,
  "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-27T08:29:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808030964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T08:29:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808031966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T08:29:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808032967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-27T08:29:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808033969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T08:29:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T08:29:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f56e7f3-0d5d-4551-bf40-40af8127c9e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674808065366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T08:29:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T08:29:46.381Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:30:05.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:30:46.383Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:31:05.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:31:46.384Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:32:05.764Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:32:46.385Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:33:05.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:33:46.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:34:05.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:34:46.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:35:05.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:35:46.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:36:05.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:36:46.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:37:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:37:46.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:38:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:38:46.399Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:39:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:39:46.401Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:40:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:40:46.402Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:41:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:41:46.403Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:42:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:42:46.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:43:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:43:46.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:44:05.778Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:44:46.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:45:05.780Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:45:46.415Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:46:05.781Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:46:46.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:47:05.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:47:46.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:48:05.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:48:46.422Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:49:05.784Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:49:46.423Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:50:05.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:50:46.424Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:51:05.786Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:51:46.426Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:52:05.786Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:52:46.428Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:53:05.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:53:46.431Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:54:05.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:54:46.432Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:55:05.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:55:46.432Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:56:05.790Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:56:46.433Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:57:05.792Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:57:46.435Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:58:05.793Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:58:46.437Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T08:59:05.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T08:59:46.439Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:00:05.795Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:00:46.440Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:01:05.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:01:46.441Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:02:05.798Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:02:46.442Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:03:05.800Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:03:46.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:04:05.800Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:04:46.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:05:05.802Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:05:46.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:06:00.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-27T09:06:00.164Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"235fb4ce-ed1c-451c-8932-7cd0ea1547e2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"314cc229-1df7-4643-b7a3-e84ffd7c619f","serviceDescription":"service","serviceInvariantUUID":"baec6cb2-b75e-4d13-a05f-9d6a155d3f85","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7c16043-9a94-4313-9679-e7ae1ace8047","resourceInvariantUUID":"91bf2aa6-18e8-431a-9755-c6b5595417ba","resourceCustomizationUUID":"6262d413-188c-42b5-ba7b-9da4c5560ea8","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":"NWIxNzIwZDdiZjI3ZGM5Y2M0NjBmODk0YzAxMmYxODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e7d464e-d0de-4c2c-a148-f65079b08e32","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":"ZjA2YmRhNTkzNGYzMDUwOTY2NWZhNjViZTdkNTJkZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0608c39-bbe9-4d34-8857-ce32f647bef1","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":"e047781f-71ff-4dd6-abee-1123f8d0dbb2","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":"bca4dec9-7240-43ec-944a-6287f6e808a5","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":"9de4b2fb-6823-45fe-ae13-6908f037d1b9","artifactVersion":"2","generatedFromUUID":"9e3ff970-9567-4baf-9883-77c4149f67f0"},{"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":"fba6cc1f-6e4b-42c5-ae39-bdebe95452f7","artifactVersion":"2","generatedFromUUID":"e047781f-71ff-4dd6-abee-1123f8d0dbb2"},{"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":"9e3ff970-9567-4baf-9883-77c4149f67f0","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":"f2347bd5-04be-48b0-b242-b05afb58d6a0","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":"MDYzNTU1NDE0YWJjMTljNTA3N2NmYzcyYzAwMTVlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63caa62f-475d-46ee-8f34-5a2c972b03f9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTZkMDRkNWQ2MTEwOGVkMWRlODk5MGNlNjUwYTIyNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b1b3f49-1ce4-4101-a54f-e9de6464b12d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T09:06:00.170Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:00.171Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:00.171Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:00.171Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:00.176Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T09:06:00.176Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T09:06:00.176Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T09:06:00.177Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T09:06:00.177Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T09:06:00.177Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b1dd043-0e53-4a24-a876-3f3e25c56071] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to q6j9a5DzS7a47Il_aFoXiA
2023-01-27T09:06:00.204Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:06:00.204Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:06:00.205Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:06:00.205Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:06:00.205Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:06:00.205Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:06:01.179Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:01.180Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:01.180Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:01.181Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:02.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:02.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:02.183Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:02.183Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:03.184Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:03.185Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:03.185Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:03.185Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:04.186Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:04.187Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:04.187Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:04.187Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:05.188Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:05.188Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:05.188Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:05.189Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:06:05.764Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:06:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:06:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:06:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:06:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:06:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:06:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:06:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:06:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:06:06.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:06.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:06.191Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:06.191Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:07.194Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:07.194Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:07.194Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:07.194Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:08.195Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:08.195Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:08.195Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:08.196Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "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-27T09:06:09.196Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:06:09.201Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:09.201Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:09.201Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:06:10.202Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "314cc229-1df7-4643-b7a3-e84ffd7c619f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "baec6cb2-b75e-4d13-a05f-9d6a155d3f85",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6262d413-188c-42b5-ba7b-9da4c5560ea8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a7c16043-9a94-4313-9679-e7ae1ace8047",
      "resourceInvariantUUID": "91bf2aa6-18e8-431a-9755-c6b5595417ba",
      "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": "ZjA2YmRhNTkzNGYzMDUwOTY2NWZhNjViZTdkNTJkZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b0608c39-bbe9-4d34-8857-ce32f647bef1",
          "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": "e047781f-71ff-4dd6-abee-1123f8d0dbb2",
          "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": "fba6cc1f-6e4b-42c5-ae39-bdebe95452f7",
            "generatedFromUUID": "e047781f-71ff-4dd6-abee-1123f8d0dbb2"
          },
          "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": "9de4b2fb-6823-45fe-ae13-6908f037d1b9",
          "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": "fba6cc1f-6e4b-42c5-ae39-bdebe95452f7",
          "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": "9e3ff970-9567-4baf-9883-77c4149f67f0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTZkMDRkNWQ2MTEwOGVkMWRlODk5MGNlNjUwYTIyNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b1b3f49-1ce4-4101-a54f-e9de6464b12d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T09:06:10.203Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T09:06:10.203Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 314cc229-1df7-4643-b7a3-e84ffd7c619f ASDC
2023-01-27T09:06:10.205Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:235fb4ce-ed1c-451c-8932-7cd0ea1547e2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:314cc229-1df7-4643-b7a3-e84ffd7c619f
ServiceInvariantUUID:baec6cb2-b75e-4d13-a05f-9d6a155d3f85
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:3b1b3f49-1ce4-4101-a54f-e9de6464b12d
ArtifactChecksum:MTZkMDRkNWQ2MTEwOGVkMWRlODk5MGNlNjUwYTIyNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6262d413-188c-42b5-ba7b-9da4c5560ea8
ResourceInvariantUUID:91bf2aa6-18e8-431a-9755-c6b5595417ba
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a7c16043-9a94-4313-9679-e7ae1ace8047
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:b0608c39-bbe9-4d34-8857-ce32f647bef1
ArtifactChecksum:ZjA2YmRhNTkzNGYzMDUwOTY2NWZhNjViZTdkNTJkZWM=
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:e047781f-71ff-4dd6-abee-1123f8d0dbb2
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:fba6cc1f-6e4b-42c5-ae39-bdebe95452f7
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:9de4b2fb-6823-45fe-ae13-6908f037d1b9
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:fba6cc1f-6e4b-42c5-ae39-bdebe95452f7
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:9e3ff970-9567-4baf-9883-77c4149f67f0
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-27T09:06:10.206Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 314cc229-1df7-4643-b7a3-e84ffd7c619f 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-27T09:06:10.275Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T09:06:10.277Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-27T09:06:10.278Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-27T09:06:10.278Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3b1b3f49-1ce4-4101-a54f-e9de6464b12d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-27T09:06:10.278Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-27T09:06:10.279Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-27T09:06:10.415Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-27T09:06:10.423Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3b1b3f49-1ce4-4101-a54f-e9de6464b12d 163289
2023-01-27T09:06:10.424Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:10.424Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:10.424Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:06:10.425Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:10.425Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:10.425Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810370424,
  "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-27T09:06:11.427Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T09:06:11.428Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-27T09:06:11.428Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3b1b3f49-1ce4-4101-a54f-e9de6464b12d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-27T09:06:11.429Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-27T09:06:11.430Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-27T09:06:11.430Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-27T09:06:11.651Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1680560418638666057/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-27T09:06:12.810Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T09:06:12.811Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-27T09:06:12.811Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-27T09:06:12.811Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-27T09:06:12.811Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|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-BasicCnfMacro-csar.csar
2023-01-27T09:06:12.812Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:12.812Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:12.812Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:12.812Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-27T09:06:12.812Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.812Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.813Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:12.813Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-27T09:06:12.813Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T09:06:12.813Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.814Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.814Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:12.814Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-27T09:06:12.814Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T09:06:12.814Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.814Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.815Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T09:06:12.816Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.816Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:12.816Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:06:12.816Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.817Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:12.817Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:06:12.817Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.817Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:12.817Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-27T09:06:12.818Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f5b5b63a-4ff5-4b57-b295-5b84d0127d67
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:12.819Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:12.820Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:314cc229-1df7-4643-b7a3-e84ffd7c619f
Model Version:NULL
Model InvariantUuid:baec6cb2-b75e-4d13-a05f-9d6a155d3f85
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:277c4b61-8562-4df1-b678-5a4beefbb4a1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91bf2aa6-18e8-431a-9755-c6b5595417ba
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6262d413-188c-42b5-ba7b-9da4c5560ea8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a1bd8b6-255d-401d-b30f-94710964a4ee
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b134063f-1703-4b91-8282-2cad35fa9e29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4b344fdc-5318-41c5-be0e-3a5624f9abd6
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:371648bd-d0ce-4705-b077-5eca6f9ff8cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f5b5b63a-4ff5-4b57-b295-5b84d0127d67
ModelInvariantUuid:d77697cf-bcd4-4032-98a6-1beb53dd21b2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ccd269a1-f2fb-437f-944d-3e28993b842f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e1bcaa9b-87af-4612-8497-541edb6b8e6e
ModelInvariantUuid:36aa649b-0bec-4c58-aa8b-cbd2eec02046
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4ae7af8c-a2cd-4c36-b311-fe17f366b908
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-27T09:06:12.827Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a7c16043-9a94-4313-9679-e7ae1ace8047
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-27T09:06:12.833Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2023-01-27T09:06:12.834Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7c16043-9a94-4313-9679-e7ae1ace8047
2023-01-27T09:06:12.834Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0608c39-bbe9-4d34-8857-ce32f647bef1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-27T09:06:12.834Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-27T09:06:12.834Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:12.883Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-27T09:06:12.884Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b0608c39-bbe9-4d34-8857-ce32f647bef1 1565
2023-01-27T09:06:12.884Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:12.884Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:12.884Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:06:12.885Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:12.885Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:12.885Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810372884,
  "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-27T09:06:13.886Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4b344fdc-5318-41c5-be0e-3a5624f9abd6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "371648bd-d0ce-4705-b077-5eca6f9ff8cf",
    "vfModuleModelCustomizationUUID": "84c6ee5b-371a-4c4b-886a-af38d3fc8c61",
    "isBase": true,
    "artifacts": [
      "e047781f-71ff-4dd6-abee-1123f8d0dbb2",
      "fba6cc1f-6e4b-42c5-ae39-bdebe95452f7"
    ],
    "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": "0a1bd8b6-255d-401d-b30f-94710964a4ee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b134063f-1703-4b91-8282-2cad35fa9e29",
    "vfModuleModelCustomizationUUID": "77ba6960-7cf2-464c-a154-ab5081ee8111",
    "isBase": false,
    "artifacts": [
      "9e3ff970-9567-4baf-9883-77c4149f67f0"
    ],
    "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-27T09:06:13.891Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:371648bd-d0ce-4705-b077-5eca6f9ff8cf
VfModuleModelInvariantUUID:4b344fdc-5318-41c5-be0e-3a5624f9abd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
e047781f-71ff-4dd6-abee-1123f8d0dbb2
,
fba6cc1f-6e4b-42c5-ae39-bdebe95452f7

}
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:b134063f-1703-4b91-8282-2cad35fa9e29
VfModuleModelInvariantUUID:0a1bd8b6-255d-401d-b30f-94710964a4ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e3ff970-9567-4baf-9883-77c4149f67f0

}
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-27T09:06:13.893Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4b344fdc-5318-41c5-be0e-3a5624f9abd6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "371648bd-d0ce-4705-b077-5eca6f9ff8cf",
    "vfModuleModelCustomizationUUID": "84c6ee5b-371a-4c4b-886a-af38d3fc8c61",
    "isBase": true,
    "artifacts": [
      "e047781f-71ff-4dd6-abee-1123f8d0dbb2",
      "fba6cc1f-6e4b-42c5-ae39-bdebe95452f7"
    ],
    "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": "0a1bd8b6-255d-401d-b30f-94710964a4ee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b134063f-1703-4b91-8282-2cad35fa9e29",
    "vfModuleModelCustomizationUUID": "77ba6960-7cf2-464c-a154-ab5081ee8111",
    "isBase": false,
    "artifacts": [
      "9e3ff970-9567-4baf-9883-77c4149f67f0"
    ],
    "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-27T09:06:13.893Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:371648bd-d0ce-4705-b077-5eca6f9ff8cf
VfModuleModelInvariantUUID:4b344fdc-5318-41c5-be0e-3a5624f9abd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
e047781f-71ff-4dd6-abee-1123f8d0dbb2
,
fba6cc1f-6e4b-42c5-ae39-bdebe95452f7

}
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:b134063f-1703-4b91-8282-2cad35fa9e29
VfModuleModelInvariantUUID:0a1bd8b6-255d-401d-b30f-94710964a4ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e3ff970-9567-4baf-9883-77c4149f67f0

}
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-27T09:06:13.893Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e047781f-71ff-4dd6-abee-1123f8d0dbb2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-27T09:06:13.894Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-27T09:06:13.894Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:13.937Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-27T09:06:13.938Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e047781f-71ff-4dd6-abee-1123f8d0dbb2 914
2023-01-27T09:06:13.938Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:13.938Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:13.938Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:06:13.939Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:13.939Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:13.939Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810373938,
  "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-27T09:06:14.940Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9de4b2fb-6823-45fe-ae13-6908f037d1b9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-27T09:06:14.940Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-27T09:06:14.941Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:14.982Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-27T09:06:14.982Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9de4b2fb-6823-45fe-ae13-6908f037d1b9 12
2023-01-27T09:06:14.983Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:14.983Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:14.983Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:06:14.984Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:14.984Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:14.984Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810374983,
  "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-27T09:06:15.986Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba6cc1f-6e4b-42c5-ae39-bdebe95452f7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-27T09:06:15.987Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-27T09:06:15.987Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:16.028Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fba6cc1f-6e4b-42c5-ae39-bdebe95452f7 96
2023-01-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:16.029Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810376029,
  "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-27T09:06:17.031Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9e3ff970-9567-4baf-9883-77c4149f67f0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-27T09:06:17.031Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-27T09:06:17.031Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:17.093Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-27T09:06:17.093Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9e3ff970-9567-4baf-9883-77c4149f67f0 20206
2023-01-27T09:06:17.094Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:17.094Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:17.094Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:06:17.094Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:17.094Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:17.095Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810377094,
  "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-27T09:06:18.098Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 314cc229-1df7-4643-b7a3-e84ffd7c619f
2023-01-27T09:06:18.099Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a7c16043-9a94-4313-9679-e7ae1ace8047 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-27T09:06:18.110Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10096c95, org.onap.sdc.toscaparser.api.parameters.Input@5e5bd389, org.onap.sdc.toscaparser.api.parameters.Input@1b6a6c57, org.onap.sdc.toscaparser.api.parameters.Input@664ee296, org.onap.sdc.toscaparser.api.parameters.Input@3d78570e]
2023-01-27T09:06:18.112Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.112Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.112Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-01-27T09:06:18.112Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6262d413-188c-42b5-ba7b-9da4c5560ea8
2023-01-27T09:06:18.112Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6262d413-188c-42b5-ba7b-9da4c5560ea8 matches Tosca VF Customization UUID: 6262d413-188c-42b5-ba7b-9da4c5560ea8
2023-01-27T09:06:18.112Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6262d413-188c-42b5-ba7b-9da4c5560ea8  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-27T09:06:18.115Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.115Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.116Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6262d413-188c-42b5-ba7b-9da4c5560ea8: {\"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-27T09:06:18.116Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64b4d1ec
2023-01-27T09:06:18.116Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.116Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T09:06:18.116Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77ba6960-7cf2-464c-a154-ab5081ee8111
2023-01-27T09:06:18.117Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77ba6960-7cf2-464c-a154-ab5081ee8111
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-27T09:06:18.119Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.119Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:18.119Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:06:18.119Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.120Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:18.120Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:06:18.120Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.120Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-27T09:06:18.120Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6262d413-188c-42b5-ba7b-9da4c5560ea8
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-27T09:06:18.123Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.123Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.123Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 314cc229-1df7-4643-b7a3-e84ffd7c619f: basic_cnf_macro
2023-01-27T09:06:18.123Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.123Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.123Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.124Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.124Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.124Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.124Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.124Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.124Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:06:18.125Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:06:18.125Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:18.185Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a7c16043-9a94-4313-9679-e7ae1ace8047 2 ASDC deployResourceStructure
2023-01-27T09:06:18.186Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:18.186Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:18.186Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:06:18.186Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:18.186Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:18.187Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810378186,
  "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-27T09:06:19.188Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:19.189Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:19.189Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:06:19.190Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:19.190Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:19.190Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810379187,
  "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-27T09:06:20.192Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:20.192Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:20.193Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-27T09:06:20.193Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:20.193Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:20.193Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810380192,
  "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-27T09:06:21.194Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:21.195Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:21.195Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:06:21.196Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:21.196Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:21.196Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810381194,
  "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-27T09:06:22.197Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:22.198Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:22.202Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-27T09:06:22.202Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:22.202Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:22.203Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810382197,
  "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-27T09:06:23.204Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:23.204Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||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-27T09:06:23.205Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:06:23.205Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:06:23.205Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:06:23.206Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810383204,
  "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-27T09:06:24.207Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:06:24.222Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
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-27T09:06:24.224Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:06:24.225Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T09:06:24.225Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T09:06:54.226Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:06:54.237Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
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-27T09:06:54.239Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:06:54.239Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T09:06:54.239Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T09:07:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:07:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-27T09:07:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:07:24.239Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:07:24.256Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
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-27T09:07:24.259Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:07:24.259Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T09:07:24.259Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T09:07:54.262Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:07:54.284Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
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-27T09:07:54.286Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:07:54.286Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T09:07:54.286Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T09:08:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:08:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810318295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.783Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810350133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.783Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.783Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.783Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810346445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810357276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.785Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810349428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.785Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.785Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.785Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810349195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.786Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.786Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.786Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810359062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.787Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.787Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.787Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810371719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.788Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.788Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.788Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810370006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.789Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.789Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.789Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810370823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.789Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.789Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.790Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810369868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.790Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.790Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.790Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810370424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.791Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.791Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.791Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810371350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.791Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.791Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.792Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810370872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.792Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.792Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.792Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810372769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.792Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.793Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.793Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "policy-distribution",
  "timestamp": 1674810371874,
  "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-27T09:08:05.799Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
2023-01-27T09:08:05.799Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 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-27T09:08:05.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810373818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810372884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810372674,
  "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-27T09:08:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
2023-01-27T09:08:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 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-27T09:08:05.824Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.824Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810374879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.824Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.824Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.824Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810374148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810373938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810375964,
  "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-27T09:08:05.829Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
2023-01-27T09:08:05.830Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 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-27T09:08:05.836Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.836Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810375154,
  "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-27T09:08:05.840Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
2023-01-27T09:08:05.840Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 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-27T09:08:05.848Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.848Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810374983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.849Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.849Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.849Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810376969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.849Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.849Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.849Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810376029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.850Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.850Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.850Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810377094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.850Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.851Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.851Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810378186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.851Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.851Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.851Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810379039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.852Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.852Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.852Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810379187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.852Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.852Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.852Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810380043,
  "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-27T09:08:05.858Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
2023-01-27T09:08:05.858Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 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-27T09:08:05.866Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.866Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810380192,
  "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-27T09:08:05.866Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.867Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.867Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810381194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.867Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.867Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.867Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810382197,
  "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-27T09:08:05.867Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.868Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.868Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810383204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.868Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.868Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.868Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.869Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.869Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.869Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.869Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.869Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.869Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.870Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.870Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.870Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.870Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.870Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.870Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.871Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.871Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.871Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.871Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.871Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.871Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.872Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.872Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.872Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.872Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.872Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.873Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.873Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.873Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.873Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.873Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.874Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.874Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.874Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.874Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.874Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.874Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.875Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.875Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.875Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.875Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.875Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.876Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.876Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.876Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.876Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.876Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.876Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.877Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.877Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.877Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.877Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.877Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.878Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.879Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.879Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.879Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.880Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.880Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.880Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.880Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.880Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.881Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.881Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.881Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.881Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.882Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.882Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.882Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.882Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.883Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.883Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.883Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.883Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.883Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.884Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.884Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.884Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.884Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.885Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.885Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.885Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.885Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.885Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.886Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.886Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.886Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.886Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.887Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.888Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.888Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.888Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.888Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.888Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.888Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810410182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.889Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810402879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810373676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.890Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810409195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.891Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810407974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:08:05.892Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.892Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.892Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810419935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.892Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810418075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810418218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810419040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.893Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810419078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.894Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810420999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.895Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810419498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-27T09:08:05.913Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a206bc68-945b-49b0-b665-a4eb07977100
2023-01-27T09:08:05.913Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a206bc68-945b-49b0-b665-a4eb07977100 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-27T09:08:05.922Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.922Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.923Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.923Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.923Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "policy-distribution",
  "timestamp": 1674810420080,
  "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-27T09:08:05.927Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a206bc68-945b-49b0-b665-a4eb07977100
2023-01-27T09:08:05.928Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a206bc68-945b-49b0-b665-a4eb07977100 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-27T09:08:05.935Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.936Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810422048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:08:05.936Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.936Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.937Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.937Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.937Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.937Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810423074,
  "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-27T09:08:05.945Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a206bc68-945b-49b0-b665-a4eb07977100
2023-01-27T09:08:05.945Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a206bc68-945b-49b0-b665-a4eb07977100 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-27T09:08:05.951Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.952Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.952Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.952Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.952Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810424076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T09:08:05.952Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.953Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.953Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.953Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.953Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.953Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.954Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:05.954Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:08:05.954Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:08:05.954Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:08:24.290Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:08:24.302Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2
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-27T09:08:24.305Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:08:24.306Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T09:08:24.306Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T09:08:24.306Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T09:08:24.307Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:08:24.307Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:08:24.307Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:08:24.307Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:08:24.307Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:08:24.308Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|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-27T09:08:24.313Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T09:08:54.313Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 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-27T09:08:54.318Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 and serviceModelVersionId: 314cc229-1df7-4643-b7a3-e84ffd7c619f
2023-01-27T09:08:54.319Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : baec6cb2-b75e-4d13-a05f-9d6a155d3f85
2023-01-27T09:08:54.320Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0
2023-01-27T09:08:54.326Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T09:08:54.387Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0|INFO|500||Invoke
2023-01-27T09:08:54.388Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[235fb4ce-ed1c-451c-8932-7cd0ea1547e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[394a8b02-2cf4-4ca4-ba4d-d369e13e3938], X-ECOMP-RequestID=[235fb4ce-ed1c-451c-8932-7cd0ea1547e2], X-TransactionId=[], X-ONAP-RequestID=[235fb4ce-ed1c-451c-8932-7cd0ea1547e2], Content-Type=[application/merge-patch+json]}
2023-01-27T09:08:54.408Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T09:08:54.499Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?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/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 09:08:54 GMT], content-length=[0], vertex-id=[258176], x-aai-txid=[2-aai-resources-230127-09:08:54:842-19066], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T09:08:54.499Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-27T09:08:54.500Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baec6cb2-b75e-4d13-a05f-9d6a155d3f85/model-vers/model-ver/314cc229-1df7-4643-b7a3-e84ffd7c619f?depth=0|INFO|500||InvokeReturn
2023-01-27T09:08:54.500Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T09:08:54.500Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|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-27T09:08:54.504Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|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-27T09:08:54.505Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 235fb4ce-ed1c-451c-8932-7cd0ea1547e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T09:08:54.505Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T09:08:54.505Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:08:54.505Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:08:54.505Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810534505,
  "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-27T09:08:55.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:08:55.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-27T09:08:55.521Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a206bc68-945b-49b0-b665-a4eb07977100","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"21e6b0f9-78c9-4d6a-8304-f585bbe1cd66","serviceDescription":"service","serviceInvariantUUID":"e5262783-b628-4d26-9690-ab4662fe0acf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"240fcd82-d73a-4c20-9ca9-1990cc386e72","resourceInvariantUUID":"defbe023-f513-49af-a44e-c88c2e805837","resourceCustomizationUUID":"b3840e7c-0278-43dd-9f55-a2cb04609645","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":"NTI1ZjliMTFiMjYxZWU2MTAwMDliZjc1YWI5MDZhNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1b193cf-854d-4c75-89f4-31b441ac15b7","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":"ZmYwZDhmN2Q2MmNhNjYzMTA4ODM1ZmJiYzhlN2MyNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7dec199d-6c7e-4127-b4e3-90674a6b3886","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":"549b3f16-2610-40db-bb0e-ac451a31c83d","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":"256c979f-5155-4535-b83c-534293a89573","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":"1671b4a5-1585-40eb-bbd5-8d8eb64d75d3","artifactVersion":"2","generatedFromUUID":"549b3f16-2610-40db-bb0e-ac451a31c83d"},{"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":"MzhkYTUyNWNlNGEyOGI3YTJiNGFjZDM3MjQxOTIzNzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"153b051e-b355-4c97-a642-c1106665316b","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":"NDQ4Zjc3ZjQ3NTIwNWFkNjFmMTQ3M2Y2ZGZmMTBjMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4275782a-e568-400e-b2df-e126e38249c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWVhYTI5NGE0ZGU0OTQ3MTA0NmFkMTU3YTMyMDM0MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6a759df-9d05-4c85-876a-618c09face25","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T09:08:55.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:08:55.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:08:55.523Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:08:55.523Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:08:56.524Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:08:56.525Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:08:56.525Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:08:56.525Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:08:57.526Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:08:57.527Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:08:57.527Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:08:57.527Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:08:58.530Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:08:58.530Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:08:58.530Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:08:58.531Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:08:59.534Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:08:59.535Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:08:59.535Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:08:59.535Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:00.536Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:00.536Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:00.536Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:00.537Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:01.538Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:01.538Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:01.538Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:01.539Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:02.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:02.541Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:02.541Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:02.541Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:09:03.543Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "21e6b0f9-78c9-4d6a-8304-f585bbe1cd66",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5262783-b628-4d26-9690-ab4662fe0acf",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b3840e7c-0278-43dd-9f55-a2cb04609645",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "240fcd82-d73a-4c20-9ca9-1990cc386e72",
      "resourceInvariantUUID": "defbe023-f513-49af-a44e-c88c2e805837",
      "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": "ZmYwZDhmN2Q2MmNhNjYzMTA4ODM1ZmJiYzhlN2MyNTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7dec199d-6c7e-4127-b4e3-90674a6b3886",
          "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": "549b3f16-2610-40db-bb0e-ac451a31c83d",
          "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": "1671b4a5-1585-40eb-bbd5-8d8eb64d75d3",
            "generatedFromUUID": "549b3f16-2610-40db-bb0e-ac451a31c83d"
          },
          "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": "1671b4a5-1585-40eb-bbd5-8d8eb64d75d3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YWVhYTI5NGE0ZGU0OTQ3MTA0NmFkMTU3YTMyMDM0MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6a759df-9d05-4c85-876a-618c09face25"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T09:09:03.544Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T09:09:03.544Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21e6b0f9-78c9-4d6a-8304-f585bbe1cd66 ASDC
2023-01-27T09:09:03.545Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a206bc68-945b-49b0-b665-a4eb07977100
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:21e6b0f9-78c9-4d6a-8304-f585bbe1cd66
ServiceInvariantUUID:e5262783-b628-4d26-9690-ab4662fe0acf
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:a6a759df-9d05-4c85-876a-618c09face25
ArtifactChecksum:YWVhYTI5NGE0ZGU0OTQ3MTA0NmFkMTU3YTMyMDM0MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b3840e7c-0278-43dd-9f55-a2cb04609645
ResourceInvariantUUID:defbe023-f513-49af-a44e-c88c2e805837
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:240fcd82-d73a-4c20-9ca9-1990cc386e72
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:7dec199d-6c7e-4127-b4e3-90674a6b3886
ArtifactChecksum:ZmYwZDhmN2Q2MmNhNjYzMTA4ODM1ZmJiYzhlN2MyNTg=
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:549b3f16-2610-40db-bb0e-ac451a31c83d
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:1671b4a5-1585-40eb-bbd5-8d8eb64d75d3
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:1671b4a5-1585-40eb-bbd5-8d8eb64d75d3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-27T09:09:03.545Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21e6b0f9-78c9-4d6a-8304-f585bbe1cd66 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-27T09:09:03.582Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T09:09:03.582Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-27T09:09:03.582Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-27T09:09:03.582Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a6a759df-9d05-4c85-876a-618c09face25 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-27T09:09:03.583Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-27T09:09:03.583Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-27T09:09:03.638Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-27T09:09:03.642Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a6a759df-9d05-4c85-876a-618c09face25 83009
2023-01-27T09:09:03.642Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:03.642Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:03.642Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:09:03.643Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:03.643Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:03.643Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810543642,
  "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-27T09:09:04.644Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T09:09:04.645Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-27T09:09:04.645Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a6a759df-9d05-4c85-876a-618c09face25, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:04.646Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-27T09:09:04.647Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:04.647Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:04.789Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5215255743023276501/Definitions/service-BasicVmMacro-template.yml
2023-01-27T09:09:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:09:05.764Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:09:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810426307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:09:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:09:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:09:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810419062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:09:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:09:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:09:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810427311,
  "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-27T09:09:05.788Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a206bc68-945b-49b0-b665-a4eb07977100
2023-01-27T09:09:05.789Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a206bc68-945b-49b0-b665-a4eb07977100 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-27T09:09:05.797Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:09:05.798Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810427858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:09:05.798Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:09:05.798Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:09:05.798Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810430828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:09:05.798Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:09:05.799Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:09:05.799Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810431835,
  "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-27T09:09:05.804Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a206bc68-945b-49b0-b665-a4eb07977100
2023-01-27T09:09:05.804Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a206bc68-945b-49b0-b665-a4eb07977100 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 (?, ?, ?, ?, ?)
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-27T09:09:05.888Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:05.889Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:05.890Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-27T09:09:05.891Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T09:09:05.891Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.891Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.891Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:05.891Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-27T09:09:05.891Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T09:09:05.892Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.892Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.892Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.892Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-27T09:09:05.893Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-27T09:09:05.893Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-27T09:09:05.893Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-27T09:09:05.893Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-27T09:09:05.894Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-27T09:09:05.894Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.894Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T09:09:05.894Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.895Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:05.895Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:09:05.895Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.895Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:05.895Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:09:05.896Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.896Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:05.896Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:09:05.896Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.897Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-27T09:09:05.897Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-27T09:09:05.897Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-27T09:09:05.897Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=775766d2-ffb4-4ebd-9253-355d76c23e51
2023-01-27T09:09:05.897Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.898Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.898Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.898Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.898Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.898Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.899Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:05.899Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:05.899Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:21e6b0f9-78c9-4d6a-8304-f585bbe1cd66
Model Version:NULL
Model InvariantUuid:e5262783-b628-4d26-9690-ab4662fe0acf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5d02982f-e828-43d1-a706-e12af8cf7903
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:defbe023-f513-49af-a44e-c88c2e805837
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3840e7c-0278-43dd-9f55-a2cb04609645
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1a1634de-08bc-4d4d-914b-221c5ff6dd97
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8b46dede-a8b9-49fc-8a7e-99434a560fd7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:775766d2-ffb4-4ebd-9253-355d76c23e51
ModelInvariantUuid:88199cdf-fe39-4933-97b5-0051bddbf74c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c65110da-3676-456b-bc2e-0b9a8f875265
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:803a0eb9-8181-4999-9500-d46155afd8bd
ModelInvariantUuid:7152b7b2-8917-4c47-aac2-acbcacb02379
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d5597d49-52e4-4bf6-8ef1-7757e82212d0
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-27T09:09:05.907Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 240fcd82-d73a-4c20-9ca9-1990cc386e72
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-27T09:09:05.909Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2023-01-27T09:09:05.910Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 240fcd82-d73a-4c20-9ca9-1990cc386e72
2023-01-27T09:09:05.910Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7dec199d-6c7e-4127-b4e3-90674a6b3886 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-27T09:09:05.910Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-27T09:09:05.910Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:05.952Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-27T09:09:05.952Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7dec199d-6c7e-4127-b4e3-90674a6b3886 792
2023-01-27T09:09:05.953Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:05.953Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:05.953Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:09:05.954Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:05.954Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:05.954Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810545953,
  "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-27T09:09:06.955Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1a1634de-08bc-4d4d-914b-221c5ff6dd97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b46dede-a8b9-49fc-8a7e-99434a560fd7",
    "vfModuleModelCustomizationUUID": "2a1299c0-7a61-401a-88b5-f322c20902e6",
    "isBase": true,
    "artifacts": [
      "549b3f16-2610-40db-bb0e-ac451a31c83d",
      "1671b4a5-1585-40eb-bbd5-8d8eb64d75d3"
    ],
    "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-27T09:09:06.958Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b46dede-a8b9-49fc-8a7e-99434a560fd7
VfModuleModelInvariantUUID:1a1634de-08bc-4d4d-914b-221c5ff6dd97
VfModuleModelDescription:NULL
Artifacts UUID List:{
549b3f16-2610-40db-bb0e-ac451a31c83d
,
1671b4a5-1585-40eb-bbd5-8d8eb64d75d3

}
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-27T09:09:06.960Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1a1634de-08bc-4d4d-914b-221c5ff6dd97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b46dede-a8b9-49fc-8a7e-99434a560fd7",
    "vfModuleModelCustomizationUUID": "2a1299c0-7a61-401a-88b5-f322c20902e6",
    "isBase": true,
    "artifacts": [
      "549b3f16-2610-40db-bb0e-ac451a31c83d",
      "1671b4a5-1585-40eb-bbd5-8d8eb64d75d3"
    ],
    "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-27T09:09:06.960Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b46dede-a8b9-49fc-8a7e-99434a560fd7
VfModuleModelInvariantUUID:1a1634de-08bc-4d4d-914b-221c5ff6dd97
VfModuleModelDescription:NULL
Artifacts UUID List:{
549b3f16-2610-40db-bb0e-ac451a31c83d
,
1671b4a5-1585-40eb-bbd5-8d8eb64d75d3

}
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-27T09:09:06.960Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 549b3f16-2610-40db-bb0e-ac451a31c83d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-27T09:09:06.961Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-27T09:09:06.961Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:06.998Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-27T09:09:06.999Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 549b3f16-2610-40db-bb0e-ac451a31c83d 5033
2023-01-27T09:09:06.999Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:06.999Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:06.999Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:09:06.999Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:07.000Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:07.000Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810546999,
  "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-27T09:09:08.001Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1671b4a5-1585-40eb-bbd5-8d8eb64d75d3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-27T09:09:08.001Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-27T09:09:08.002Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:08.047Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-27T09:09:08.048Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1671b4a5-1585-40eb-bbd5-8d8eb64d75d3 903
2023-01-27T09:09:08.049Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:08.050Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:08.050Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:09:08.050Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:08.050Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:08.051Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810548049,
  "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-27T09:09:09.052Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 21e6b0f9-78c9-4d6a-8304-f585bbe1cd66
2023-01-27T09:09:09.053Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 240fcd82-d73a-4c20-9ca9-1990cc386e72 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-27T09:09:09.069Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eb74ff0, org.onap.sdc.toscaparser.api.parameters.Input@2e176346, org.onap.sdc.toscaparser.api.parameters.Input@29b0b746, org.onap.sdc.toscaparser.api.parameters.Input@21c01427, org.onap.sdc.toscaparser.api.parameters.Input@456c0720]
2023-01-27T09:09:09.071Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.071Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.071Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-27T09:09:09.071Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b3840e7c-0278-43dd-9f55-a2cb04609645
2023-01-27T09:09:09.072Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3840e7c-0278-43dd-9f55-a2cb04609645 matches Tosca VF Customization UUID: b3840e7c-0278-43dd-9f55-a2cb04609645
2023-01-27T09:09:09.073Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b3840e7c-0278-43dd-9f55-a2cb04609645  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-27T09:09:09.074Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.074Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.075Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b3840e7c-0278-43dd-9f55-a2cb04609645: {\"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-27T09:09:09.075Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d9284d6
2023-01-27T09:09:09.076Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.076Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-27T09:09:09.076Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a1299c0-7a61-401a-88b5-f322c20902e6
2023-01-27T09:09:09.076Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a1299c0-7a61-401a-88b5-f322c20902e6
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-27T09:09:09.083Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.083Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:09.083Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:09:09.084Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.084Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:09.084Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:09:09.084Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.085Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-27T09:09:09.085Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-27T09:09:09.085Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-27T09:09:09.085Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=775766d2-ffb4-4ebd-9253-355d76c23e51
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-27T09:09:09.087Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.087Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:09.088Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-27T09:09:09.088Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.088Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-27T09:09:09.088Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b3840e7c-0278-43dd-9f55-a2cb04609645
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-27T09:09:09.090Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.090Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.090Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 21e6b0f9-78c9-4d6a-8304-f585bbe1cd66: basic_vm_macro
2023-01-27T09:09:09.090Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.091Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.091Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.091Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.091Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.092Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.092Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.092Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.092Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:09.093Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:09.093Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:09.172Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 240fcd82-d73a-4c20-9ca9-1990cc386e72 1 ASDC deployResourceStructure
2023-01-27T09:09:09.172Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:09.173Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:09.173Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:09:09.173Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:09.173Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:09.174Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810549172,
  "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-27T09:09:10.176Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:10.176Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:10.176Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:09:10.177Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:10.177Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:10.177Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810550175,
  "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-27T09:09:11.179Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:11.180Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:11.180Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:09:11.180Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:11.181Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:11.181Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810551179,
  "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-27T09:09:12.183Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:12.183Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||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-27T09:09:12.184Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:09:12.184Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:12.184Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:12.185Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810552183,
  "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-27T09:09:13.186Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a206bc68-945b-49b0-b665-a4eb07977100
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:09:13.202Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a206bc68-945b-49b0-b665-a4eb07977100
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-27T09:09:13.205Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:09:13.206Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T09:09:13.206Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T09:09:13.206Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T09:09:13.206Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:09:13.206Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:09:13.207Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:09:13.207Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:09:13.207Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:09:13.207Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-27T09:09:13.212Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T09:09:43.212Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a206bc68-945b-49b0-b665-a4eb07977100 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-27T09:09:43.220Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a206bc68-945b-49b0-b665-a4eb07977100 and serviceModelVersionId: 21e6b0f9-78c9-4d6a-8304-f585bbe1cd66
2023-01-27T09:09:43.221Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5262783-b628-4d26-9690-ab4662fe0acf
2023-01-27T09:09:43.222Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5262783-b628-4d26-9690-ab4662fe0acf/model-vers/model-ver/21e6b0f9-78c9-4d6a-8304-f585bbe1cd66?depth=0
2023-01-27T09:09:43.226Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T09:09:43.266Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5262783-b628-4d26-9690-ab4662fe0acf/model-vers/model-ver/21e6b0f9-78c9-4d6a-8304-f585bbe1cd66?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-27T09:09:43.267Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5262783-b628-4d26-9690-ab4662fe0acf/model-vers/model-ver/21e6b0f9-78c9-4d6a-8304-f585bbe1cd66?depth=0|INFO|500||Invoke
2023-01-27T09:09:43.288Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5262783-b628-4d26-9690-ab4662fe0acf/model-vers/model-ver/21e6b0f9-78c9-4d6a-8304-f585bbe1cd66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T09:09:43.380Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5262783-b628-4d26-9690-ab4662fe0acf/model-vers/model-ver/21e6b0f9-78c9-4d6a-8304-f585bbe1cd66?depth=0|INFO|500||InvokeReturn
2023-01-27T09:09:43.382Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5262783-b628-4d26-9690-ab4662fe0acf/model-vers/model-ver/21e6b0f9-78c9-4d6a-8304-f585bbe1cd66?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 09:09:43 GMT], content-length=[0], vertex-id=[266280], x-aai-txid=[2-aai-resources-230127-09:09:43:723-21768], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T09:09:43.382Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-27T09:09:43.383Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T09:09:43.383Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-27T09:09:43.389Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-27T09:09:43.389Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a206bc68-945b-49b0-b665-a4eb07977100 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T09:09:43.390Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T09:09:43.390Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:43.390Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:43.391Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810583390,
  "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-27T09:09:44.406Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-27T09:09:44.407Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9b0707d6-3e5c-43d7-aadd-e9eec231065f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aad1ddf5-033e-4f7b-bf7b-96a464a256b8","serviceDescription":"service","serviceInvariantUUID":"5e8c9d53-171f-4423-8e11-1bc67084edbc","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f9c3df5c-0650-422d-aa8c-5afbeaef2ec0","resourceInvariantUUID":"9fb9ef8a-686b-4208-bae3-d5c9d8acea71","resourceCustomizationUUID":"b29e2606-06bc-4452-9fef-bde9529c77b2","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":"NjIwMTc0Y2I2ODUzMWJhOWZmYzVmYzE0YmIyNjFjNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6565cc42-e127-41d4-858d-700714badbad","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":"49676bbf-0745-4be9-ac49-0bd8aaa3beb4","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":"d26b8990-b8e2-4fd6-bb6b-1dfa30c2401c","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":"ZjRmODIzM2ZkMzFiODkyZTZjMmQ2NzgyNTlmMjZhYzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"79c1db44-81a0-4186-b723-40a58051d694","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":"5170d819-ece2-42b3-99a4-f5716fc1845d","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":"0fa1938f-8102-4867-8f3c-905d7108845b","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":"cd3b08ee-99cb-4dfe-bf4b-875ea95b1e87","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":"MDgwYTI4YmI1YzQ4Y2EwMmU2NzY2YmYwZWNkYmMyNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de7203a9-1aa3-482d-b0e4-b0f6fd18b6ac","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWZiODY5MWUyNTMzYzA0NzI2OTg2ZDcxMmVmODE5Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1385a68-cc27-46e1-a819-d8bee4bac142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-27T09:09:44.407Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:44.408Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:44.409Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:44.409Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:45.410Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:45.411Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:45.411Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:45.411Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:46.413Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:46.413Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:46.414Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:46.415Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:47.416Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:47.416Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:47.417Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:47.417Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:48.418Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:48.418Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:48.419Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:48.419Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:49.419Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:49.420Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:49.421Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:49.421Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:50.422Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:50.422Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:50.422Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:50.422Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:51.424Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:51.424Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:51.424Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:51.425Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "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-27T09:09:52.427Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-27T09:09:52.428Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:52.428Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:52.428Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:09:53.431Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "aad1ddf5-033e-4f7b-bf7b-96a464a256b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5e8c9d53-171f-4423-8e11-1bc67084edbc",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b29e2606-06bc-4452-9fef-bde9529c77b2",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f9c3df5c-0650-422d-aa8c-5afbeaef2ec0",
      "resourceInvariantUUID": "9fb9ef8a-686b-4208-bae3-d5c9d8acea71",
      "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": "NWZiODY5MWUyNTMzYzA0NzI2OTg2ZDcxMmVmODE5Mzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1385a68-cc27-46e1-a819-d8bee4bac142"
    }
  ],
  "workloadContext": "Production"
}
2023-01-27T09:09:53.431Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-27T09:09:53.431Z|a206bc68-945b-49b0-b665-a4eb07977100|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aad1ddf5-033e-4f7b-bf7b-96a464a256b8 ASDC
2023-01-27T09:09:53.432Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9b0707d6-3e5c-43d7-aadd-e9eec231065f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:aad1ddf5-033e-4f7b-bf7b-96a464a256b8
ServiceInvariantUUID:5e8c9d53-171f-4423-8e11-1bc67084edbc
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:b1385a68-cc27-46e1-a819-d8bee4bac142
ArtifactChecksum:NWZiODY5MWUyNTMzYzA0NzI2OTg2ZDcxMmVmODE5Mzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b29e2606-06bc-4452-9fef-bde9529c77b2
ResourceInvariantUUID:9fb9ef8a-686b-4208-bae3-d5c9d8acea71
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f9c3df5c-0650-422d-aa8c-5afbeaef2ec0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-27T09:09:53.432Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aad1ddf5-033e-4f7b-bf7b-96a464a256b8 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-27T09:09:53.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T09:09:53.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-27T09:09:53.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-27T09:09:53.456Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b1385a68-cc27-46e1-a819-d8bee4bac142 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-27T09:09:53.456Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-27T09:09:53.456Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-27T09:09:53.507Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-27T09:09:53.513Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b1385a68-cc27-46e1-a819-d8bee4bac142 111096
2023-01-27T09:09:53.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:53.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:53.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-27T09:09:53.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:53.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:53.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810593514,
  "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-27T09:09:54.515Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-27T09:09:54.516Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-27T09:09:54.516Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b1385a68-cc27-46e1-a819-d8bee4bac142, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:54.516Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-27T09:09:54.517Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:54.517Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:54.622Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1411598823389438268/Definitions/service-TestPnfMacro-template.yml
2023-01-27T09:09:55.432Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-27T09:09:55.433Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-27T09:09:55.433Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:55.434Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-27T09:09:55.434Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:55.434Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:55.434Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:55.435Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:55.435Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:55.435Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:55.435Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-27T09:09:55.435Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-27T09:09:55.436Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.436Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.436Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-27T09:09:55.437Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-27T09:09:55.437Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T09:09:55.437Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.437Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.438Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-27T09:09:55.438Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-27T09:09:55.438Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-27T09:09:55.438Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.439Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.439Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.439Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.439Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.439Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.440Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.440Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.440Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.441Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.441Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:aad1ddf5-033e-4f7b-bf7b-96a464a256b8
Model Version:NULL
Model InvariantUuid:5e8c9d53-171f-4423-8e11-1bc67084edbc
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-27T09:09:55.446Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: f9c3df5c-0650-422d-aa8c-5afbeaef2ec0
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-27T09:09:55.448Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||test-pnf 0
2023-01-27T09:09:55.449Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f9c3df5c-0650-422d-aa8c-5afbeaef2ec0
2023-01-27T09:09:55.449Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: aad1ddf5-033e-4f7b-bf7b-96a464a256b8
2023-01-27T09:09:55.449Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: aad1ddf5-033e-4f7b-bf7b-96a464a256b8
2023-01-27T09:09:55.449Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f9c3df5c-0650-422d-aa8c-5afbeaef2ec0 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-27T09:09:55.453Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c29d2f6, org.onap.sdc.toscaparser.api.parameters.Input@2889b6a7, org.onap.sdc.toscaparser.api.parameters.Input@2de9e420, org.onap.sdc.toscaparser.api.parameters.Input@6c2e3955, org.onap.sdc.toscaparser.api.parameters.Input@5ea2e844]
2023-01-27T09:09:55.454Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.454Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.454Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid aad1ddf5-033e-4f7b-bf7b-96a464a256b8: test-pnf
2023-01-27T09:09:55.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Processing PNF resource: f9c3df5c-0650-422d-aa8c-5afbeaef2ec0
2023-01-27T09:09:55.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-27T09:09:55.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-27T09:09:55.455Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Resource customization UUID: b29e2606-06bc-4452-9fef-bde9529c77b2 is the same as notified resource customizationUUID: b29e2606-06bc-4452-9fef-bde9529c77b2
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-27T09:09:55.485Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f9c3df5c-0650-422d-aa8c-5afbeaef2ec0 0 ASDC deployResourceStructure
2023-01-27T09:09:55.486Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:55.486Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||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-27T09:09:55.486Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-27T09:09:55.486Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:09:55.487Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:09:55.487Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810595486,
  "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-27T09:09:56.488Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b0707d6-3e5c-43d7-aadd-e9eec231065f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:09:56.497Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b0707d6-3e5c-43d7-aadd-e9eec231065f
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-27T09:09:56.499Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:09:56.500Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-27T09:09:56.500Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-27T09:10:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:10:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.766Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.778Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810480501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810481084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674810485081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810499195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810489308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810508658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810507845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.780Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810507706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810508212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810508709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810509241,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T09:10:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674810509100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-27T09:10:05.788Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b0707d6-3e5c-43d7-aadd-e9eec231065f
2023-01-27T09:10:05.788Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b0707d6-3e5c-43d7-aadd-e9eec231065f 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-27T09:10:05.795Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.795Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "policy-distribution",
  "timestamp": 1674810509710,
  "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-27T09:10:05.799Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b0707d6-3e5c-43d7-aadd-e9eec231065f
2023-01-27T09:10:05.799Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b0707d6-3e5c-43d7-aadd-e9eec231065f 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-27T09:10:05.805Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.805Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674810510242,
  "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-27T09:10:05.809Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9b0707d6-3e5c-43d7-aadd-e9eec231065f
2023-01-27T09:10:05.809Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b0707d6-3e5c-43d7-aadd-e9eec231065f 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-27T09:10:05.815Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.815Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.815Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.815Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.815Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810513768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.817Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "aai-model-loader",
  "timestamp": 1674810514770,
  "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-27T09:10:05.820Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b0707d6-3e5c-43d7-aadd-e9eec231065f
2023-01-27T09:10:05.820Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b0707d6-3e5c-43d7-aadd-e9eec231065f 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-27T09:10:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810509062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810518845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810520912,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:10:05.828Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.829Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.829Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674810521917,
  "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-27T09:10:05.833Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b0707d6-3e5c-43d7-aadd-e9eec231065f
2023-01-27T09:10:05.833Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b0707d6-3e5c-43d7-aadd-e9eec231065f 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-27T09:10:05.844Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.844Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "235fb4ce-ed1c-451c-8932-7cd0ea1547e2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810534505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T09:10:05.844Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.844Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.844Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.844Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.845Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:10:05.846Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810543642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:10:05.847Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:10:26.500Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b0707d6-3e5c-43d7-aadd-e9eec231065f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T09:10:26.511Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b0707d6-3e5c-43d7-aadd-e9eec231065f
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-27T09:10:26.514Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-27T09:10:26.515Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-27T09:10:26.515Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-27T09:10:26.515Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-27T09:10:26.516Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:10:26.516Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:10:26.516Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:10:26.517Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:10:26.517Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:10:26.517Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-27T09:10:26.518Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-27T09:10:26.523Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-27T09:10:56.524Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b0707d6-3e5c-43d7-aadd-e9eec231065f 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-27T09:10:56.539Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b0707d6-3e5c-43d7-aadd-e9eec231065f and serviceModelVersionId: aad1ddf5-033e-4f7b-bf7b-96a464a256b8
2023-01-27T09:10:56.539Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e8c9d53-171f-4423-8e11-1bc67084edbc
2023-01-27T09:10:56.542Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e8c9d53-171f-4423-8e11-1bc67084edbc/model-vers/model-ver/aad1ddf5-033e-4f7b-bf7b-96a464a256b8?depth=0
2023-01-27T09:10:56.552Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-27T09:10:56.596Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8c9d53-171f-4423-8e11-1bc67084edbc/model-vers/model-ver/aad1ddf5-033e-4f7b-bf7b-96a464a256b8?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-27T09:10:56.599Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8c9d53-171f-4423-8e11-1bc67084edbc/model-vers/model-ver/aad1ddf5-033e-4f7b-bf7b-96a464a256b8?depth=0|INFO|500||Invoke
2023-01-27T09:10:56.626Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8c9d53-171f-4423-8e11-1bc67084edbc/model-vers/model-ver/aad1ddf5-033e-4f7b-bf7b-96a464a256b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-27T09:10:56.735Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8c9d53-171f-4423-8e11-1bc67084edbc/model-vers/model-ver/aad1ddf5-033e-4f7b-bf7b-96a464a256b8?depth=0|INFO|500||InvokeReturn
2023-01-27T09:10:56.735Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8c9d53-171f-4423-8e11-1bc67084edbc/model-vers/model-ver/aad1ddf5-033e-4f7b-bf7b-96a464a256b8?depth=0 has http status code:200 and response headers:{date=[Fri, 27 Jan 2023 09:10:57 GMT], content-length=[0], vertex-id=[278568], x-aai-txid=[2-aai-resources-230127-09:10:57:068-99272], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-27T09:10:56.737Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-27T09:10:56.737Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-27T09:10:56.737Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-27T09:10:56.743Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-27T09:10:56.744Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b0707d6-3e5c-43d7-aadd-e9eec231065f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-27T09:10:56.744Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-27T09:10:56.745Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-27T09:10:56.745Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-27T09:10:56.745Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810656744,
  "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-27T09:10:57.763Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:11:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:11:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810545953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:11:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810546999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:11:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810548049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810549172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810550175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-27T09:11:05.769Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810551179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-27T09:11:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810552183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:11:05.770Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a206bc68-945b-49b0-b665-a4eb07977100",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810583390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T09:11:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.771Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.772Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.774Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-27T09:11:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.775Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810535516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-27T09:11:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810593514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-27T09:11:05.776Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:11:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810595486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-27T09:11:05.777Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:11:57.764Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:12:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:12:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-27T09:12:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b0707d6-3e5c-43d7-aadd-e9eec231065f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674810656744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-27T09:12:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-27T09:12:57.764Z|9b0707d6-3e5c-43d7-aadd-e9eec231065f|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:13:05.763Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:13:57.766Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:14:05.764Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:14:57.767Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:15:05.765Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:15:57.770Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:16:05.767Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:16:57.770Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:17:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:17:57.772Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:18:05.768Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:18:57.772Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:19:05.770Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:19:57.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:20:05.771Z|235fb4ce-ed1c-451c-8932-7cd0ea1547e2|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:20:57.774Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:21:05.771Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:21:57.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:22:05.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:22:57.777Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:23:05.773Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:23:57.777Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:24:05.774Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:24:57.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:25:05.776Z|37fdf564-a4ef-4025-b533-25b1009784a7|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:25:57.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:26:05.778Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:26:57.780Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:27:05.778Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:27:57.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:28:05.779Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:28:57.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:29:05.781Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:29:57.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:30:05.782Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:30:57.782Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:31:05.783Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:31:57.782Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:32:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:32:57.784Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:33:05.784Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:33:57.785Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:34:05.786Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:34:57.785Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:35:05.787Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:35:57.787Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:36:05.787Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:36:57.788Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:37:05.788Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:37:57.788Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:38:05.789Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:38:57.790Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:39:05.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:39:57.790Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:40:05.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:40:57.792Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:41:05.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:41:57.793Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:42:05.793Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:42:57.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:43:05.798Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:43:57.796Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:44:05.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:44:57.797Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:45:05.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:45:57.798Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:46:05.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:46:57.800Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:47:05.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:47:57.800Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:48:05.801Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:48:57.801Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:49:05.801Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:49:57.802Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:50:05.802Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:50:57.803Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:51:05.804Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:51:57.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:52:05.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:52:57.805Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:53:05.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:53:57.806Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:54:05.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:54:57.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:55:05.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:55:57.809Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:56:05.808Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:56:57.809Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:57:05.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:57:57.811Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:58:05.810Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:58:57.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T09:59:05.811Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T09:59:57.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:00:05.812Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:00:57.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:01:05.813Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:01:57.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:02:05.814Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:02:57.815Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:03:05.815Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:03:57.815Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:04:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:04:57.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:05:05.816Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:05:57.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:06:05.818Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:06:57.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:07:05.818Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:07:57.819Z|16337a72-7344-45be-9ca1-e1fe7c534481|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:08:05.820Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:08:57.820Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:09:05.820Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:09:57.822Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:10:05.822Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:10:57.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:11:05.823Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:11:57.824Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:12:05.823Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:12:57.825Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:13:05.824Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:13:57.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:14:05.825Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:14:57.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:15:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:15:57.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:16:05.827Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:16:57.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:17:05.829Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:17:57.832Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:18:05.830Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:18:57.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:19:05.831Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:19:57.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:20:05.831Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:20:57.835Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:21:05.832Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-27T10:21:57.835Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-27T10:22:05.833Z|2f56e7f3-0d5d-4551-bf40-40af8127c9e4|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO