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-20T05:26:07.444Z||main|||||INFO|500||The following profiles are active: basic
2023-01-20T05:26:19.453Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-20T05:26:19.453Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-20T05:26:19.559Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-20T05:26:23.830Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-20T05:26:24.252Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-20T05:26:24.830Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-20T05:26:25.162Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-20T05:26:26.006Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-20T05:26:28.066Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-20T05:26:28.866Z||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-20T05:26:32.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-20T05:26:32.382Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-20T05:26:32.391Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-20T05:26:32.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-20T05:26:33.048Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-20T05:26:33.441Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-20T05:26:34.538Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-20T05:26:34.562Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-20T05:26:34.563Z||main|||||WARN|500||The sdc end point is not alive
2023-01-20T05:26:37.841Z||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-20T05:26:40.854Z||main|||||WARN|500||---
2023-01-20T05:26:40.854Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-20T05:26:40.854Z||main|||||WARN|500||---
2023-01-20T05:26:41.230Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-20T05:26:46.684Z||main|||||INFO|500||Started Application in 42.29 seconds (JVM running for 44.591)
2023-01-20T05:26:46.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-20T05:26:46.723Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-20T05:26:46.733Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-20T05:26:46.799Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 25190da8-4b35-4107-a75b-663daec3a5b9 url= /sdc/v1/artifactTypes
2023-01-20T05:26:46.805Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-20T05:26:47.090Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-20T05:26:47.146Z||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-20T05:26:47.147Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-20T05:26:47.147Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 959c050c-4617-4a17-9beb-e2f6014dd221 url= /sdc/v1/distributionKafkaData
2023-01-20T05:26:47.147Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-20T05:26:47.165Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-20T05:26:47.177Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6c674ed1
2023-01-20T05:26:47.251Z||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-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae
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-20T05:26:47.311Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Instantiated an idempotent producer.
2023-01-20T05:26:47.413Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-20T05:26:47.489Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-20T05:26:47.492Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-20T05:26:47.493Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674192407486
2023-01-20T05:26:47.498Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-20T05:26:47.523Z||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-d0d29ce2-7474-4b00-825c-142db7da8e2c
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-20T05:26:47.634Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-20T05:26:47.634Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-20T05:26:47.636Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674192407634
2023-01-20T05:26:47.639Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:26:47.642Z||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-4689d441-9126-48ee-9e54-7515e17a0772
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-20T05:26:47.645Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:26:47.659Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-20T05:26:47.659Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-20T05:26:47.660Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674192407658
2023-01-20T05:26:47.660Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:26:47.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:26:47.671Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-20T05:26:48.621Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Cluster ID: KVojeTwnT3WzTV8o2VEG8g
2023-01-20T05:26:48.621Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:48.621Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA
2023-01-20T05:26:48.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA
2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA
2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA
2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA
2023-01-20T05:26:48.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 RS0nMw8lR4-HTaumZHDEsA
2023-01-20T05:26:48.623Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:48.624Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:48.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:48.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:48.626Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] ProducerId set to 1004 with epoch 0
2023-01-20T05:26:48.626Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Cluster ID: KVojeTwnT3WzTV8o2VEG8g
2023-01-20T05:26:48.626Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Cluster ID: KVojeTwnT3WzTV8o2VEG8g
2023-01-20T05:26:48.629Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-20T05:26:48.629Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-20T05:26:48.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] (Re-)joining group
2023-01-20T05:26:48.660Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] (Re-)joining group
2023-01-20T05:26:48.733Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1
2023-01-20T05:26:48.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-20T05:26:48.734Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] (Re-)joining group
2023-01-20T05:26:48.746Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97
2023-01-20T05:26:48.747Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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-20T05:26:48.747Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] (Re-)joining group
2023-01-20T05:26:54.753Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97', protocol='range'}
2023-01-20T05:26:54.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1', protocol='range'}
2023-01-20T05:26:54.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:54.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:54.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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 oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T05:26:54.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1=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-20T05:26:54.901Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772-73b5f983-e79b-4bd6-b934-ee0884484d97', protocol='range'}
2023-01-20T05:26:54.901Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c-baa5495d-2468-4c6d-8a1a-1ed076888df1', protocol='range'}
2023-01-20T05:26:54.902Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-20T05:26:54.902Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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-20T05:26:54.908Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, 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-20T05:26:54.908Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, 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-20T05:26:54.937Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-20T05:26:54.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-20T05:26:54.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-20T05:26:54.938Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-20T05:26:54.938Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-20T05:26:54.938Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-20T05:26:54.939Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-20T05:26:54.939Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-20T05:26:54.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-20T05:26:54.988Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-20T05:26:54.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-20T05:26:55.080Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-20T05:26:55.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-20T05:26:55.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-20T05:26:55.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-20T05:26:55.084Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-20T05:26:55.085Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-20T05:26:55.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-20T05:26:55.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-20T05:26:55.096Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-20T05:26:55.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-20T05:27:47.651Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:27:47.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:28:47.653Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:28:47.671Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:29:47.654Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:29:47.672Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:30:47.655Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:30:47.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:31:47.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:31:47.674Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:32:47.658Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:32:47.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:33:47.659Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:33:47.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:34:47.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:34:47.677Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:35:47.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:35:47.678Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:35:48.643Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d0d29ce2-7474-4b00-825c-142db7da8e2c, groupId=so] Node -1 disconnected.
2023-01-20T05:35:48.825Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4689d441-9126-48ee-9e54-7515e17a0772, groupId=so] Node -1 disconnected.
2023-01-20T05:35:48.890Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Node -1 disconnected.
2023-01-20T05:36:03.054Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-20T05:36:47.663Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:36:47.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:37:47.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:37:47.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:38:47.666Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:38:47.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:39:47.667Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:39:47.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:40:47.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:40:47.681Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:41:47.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:41:47.682Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:42:47.673Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:42:47.684Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:43:47.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:43:47.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:44:47.676Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:44:47.685Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:45:47.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:45:47.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:46:47.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:46:47.689Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:47:47.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:47:47.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:48:47.683Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:48:47.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:49:47.685Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:49:47.691Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:50:47.687Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:50:47.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:51:47.689Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:51:47.694Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:52:47.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:52:47.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:53:47.693Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:53:47.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:54:47.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:54:47.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:55:47.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:55:47.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:56:47.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:56:47.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:57:47.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:57:47.699Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:58:47.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T05:58:47.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:59:47.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T05:59:47.701Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:00:47.701Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:00:47.702Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:01:47.703Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:01:47.703Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:02:47.705Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:02:47.705Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:03:47.707Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:03:47.706Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:04:47.707Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:04:47.708Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:05:47.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:05:47.709Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:06:47.710Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:06:47.711Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:07:47.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:07:47.712Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:08:47.712Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:08:47.712Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:09:47.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:09:47.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:10:47.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:10:47.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:11:47.715Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:11:47.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:12:47.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:12:47.717Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:13:47.718Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:13:47.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:14:47.719Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:14:47.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:15:47.720Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:15:47.720Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:16:47.722Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:16:47.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:17:47.723Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:17:47.723Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:18:47.725Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:18:47.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:19:47.726Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:19:47.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:20:47.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:20:47.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:21:47.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:21:47.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:22:47.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:22:47.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:23:47.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:23:47.734Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:24:47.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:24:47.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:25:47.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:25:47.738Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:26:47.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:26:47.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:27:47.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:27:47.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:53.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:27:53.608Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"add3a973-0efc-4c4e-bd42-e1f03f5dce99","serviceName":"basic_onboard_VKJoLi","serviceVersion":"1.0","serviceUUID":"df898007-3cf3-4594-8ac8-eb6be122c053","serviceDescription":"service","serviceInvariantUUID":"039e53e8-5869-44e2-a251-74b7454c2cf4","resources":[{"resourceInstanceName":"basic_onboard_VKJoLi 0","resourceName":"basic_onboard_VKJoLi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c072adc2-edd3-414b-bfd6-cdfc722a2227","resourceInvariantUUID":"b6a11714-679b-4df1-89f0-542cc70954f5","resourceCustomizationUUID":"d84d92ef-1420-445b-83e0-6d51a50c8323","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4MjVlN2M5ZDVlMzVmZTNkNDMzZjZjMzhkYzdlMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7eddcac7-9010-420d-b671-29edfa4b80ee","artifactVersion":"1"},{"artifactName":"basic_onboard_vkjoli0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json","artifactChecksum":"MGZjYWJkMDlkZThkN2QwODkwN2YwYzk1NmMwM2EzYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33039d8b-1374-40cc-bd7d-12e103198baf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5aadc67b-c4d1-4baf-83f3-5fd80c84751c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5be7946-e527-46b2-bc74-26bc34f78f33","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bafb00e0-dee1-4c10-934c-24c085f2570d","artifactVersion":"2","generatedFromUUID":"5aadc67b-c4d1-4baf-83f3-5fd80c84751c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVkjoli-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml","artifactChecksum":"NTZlMmQyNDIxNmRiNDQwMWZlNTA1YTE0YWRiYTlmYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"796a9f6e-7bf9-4f9c-b5a8-e22b32b7eb14","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVkjoli-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar","artifactChecksum":"NmZjOTQ4ZWVjYjg4OGYxNjcxYzU3YmJhMDY2NjVjNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bb6d658-c17c-4dc1-b824-a4c985bce686","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-20T06:27:53.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:53.638Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:53.638Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:53.638Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:53.644Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T06:27:53.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T06:27:53.645Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T06:27:53.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T06:27:53.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T06:27:53.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4af9cc91-2c90-4bb0-ac23-5a42b3bc38ae] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to oGDPpOJbQ7KSzAp-CxMl7A
2023-01-20T06:27:53.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:27:53.694Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:27:53.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:27:54.671Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:54.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:54.672Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:54.672Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:55.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:55.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:55.674Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:55.674Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:56.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:56.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:56.676Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:56.677Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:57.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:57.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:57.679Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:57.679Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:58.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:58.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:58.681Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:58.681Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:27:59.682Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:27:59.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:27:59.683Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:27:59.683Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:00.686Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"serviceName": "basic_onboard_VKJoLi",
"serviceVersion": "1.0",
"serviceUUID": "df898007-3cf3-4594-8ac8-eb6be122c053",
"serviceDescription": "service",
"serviceInvariantUUID": "039e53e8-5869-44e2-a251-74b7454c2cf4",
"resources": [
{
"resourceInstanceName": "basic_onboard_VKJoLi 0",
"resourceCustomizationUUID": "d84d92ef-1420-445b-83e0-6d51a50c8323",
"resourceName": "basic_onboard_VKJoLi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c072adc2-edd3-414b-bfd6-cdfc722a2227",
"resourceInvariantUUID": "b6a11714-679b-4df1-89f0-542cc70954f5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vkjoli0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"artifactChecksum": "MGZjYWJkMDlkZThkN2QwODkwN2YwYzk1NmMwM2EzYWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "33039d8b-1374-40cc-bd7d-12e103198baf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5aadc67b-c4d1-4baf-83f3-5fd80c84751c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bafb00e0-dee1-4c10-934c-24c085f2570d",
"generatedFromUUID": "5aadc67b-c4d1-4baf-83f3-5fd80c84751c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bafb00e0-dee1-4c10-934c-24c085f2570d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVkjoli-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"artifactChecksum": "NmZjOTQ4ZWVjYjg4OGYxNjcxYzU3YmJhMDY2NjVjNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7bb6d658-c17c-4dc1-b824-a4c985bce686"
}
],
"workloadContext": "Production"
}
2023-01-20T06:28:00.687Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-20T06:28:00.688Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df898007-3cf3-4594-8ac8-eb6be122c053 ASDC
2023-01-20T06:28:00.820Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:add3a973-0efc-4c4e-bd42-e1f03f5dce99
ServiceName:basic_onboard_VKJoLi
ServiceVersion:1.0
ServiceUUID:df898007-3cf3-4594-8ac8-eb6be122c053
ServiceInvariantUUID:039e53e8-5869-44e2-a251-74b7454c2cf4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVkjoli-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar
ArtifactUUID:7bb6d658-c17c-4dc1-b824-a4c985bce686
ArtifactChecksum:NmZjOTQ4ZWVjYjg4OGYxNjcxYzU3YmJhMDY2NjVjNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VKJoLi 0
ResourceCustomizationUUID:d84d92ef-1420-445b-83e0-6d51a50c8323
ResourceInvariantUUID:b6a11714-679b-4df1-89f0-542cc70954f5
ResourceName:basic_onboard_VKJoLi
ResourceType:VF
ResourceUUID:c072adc2-edd3-414b-bfd6-cdfc722a2227
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vkjoli0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json
ArtifactUUID:33039d8b-1374-40cc-bd7d-12e103198baf
ArtifactChecksum:MGZjYWJkMDlkZThkN2QwODkwN2YwYzk1NmMwM2EzYWQ=
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/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5aadc67b-c4d1-4baf-83f3-5fd80c84751c
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/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env
ArtifactUUID:bafb00e0-dee1-4c10-934c-24c085f2570d
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/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env
ArtifactUUID:bafb00e0-dee1-4c10-934c-24c085f2570d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-20T06:28:00.820Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df898007-3cf3-4594-8ac8-eb6be122c053 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-20T06:28:01.122Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:28:01.123Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-20T06:28:01.125Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-20T06:28:01.125Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7bb6d658-c17c-4dc1-b824-a4c985bce686 from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:01.125Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:28:01.126Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:01.243Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:28:01.265Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar 7bb6d658-c17c-4dc1-b824-a4c985bce686 75676
2023-01-20T06:28:01.266Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar ASDC sendASDCNotification
2023-01-20T06:28:01.266Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:01.267Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:28:01.268Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:01.268Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:01.268Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196081265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:02.269Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:28:02.270Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-20T06:28:02.270Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7bb6d658-c17c-4dc1-b824-a4c985bce686, URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar to file: /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:02.271Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:02.374Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:02.374Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:02.857Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9883743053329206201/Definitions/service-BasicOnboardVkjoli-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-20T06:28:04.885Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-20T06:28:04.891Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-20T06:28:04.891Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.891Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.892Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VKJoLi 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-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:04.893Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-20T06:28:04.900Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.901Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.906Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:04.906Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-20T06:28:04.908Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:28:04.910Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.911Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.911Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:04.911Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-20T06:28:04.912Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:28:04.912Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.912Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.916Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.916Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is not matching search criteria
2023-01-20T06:28:04.916Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-20T06:28:04.917Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-20T06:28:04.918Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.918Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-20T06:28:04.919Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.920Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:04.920Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:28:04.920Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.921Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:04.921Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:28:04.921Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.922Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:04.922Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:28:04.922Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.923Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is not matching search criteria
2023-01-20T06:28:04.923Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-20T06:28:04.923Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-20T06:28:04.924Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=064677bb-71d5-48d3-a269-26005342883e
2023-01-20T06:28:04.924Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.924Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.925Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.926Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:04.926Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:04.926Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VKJoLi
Description:service
Model UUID:df898007-3cf3-4594-8ac8-eb6be122c053
Model Version:NULL
Model InvariantUuid:039e53e8-5869-44e2-a251-74b7454c2cf4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VKJoLi
Model UUID:b3f8ebcb-fd51-4bd4-9503-9a0d1e49e082
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6a11714-679b-4df1-89f0-542cc70954f5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d84d92ef-1420-445b-83e0-6d51a50c8323
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8bc39d2f-4054-41dd-915d-b9df9aaf5575
ModelName:BasicOnboardVkjoli..base_ubuntu18..module-0
ModelUuid:d9520938-8c05-4c87-9191-e01e000dff10
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:064677bb-71d5-48d3-a269-26005342883e
ModelInvariantUuid:feb2873c-b0d5-4285-a2b1-daa74e0c4cb1
ModelName:basic_onboard_VKJoLi-nodes.ubuntu18Cvfc
ModelUuid:13060773-1379-43b9-9252-6cdee4e7d8c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d965a27c-adb8-4698-b3a6-aa2cf17672a4
ModelInvariantUuid:2799725a-1e1b-4b35-82a1-49f7d59188b4
ModelName:BasicOnboardVkjoli.compute.nodes.heat.ubuntu18
ModelUuid:f6a49718-7068-4e85-9520-663a0f255fe3
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-20T06:28:04.952Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c072adc2-edd3-414b-bfd6-cdfc722a2227
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-20T06:28:05.059Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||basic_onboard_VKJoLi 0
2023-01-20T06:28:05.066Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c072adc2-edd3-414b-bfd6-cdfc722a2227
2023-01-20T06:28:05.066Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33039d8b-1374-40cc-bd7d-12e103198baf from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json
2023-01-20T06:28:05.066Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:28:05.067Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json
2023-01-20T06:28:05.128Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:28:05.129Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json 33039d8b-1374-40cc-bd7d-12e103198baf 798
2023-01-20T06:28:05.129Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json ASDC sendASDCNotification
2023-01-20T06:28:05.130Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json
2023-01-20T06:28:05.130Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:28:05.130Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:05.131Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:05.131Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196085129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:06.133Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVkjoli..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8bc39d2f-4054-41dd-915d-b9df9aaf5575",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d9520938-8c05-4c87-9191-e01e000dff10",
"vfModuleModelCustomizationUUID": "d2cad93f-1f60-4a1e-801d-e311f993893a",
"isBase": true,
"artifacts": [
"5aadc67b-c4d1-4baf-83f3-5fd80c84751c",
"bafb00e0-dee1-4c10-934c-24c085f2570d"
],
"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-20T06:28:06.160Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVkjoli..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9520938-8c05-4c87-9191-e01e000dff10
VfModuleModelInvariantUUID:8bc39d2f-4054-41dd-915d-b9df9aaf5575
VfModuleModelDescription:NULL
Artifacts UUID List:{
5aadc67b-c4d1-4baf-83f3-5fd80c84751c
,
bafb00e0-dee1-4c10-934c-24c085f2570d
}
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-20T06:28:06.165Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVkjoli..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8bc39d2f-4054-41dd-915d-b9df9aaf5575",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d9520938-8c05-4c87-9191-e01e000dff10",
"vfModuleModelCustomizationUUID": "d2cad93f-1f60-4a1e-801d-e311f993893a",
"isBase": true,
"artifacts": [
"5aadc67b-c4d1-4baf-83f3-5fd80c84751c",
"bafb00e0-dee1-4c10-934c-24c085f2570d"
],
"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-20T06:28:06.166Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVkjoli..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9520938-8c05-4c87-9191-e01e000dff10
VfModuleModelInvariantUUID:8bc39d2f-4054-41dd-915d-b9df9aaf5575
VfModuleModelDescription:NULL
Artifacts UUID List:{
5aadc67b-c4d1-4baf-83f3-5fd80c84751c
,
bafb00e0-dee1-4c10-934c-24c085f2570d
}
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-20T06:28:06.166Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5aadc67b-c4d1-4baf-83f3-5fd80c84751c from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml
2023-01-20T06:28:06.166Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:28:06.167Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml
2023-01-20T06:28:06.217Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:28:06.218Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml 5aadc67b-c4d1-4baf-83f3-5fd80c84751c 5033
2023-01-20T06:28:06.218Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-20T06:28:06.219Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml
2023-01-20T06:28:06.219Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:28:06.220Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:06.220Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:06.221Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196086218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:07.222Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bafb00e0-dee1-4c10-934c-24c085f2570d from URL: /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env
2023-01-20T06:28:07.223Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:28:07.223Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env
2023-01-20T06:28:07.271Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:28:07.271Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env bafb00e0-dee1-4c10-934c-24c085f2570d 909
2023-01-20T06:28:07.272Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-20T06:28:07.272Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env
2023-01-20T06:28:07.272Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:28:07.273Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:07.273Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:07.273Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196087272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:08.274Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: df898007-3cf3-4594-8ac8-eb6be122c053
2023-01-20T06:28:08.275Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VKJoLi 0 c072adc2-edd3-414b-bfd6-cdfc722a2227 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-20T06:28:08.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f3693b1, org.onap.sdc.toscaparser.api.parameters.Input@39917af3, org.onap.sdc.toscaparser.api.parameters.Input@2e04a490, org.onap.sdc.toscaparser.api.parameters.Input@255ddf02, org.onap.sdc.toscaparser.api.parameters.Input@7ead6b03]
2023-01-20T06:28:08.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-01-20T06:28:08.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d84d92ef-1420-445b-83e0-6d51a50c8323
2023-01-20T06:28:08.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d84d92ef-1420-445b-83e0-6d51a50c8323 matches Tosca VF Customization UUID: d84d92ef-1420-445b-83e0-6d51a50c8323
2023-01-20T06:28:08.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d84d92ef-1420-445b-83e0-6d51a50c8323 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-20T06:28:08.373Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.374Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.375Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d84d92ef-1420-445b-83e0-6d51a50c8323: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-20T06:28:08.375Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@500210ab
2023-01-20T06:28:08.376Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.376Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-20T06:28:08.378Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2cad93f-1f60-4a1e-801d-e311f993893a
2023-01-20T06:28:08.379Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2cad93f-1f60-4a1e-801d-e311f993893a
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-20T06:28:08.391Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.391Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:08.391Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:28:08.392Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.392Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:08.393Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:28:08.393Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.393Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is not matching search criteria
2023-01-20T06:28:08.394Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-20T06:28:08.394Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-20T06:28:08.394Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=064677bb-71d5-48d3-a269-26005342883e
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-20T06:28:08.409Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.409Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:08.409Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:28:08.410Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.411Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VKJoLi 0 is matching search criteria
2023-01-20T06:28:08.411Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VKJoLi 0] matching following query criteria: sdcType=VF, customizationUUID=d84d92ef-1420-445b-83e0-6d51a50c8323
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-20T06:28:08.414Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.415Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.417Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid df898007-3cf3-4594-8ac8-eb6be122c053: basic_onboard_VKJoLi
2023-01-20T06:28:08.417Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.418Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.418Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.418Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.419Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:28:08.420Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VKJoLi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:28:08.420Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_VKJoLi
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-20T06:28:08.694Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VKJoLi c072adc2-edd3-414b-bfd6-cdfc722a2227 1 ASDC deployResourceStructure
2023-01-20T06:28:08.694Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json ASDC sendASDCNotification
2023-01-20T06:28:08.695Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json
2023-01-20T06:28:08.695Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:28:08.695Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:08.696Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:08.696Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196088694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:09.697Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-20T06:28:09.697Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml
2023-01-20T06:28:09.698Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:28:09.698Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:09.698Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:09.699Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196089697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:10.700Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-20T06:28:10.701Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env
2023-01-20T06:28:10.701Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:28:10.709Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:10.709Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:10.710Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196090700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:11.711Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar ASDC sendASDCNotification
2023-01-20T06:28:11.711Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar
2023-01-20T06:28:11.711Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:28:11.712Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:28:11.712Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:28:11.712Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196091711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:12.714Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:28:12.747Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
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-20T06:28:12.749Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:28:12.749Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:28:12.749Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:28:42.750Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:28:42.770Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
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-20T06:28:42.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:28:42.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:28:42.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:28:47.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:28:47.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:28:47.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:28:47.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:12.774Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:29:12.788Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
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-20T06:29:12.790Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:29:12.790Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:29:12.790Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:29:42.791Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:29:42.819Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
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-20T06:29:42.821Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:29:42.821Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:29:42.822Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:29:47.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:29:47.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.681Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.682Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.689Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196070847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196067739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196069037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196067934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196057054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.692Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196062864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.693Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.694Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196081403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196081133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196081132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.695Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196081175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196081265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196082153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.697Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196082439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-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-20T06:29:47.708Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99
2023-01-20T06:29:47.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.722Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196082272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.723Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "policy-distribution",
"timestamp": 1674196083169,
"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-20T06:29:47.728Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99
2023-01-20T06:29:47.728Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.736Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196083333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:29:47.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.737Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196084449,
"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-20T06:29:47.742Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99
2023-01-20T06:29:47.742Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.750Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196077994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:29:47.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196085129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "multicloud-k8s",
"timestamp": 1674196085453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.751Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196085901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196086218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196087272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196088694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/basic_onboard_vkjoli0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196089697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196090700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/resourceInstances/basic_onboard_vkjoli0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196090736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196091711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196091741,
"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-20T06:29:47.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99
2023-01-20T06:29:47.761Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196094887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVkjoli/1.0/artifacts/service-BasicOnboardVkjoli-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:29:47.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:29:47.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "aai-model-loader",
"timestamp": 1674196095891,
"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-20T06:29:47.775Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of add3a973-0efc-4c4e-bd42-e1f03f5dce99
2023-01-20T06:29:47.775Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:30:12.822Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:30:12.835Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99
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-20T06:30:12.841Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-20T06:30:12.842Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:30:12.843Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:30:12.844Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-20T06:30:12.854Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-20T06:30:42.854Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 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-20T06:30:42.871Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add3a973-0efc-4c4e-bd42-e1f03f5dce99 and serviceModelVersionId: df898007-3cf3-4594-8ac8-eb6be122c053
2023-01-20T06:30:42.872Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 039e53e8-5869-44e2-a251-74b7454c2cf4
2023-01-20T06:30:47.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:30:59.661Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0
2023-01-20T06:30:59.766Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-20T06:31:00.248Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?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-20T06:31:00.253Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0|INFO|500||Invoke
2023-01-20T06:31:00.371Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-20T06:31:00.591Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0|INFO|500||InvokeReturn
2023-01-20T06:31:00.592Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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/039e53e8-5869-44e2-a251-74b7454c2cf4/model-vers/model-ver/df898007-3cf3-4594-8ac8-eb6be122c053?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:31:00 GMT], content-length=[0], vertex-id=[168168], x-aai-txid=[1-aai-resources-230120-06:31:00:362-35449], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-20T06:31:00.592Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-20T06:31:00.595Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-20T06:31:00.596Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-20T06:31:00.608Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|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-20T06:31:00.610Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add3a973-0efc-4c4e-bd42-e1f03f5dce99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-20T06:31:00.611Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-20T06:31:00.612Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:31:00.612Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:31:00.613Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196260610,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:31:00.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-20T06:31:00.635Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "add3a973-0efc-4c4e-bd42-e1f03f5dce99",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196260610,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-20T06:31:00.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-20T06:31:01.626Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:31:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:01.627Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:32:24.350Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:32:24.351Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9680dde2-9f96-47f3-bcd9-475d5d4f8f5e","serviceName":"vFW 2023-01-20 06-31-39","serviceVersion":"1.0","serviceUUID":"c3f45d47-a746-4122-9c4a-21520ad503b9","serviceDescription":"catalog service description","serviceInvariantUUID":"14add55b-90a8-4729-8246-d053e910ce05","resources":[{"resourceInstanceName":"vFW c84bbe7d-bc84 0","resourceName":"vFW c84bbe7d-bc84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a60790c-63ac-4790-84fc-999f5f801665","resourceInvariantUUID":"cd29a152-a4e5-4ea2-bb74-3e105b9e2731","resourceCustomizationUUID":"42eed70a-7313-4abc-839b-688b08d38875","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml","artifactChecksum":"Mjc4Yzk5NDJiMjRiZTliYjYwYTFkY2I4NmU1NzU3NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c012697-9344-40b3-a5b9-e5c497c54e1e","artifactVersion":"1"},{"artifactName":"vfwc84bbe7dbc840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json","artifactChecksum":"MWM3NTY2NmExOGI1ZDUyNjgwNDkzZTcwYTlkMDQzZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"adc113cd-8724-49df-9c0d-09787ed37011","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml","artifactChecksum":"YjJjODUxMWE3ZTkyMDkxYTQwNmU4ZTEwNTE4ZWY2YWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51bb8a09-344d-46b6-be1d-9cc5744904e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de5edaf8-40f9-4875-8cbf-c4a3bd1098a8","artifactVersion":"2","generatedFromUUID":"adc113cd-8724-49df-9c0d-09787ed37011"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230120063139-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml","artifactChecksum":"ODhkYmM4NDQ4M2EzZWUxMGRiMTVlZWQyMDM2ZjhiMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"397f1c97-3d07-46c4-8b02-0b2b4649ebed","artifactVersion":"1"},{"artifactName":"service-Vfw20230120063139-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar","artifactChecksum":"Y2VhMjNlYzNmMjM3ZDJiMDU1ZTYxNGFhMmVlYjljN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-20T06:32:24.354Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:24.355Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:24.355Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:24.355Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:24.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:32:24.381Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:32:24.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:32:25.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:25.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:25.356Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:25.357Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:26.359Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:26.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:26.360Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:26.361Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:27.362Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:27.363Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:27.363Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:27.363Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:28.364Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:28.364Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:28.365Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:28.365Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:29.365Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:29.366Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:29.366Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:29.367Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:30.367Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:32:30.368Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:30.368Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:30.369Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:31.371Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"serviceName": "vFW 2023-01-20 06-31-39",
"serviceVersion": "1.0",
"serviceUUID": "c3f45d47-a746-4122-9c4a-21520ad503b9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "14add55b-90a8-4729-8246-d053e910ce05",
"resources": [
{
"resourceInstanceName": "vFW c84bbe7d-bc84 0",
"resourceCustomizationUUID": "42eed70a-7313-4abc-839b-688b08d38875",
"resourceName": "vFW c84bbe7d-bc84",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a60790c-63ac-4790-84fc-999f5f801665",
"resourceInvariantUUID": "cd29a152-a4e5-4ea2-bb74-3e105b9e2731",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc84bbe7dbc840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"artifactChecksum": "MWM3NTY2NmExOGI1ZDUyNjgwNDkzZTcwYTlkMDQzZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "adc113cd-8724-49df-9c0d-09787ed37011",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "de5edaf8-40f9-4875-8cbf-c4a3bd1098a8",
"generatedFromUUID": "adc113cd-8724-49df-9c0d-09787ed37011"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "de5edaf8-40f9-4875-8cbf-c4a3bd1098a8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230120063139-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"artifactChecksum": "Y2VhMjNlYzNmMjM3ZDJiMDU1ZTYxNGFhMmVlYjljN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf"
}
],
"workloadContext": "Production"
}
2023-01-20T06:32:31.373Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-20T06:32:31.373Z|add3a973-0efc-4c4e-bd42-e1f03f5dce99|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3f45d47-a746-4122-9c4a-21520ad503b9 ASDC
2023-01-20T06:32:31.373Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
ServiceName:vFW 2023-01-20 06-31-39
ServiceVersion:1.0
ServiceUUID:c3f45d47-a746-4122-9c4a-21520ad503b9
ServiceInvariantUUID:14add55b-90a8-4729-8246-d053e910ce05
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230120063139-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar
ArtifactUUID:92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf
ArtifactChecksum:Y2VhMjNlYzNmMjM3ZDJiMDU1ZTYxNGFhMmVlYjljN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c84bbe7d-bc84 0
ResourceCustomizationUUID:42eed70a-7313-4abc-839b-688b08d38875
ResourceInvariantUUID:cd29a152-a4e5-4ea2-bb74-3e105b9e2731
ResourceName:vFW c84bbe7d-bc84
ResourceType:VF
ResourceUUID:1a60790c-63ac-4790-84fc-999f5f801665
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc84bbe7dbc840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json
ArtifactUUID:a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5
ArtifactChecksum:MWM3NTY2NmExOGI1ZDUyNjgwNDkzZTcwYTlkMDQzZjU=
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/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml
ArtifactUUID:adc113cd-8724-49df-9c0d-09787ed37011
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/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env
ArtifactUUID:de5edaf8-40f9-4875-8cbf-c4a3bd1098a8
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/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env
ArtifactUUID:de5edaf8-40f9-4875-8cbf-c4a3bd1098a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-20T06:32:31.374Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3f45d47-a746-4122-9c4a-21520ad503b9 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-20T06:32:31.428Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:32:31.429Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-20T06:32:31.429Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-20T06:32:31.430Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:31.431Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:32:31.434Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:31.550Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:32:31.555Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar 92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf 101526
2023-01-20T06:32:31.555Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar ASDC sendASDCNotification
2023-01-20T06:32:31.555Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:31.556Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196351555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:32.557Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:32:32.558Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-20T06:32:32.558Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 92ef340b-c5b4-47bd-a9b6-3669a0a7a8cf, URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar to file: /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:32.559Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230120063139-csar.csar
2023-01-20T06:32:32.559Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:32.559Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:32.868Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1274857930783799621/Definitions/service-Vfw20230120063139-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-20T06:32:35.017Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-20T06:32:35.018Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-20T06:32:35.018Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.018Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c84bbe7d-bc84 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-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.019Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-20T06:32:35.020Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:32:35.021Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:32:35.022Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-20T06:32:35.023Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-20T06:32:35.024Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-20T06:32:35.025Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:35.026Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:35.027Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:35.028Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.029Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c59579-8a85-47cb-abbb-bc4b1947b19c
2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.030Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.031Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.032Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f52f0b8-3514-4528-ba16-7c0e5bfdb9fc
2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:35.033Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:35.034Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3ce3133-b859-48e2-b8f5-6cfd7d2aed55
2023-01-20T06:32:35.035Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.036Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:35.037Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:35.037Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-20 06-31-39
Description:catalog service description
Model UUID:c3f45d47-a746-4122-9c4a-21520ad503b9
Model Version:NULL
Model InvariantUuid:14add55b-90a8-4729-8246-d053e910ce05
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c84bbe7d-bc84
Model UUID:8cfee48a-1392-452f-8676-0b55516e2c5d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd29a152-a4e5-4ea2-bb74-3e105b9e2731
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42eed70a-7313-4abc-839b-688b08d38875
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e726236c-fc25-4f95-95be-9e64e44b2697
ModelName:VfwC84bbe7dBc84..base_vfw..module-0
ModelUuid:b8922aa4-0d21-4598-b3e1-2674d5d66b5d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d6c59579-8a85-47cb-abbb-bc4b1947b19c
ModelInvariantUuid:7a3e6593-818d-4415-8ac4-10504c48ff91
ModelName:vFW c84bbe7d-bc84-nodes.vfwCvfc
ModelUuid:0d62b2da-71ef-4650-a30b-ffb21d91d586
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cbb16575-74f7-43cb-a464-e5b7d31f05e7
ModelInvariantUuid:acf19bb5-2b9d-4f04-8aa8-123cd318a6bd
ModelName:VfwC84bbe7dBc84.compute.nodes.heat.vfw
ModelUuid:cb3c25c3-a6db-49ee-8623-c889801651b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8f52f0b8-3514-4528-ba16-7c0e5bfdb9fc
ModelInvariantUuid:dd2608e9-08f8-4ab2-8ad4-2a414cf7acc0
ModelName:vFW c84bbe7d-bc84-nodes.vsnCvfc
ModelUuid:91b1125b-ae93-438d-93e0-8bbcfb43fd4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a302188a-0191-4f0f-9212-eb0628a4341d
ModelInvariantUuid:78b00b8d-c1ac-439f-9814-3def6bd89abc
ModelName:VfwC84bbe7dBc84.compute.nodes.heat.vsn
ModelUuid:e4b0395c-1a2c-43fa-baa2-edc076289faa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e3ce3133-b859-48e2-b8f5-6cfd7d2aed55
ModelInvariantUuid:e9b40c5f-e33e-4fce-8046-415987baf576
ModelName:vFW c84bbe7d-bc84-nodes.vpgCvfc
ModelUuid:46dd70cb-942f-4183-8634-510970d15d20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:641cb154-1d85-4dce-a0d2-f64098515c2b
ModelInvariantUuid:0abb2ff2-64d4-4059-8389-579f0f444b5e
ModelName:VfwC84bbe7dBc84.compute.nodes.heat.vpg
ModelUuid:50ff2a81-cfa0-4dbf-abb5-ae6f5fb8b32d
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-20T06:32:35.046Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a60790c-63ac-4790-84fc-999f5f801665
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-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||vFW c84bbe7d-bc84 0
2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a60790c-63ac-4790-84fc-999f5f801665
2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5 from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json
2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:32:35.050Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json
2023-01-20T06:32:35.111Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json a7caf520-c1b4-40e3-bcb4-bbe7fb71c5a5 785
2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json ASDC sendASDCNotification
2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json
2023-01-20T06:32:35.112Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:32:35.113Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:35.113Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:35.113Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196355112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:36.114Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC84bbe7dBc84..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e726236c-fc25-4f95-95be-9e64e44b2697",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8922aa4-0d21-4598-b3e1-2674d5d66b5d",
"vfModuleModelCustomizationUUID": "03350b97-bc89-4348-8f1b-10487853bca2",
"isBase": true,
"artifacts": [
"adc113cd-8724-49df-9c0d-09787ed37011",
"de5edaf8-40f9-4875-8cbf-c4a3bd1098a8"
],
"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-20T06:32:36.118Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC84bbe7dBc84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8922aa4-0d21-4598-b3e1-2674d5d66b5d
VfModuleModelInvariantUUID:e726236c-fc25-4f95-95be-9e64e44b2697
VfModuleModelDescription:NULL
Artifacts UUID List:{
adc113cd-8724-49df-9c0d-09787ed37011
,
de5edaf8-40f9-4875-8cbf-c4a3bd1098a8
}
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-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC84bbe7dBc84..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e726236c-fc25-4f95-95be-9e64e44b2697",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8922aa4-0d21-4598-b3e1-2674d5d66b5d",
"vfModuleModelCustomizationUUID": "03350b97-bc89-4348-8f1b-10487853bca2",
"isBase": true,
"artifacts": [
"adc113cd-8724-49df-9c0d-09787ed37011",
"de5edaf8-40f9-4875-8cbf-c4a3bd1098a8"
],
"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-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC84bbe7dBc84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8922aa4-0d21-4598-b3e1-2674d5d66b5d
VfModuleModelInvariantUUID:e726236c-fc25-4f95-95be-9e64e44b2697
VfModuleModelDescription:NULL
Artifacts UUID List:{
adc113cd-8724-49df-9c0d-09787ed37011
,
de5edaf8-40f9-4875-8cbf-c4a3bd1098a8
}
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-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adc113cd-8724-49df-9c0d-09787ed37011 from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml
2023-01-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:32:36.121Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml
2023-01-20T06:32:36.170Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:32:36.171Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml adc113cd-8724-49df-9c0d-09787ed37011 20368
2023-01-20T06:32:36.171Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml
2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:36.172Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196356171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:37.174Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 from URL: /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env
2023-01-20T06:32:37.174Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-20T06:32:37.174Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env
2023-01-20T06:32:37.224Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-20T06:32:37.224Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env de5edaf8-40f9-4875-8cbf-c4a3bd1098a8 2098
2023-01-20T06:32:37.224Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env
2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:37.225Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196357224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:38.226Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c3f45d47-a746-4122-9c4a-21520ad503b9
2023-01-20T06:32:38.227Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c84bbe7d-bc84 0 1a60790c-63ac-4790-84fc-999f5f801665 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-20T06:32:38.250Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cca1344, org.onap.sdc.toscaparser.api.parameters.Input@5a958f1e, org.onap.sdc.toscaparser.api.parameters.Input@6fb228a2, org.onap.sdc.toscaparser.api.parameters.Input@237df03b, org.onap.sdc.toscaparser.api.parameters.Input@7ff19723]
2023-01-20T06:32:38.251Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 42eed70a-7313-4abc-839b-688b08d38875
2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42eed70a-7313-4abc-839b-688b08d38875 matches Tosca VF Customization UUID: 42eed70a-7313-4abc-839b-688b08d38875
2023-01-20T06:32:38.252Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 42eed70a-7313-4abc-839b-688b08d38875 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-20T06:32:38.255Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.255Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 42eed70a-7313-4abc-839b-688b08d38875: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b531ef4
2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.256Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-20T06:32:38.257Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03350b97-bc89-4348-8f1b-10487853bca2
2023-01-20T06:32:38.257Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03350b97-bc89-4348-8f1b-10487853bca2
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-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.260Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:38.261Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:38.262Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.263Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c59579-8a85-47cb-abbb-bc4b1947b19c
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-20T06:32:38.266Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.266Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:38.266Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:38.267Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-20T06:32:38.268Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:38.269Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-20T06:32:38.269Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.269Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f52f0b8-3514-4528-ba16-7c0e5bfdb9fc
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-20T06:32:38.272Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.272Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:38.273Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is not matching search criteria
2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-20T06:32:38.276Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-20T06:32:38.277Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-20T06:32:38.278Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3ce3133-b859-48e2-b8f5-6cfd7d2aed55
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-20T06:32:38.281Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.281Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Node template vFW c84bbe7d-bc84 0 is matching search criteria
2023-01-20T06:32:38.282Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c84bbe7d-bc84 0] matching following query criteria: sdcType=VF, customizationUUID=42eed70a-7313-4abc-839b-688b08d38875
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-20T06:32:38.285Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c3f45d47-a746-4122-9c4a-21520ad503b9: vFW c84bbe7d-bc84
2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.286Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.287Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-20 06-31-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:32:38.288Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-01-20 06-31-39
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-20T06:32:38.567Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c84bbe7d-bc84 1a60790c-63ac-4790-84fc-999f5f801665 1 ASDC deployResourceStructure
2023-01-20T06:32:38.568Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json ASDC sendASDCNotification
2023-01-20T06:32:38.568Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json
2023-01-20T06:32:38.569Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:32:38.569Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:38.569Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:38.570Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196358568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:39.571Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-20T06:32:39.571Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml
2023-01-20T06:32:39.571Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:32:39.572Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:39.572Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:39.572Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196359571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:40.573Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-20T06:32:40.573Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env
2023-01-20T06:32:40.573Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:32:40.574Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:40.574Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:40.574Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196360573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:41.575Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar ASDC sendASDCNotification
2023-01-20T06:32:41.575Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar
2023-01-20T06:32:41.576Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:32:41.577Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:32:41.577Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:32:41.577Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196361575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:42.578Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:32:42.591Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
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-20T06:32:42.594Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:32:42.594Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:32:42.594Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:32:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:32:47.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:32:47.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:32:47.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:32:47.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:32:47.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:32:47.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:12.595Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:33:12.623Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
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-20T06:33:12.625Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:33:12.626Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:33:12.626Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:33:42.626Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:33:42.648Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
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-20T06:33:42.651Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:33:42.651Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:33:42.652Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:33:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:33:47.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.675Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.676Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.678Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.681Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.683Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.684Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.684Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.685Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.686Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.687Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.687Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.689Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.690Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.691Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.692Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.693Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196330581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196321627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196324178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.696Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196337934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.697Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196323455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.698Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196326468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.699Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.700Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196351661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196351667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.701Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196351664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.702Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196351950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.703Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196351555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196352682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196352999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-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-20T06:33:47.713Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
2023-01-20T06:33:47.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.725Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196352752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.726Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.727Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "policy-distribution",
"timestamp": 1674196353685,
"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-20T06:33:47.732Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
2023-01-20T06:33:47.732Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196353829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:33:47.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196354876,
"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-20T06:33:47.748Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
2023-01-20T06:33:47.748Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196347995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:33:47.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196355112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "multicloud-k8s",
"timestamp": 1674196355887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.757Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196355829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.758Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196356171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.758Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196357224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:33:47.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.759Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196358568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/vfwc84bbe7dbc840_modules.json",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196359298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196359571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196360303,
"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-20T06:33:47.766Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
2023-01-20T06:33:47.766Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:33:47.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.784Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196360573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/resourceInstances/vfwc84bbe7dbc840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.785Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196361575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.786Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196363470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230120063139/1.0/artifacts/service-Vfw20230120063139-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:33:47.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:33:47.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:33:47.786Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "aai-model-loader",
"timestamp": 1674196364473,
"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-20T06:33:47.791Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
2023-01-20T06:33:47.791Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:34:12.652Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:34:12.663Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e
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-20T06:34:12.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:34:12.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-20T06:34:12.666Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:34:12.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:34:12.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:34:12.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:34:12.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-20T06:34:12.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-20T06:34:42.682Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e 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-20T06:34:42.690Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e and serviceModelVersionId: c3f45d47-a746-4122-9c4a-21520ad503b9
2023-01-20T06:34:42.690Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14add55b-90a8-4729-8246-d053e910ce05
2023-01-20T06:34:42.691Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0
2023-01-20T06:34:42.697Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-20T06:34:42.754Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?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-20T06:34:42.756Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0|INFO|500||Invoke
2023-01-20T06:34:42.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-20T06:34:42.920Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0|INFO|500||InvokeReturn
2023-01-20T06:34:42.921Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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/14add55b-90a8-4729-8246-d053e910ce05/model-vers/model-ver/c3f45d47-a746-4122-9c4a-21520ad503b9?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:34:42 GMT], content-length=[0], vertex-id=[405688], x-aai-txid=[0-aai-resources-230120-06:34:42:778-23876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-20T06:34:42.922Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-20T06:34:42.922Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-20T06:34:42.922Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-20T06:34:42.941Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|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-20T06:34:42.942Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9680dde2-9f96-47f3-bcd9-475d5d4f8f5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-20T06:34:42.942Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-20T06:34:42.943Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:34:42.943Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:34:42.943Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196482942,
"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-20T06:34:43.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:34:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:34:47.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-20T06:34:47.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "9680dde2-9f96-47f3-bcd9-475d5d4f8f5e",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196482942,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-20T06:34:47.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:35:43.959Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:35:47.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:36:43.959Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:36:47.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:37:43.961Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:37:47.665Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:38:43.963Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:38:47.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:39:43.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:39:47.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:40:43.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:40:47.667Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:41:43.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:41:47.668Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:42:43.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-20T06:42:43.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"da567edf-12f9-43bb-bc3a-3c91355fa9ad","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d7a03404-e74d-4762-9ba6-f57fc676eaab","serviceDescription":"service","serviceInvariantUUID":"6f51fc4a-7610-4a78-a136-549b7b3d6357","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"27cad092-f3dc-48da-800c-6c2bd5a8b0fb","resourceInvariantUUID":"ef3727a1-aa8b-4942-92be-ce0b1015e173","resourceCustomizationUUID":"e19d23f0-57e9-48e5-8e6a-07613ddbcb01","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":"ZWM2ODE2OGFmM2ExYTQxNmZmZDhiYmFlYTJhNDgyNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0a9b608-fab8-4668-8a2e-e748656ce73b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjY3NTViNmM2Mzk4MWRjMzk5YzBlMDFlYmUxZmEyMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5cd744e-1a45-4525-acf0-1618f533cfc2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-20T06:42:43.238Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:42:43.239Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:42:43.239Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:42:43.239Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196903967,
"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-20T06:42:43.273Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:42:43.274Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "policy-distribution",
"timestamp": 1674196954722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:42:43.274Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:42:43.275Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:42:43.275Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196903967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:42:43.275Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:42:44.247Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:42:44.248Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:42:44.248Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:42:44.248Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196903967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:42:45.250Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d7a03404-e74d-4762-9ba6-f57fc676eaab",
"serviceDescription": "service",
"serviceInvariantUUID": "6f51fc4a-7610-4a78-a136-549b7b3d6357",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e19d23f0-57e9-48e5-8e6a-07613ddbcb01",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "27cad092-f3dc-48da-800c-6c2bd5a8b0fb",
"resourceInvariantUUID": "ef3727a1-aa8b-4942-92be-ce0b1015e173",
"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": "MjY3NTViNmM2Mzk4MWRjMzk5YzBlMDFlYmUxZmEyMjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c5cd744e-1a45-4525-acf0-1618f533cfc2"
}
],
"workloadContext": "Production"
}
2023-01-20T06:42:45.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-20T06:42:45.251Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d7a03404-e74d-4762-9ba6-f57fc676eaab ASDC
2023-01-20T06:42:45.252Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:da567edf-12f9-43bb-bc3a-3c91355fa9ad
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d7a03404-e74d-4762-9ba6-f57fc676eaab
ServiceInvariantUUID:6f51fc4a-7610-4a78-a136-549b7b3d6357
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:c5cd744e-1a45-4525-acf0-1618f533cfc2
ArtifactChecksum:MjY3NTViNmM2Mzk4MWRjMzk5YzBlMDFlYmUxZmEyMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e19d23f0-57e9-48e5-8e6a-07613ddbcb01
ResourceInvariantUUID:ef3727a1-aa8b-4942-92be-ce0b1015e173
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:27cad092-f3dc-48da-800c-6c2bd5a8b0fb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-20T06:42:45.252Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7a03404-e74d-4762-9ba6-f57fc676eaab 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-20T06:42:45.309Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:42:45.310Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-20T06:42:45.310Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-20T06:42:45.311Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5cd744e-1a45-4525-acf0-1618f533cfc2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-20T06:42:45.311Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-20T06:42:45.311Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-20T06:42:45.395Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-20T06:42:45.402Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c5cd744e-1a45-4525-acf0-1618f533cfc2 57792
2023-01-20T06:42:45.403Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-20T06:42:45.403Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-20T06:42:45.403Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:42:45.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:42:45.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:42:45.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196965403,
"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-20T06:42:46.405Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:42:46.406Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-20T06:42:46.406Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5cd744e-1a45-4525-acf0-1618f533cfc2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:46.410Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-20T06:42:46.410Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:46.411Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:46.619Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5937598736751387145/Definitions/service-BasicNetwork-template.yml
2023-01-20T06:42:47.144Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-20T06:42:47.144Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.145Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.146Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.147Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.148Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.149Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.150Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.150Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d7a03404-e74d-4762-9ba6-f57fc676eaab
Model Version:NULL
Model InvariantUuid:6f51fc4a-7610-4a78-a136-549b7b3d6357
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ef3727a1-aa8b-4942-92be-ce0b1015e173
Model UUID:d6fec438-a73b-452f-8e48-c59f2124b307
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e19d23f0-57e9-48e5-8e6a-07613ddbcb01
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-20T06:42:47.160Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 27cad092-f3dc-48da-800c-6c2bd5a8b0fb
2023-01-20T06:42:47.160Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||No resources found for Service: d7a03404-e74d-4762-9ba6-f57fc676eaab
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-20T06:42:47.168Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||
2023-01-20T06:42:47.168Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d7a03404-e74d-4762-9ba6-f57fc676eaab
2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d7a03404-e74d-4762-9ba6-f57fc676eaab
2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-20T06:42:47.169Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-20T06:42:47.178Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32dfb506, org.onap.sdc.toscaparser.api.parameters.Input@4c8122b0, org.onap.sdc.toscaparser.api.parameters.Input@71a760c8, org.onap.sdc.toscaparser.api.parameters.Input@a5e4ec5, org.onap.sdc.toscaparser.api.parameters.Input@45e6bd0d]
2023-01-20T06:42:47.179Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d7a03404-e74d-4762-9ba6-f57fc676eaab: Generic NeutronNet
2023-01-20T06:42:47.180Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.181Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.181Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.181Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-20T06:42:47.216Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:42:47.217Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-20T06:42:47.267Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-20T06:42:47.268Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:42:47.268Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:42:47.268Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196967267,
"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-20T06:42:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196954047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:42:47.664Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196951416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "multicloud-k8s",
"timestamp": 1674196956956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:42:47.665Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:42:48.270Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:42:48.281Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
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-20T06:42:48.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:42:48.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:42:48.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:43:18.283Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:43:18.305Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
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-20T06:43:18.317Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:43:18.318Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:43:18.318Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:43:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:43:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.667Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "policy-distribution",
"timestamp": 1674196954722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196903967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196951416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:43:47.669Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "multicloud-k8s",
"timestamp": 1674196956956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196954047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:43:47.670Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "policy-distribution",
"timestamp": 1674196965575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:43:47.671Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196965403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:43:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196965856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.673Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "policy-distribution",
"timestamp": 1674196966578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:43:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196966870,
"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-20T06:43:47.684Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad
2023-01-20T06:43:47.684Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674196967267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:43:47.698Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:43:47.699Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "policy-distribution",
"timestamp": 1674196967579,
"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-20T06:43:47.703Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad
2023-01-20T06:43:47.703Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:43:48.321Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:43:48.351Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
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-20T06:43:48.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:43:48.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:43:48.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:44:18.354Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:44:18.379Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
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-20T06:44:18.381Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:44:18.382Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-20T06:44:18.382Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-20T06:44:47.662Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:44:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.672Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "aai-model-loader",
"timestamp": 1674196967934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "aai-model-loader",
"timestamp": 1674196967934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.674Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "aai-model-loader",
"timestamp": 1674196970056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.675Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "aai-model-loader",
"timestamp": 1674196974610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:44:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.676Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "aai-model-loader",
"timestamp": 1674196975613,
"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-20T06:44:47.694Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad
2023-01-20T06:44:47.695Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196977994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.717Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196977994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196980760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196982529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:44:47.718Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.719Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.719Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674196983532,
"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-20T06:44:47.725Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da567edf-12f9-43bb-bc3a-3c91355fa9ad
2023-01-20T06:44:47.725Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:44:47.737Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.738Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.739Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.740Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.741Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.742Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.743Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.744Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.745Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.746Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.747Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.748Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.749Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196968581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.750Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196970573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "multicloud-k8s",
"timestamp": 1674196965434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.751Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196967875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196993539,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.752Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196993318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196993170,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.753Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.754Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.754Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196994554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-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-20T06:44:47.771Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b
2023-01-20T06:44:47.771Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.785Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196994321,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196994379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.786Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "policy-distribution",
"timestamp": 1674196995323,
"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-20T06:44:47.790Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b
2023-01-20T06:44:47.791Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.801Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.802Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "ves-openapi-manager",
"timestamp": 1674196995383,
"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-20T06:44:47.806Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b
2023-01-20T06:44:47.806Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.822Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.823Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674196997934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674197006084,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.824Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674197011536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.825Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.826Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.826Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.826Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "aai-model-loader",
"timestamp": 1674197012539,
"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-20T06:44:47.830Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b
2023-01-20T06:44:47.830Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.839Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.839Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.840Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197007994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197016753,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197018769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-20T06:44:47.841Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.842Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.843Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674197019773,
"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-20T06:44:47.847Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b
2023-01-20T06:44:47.847Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9383a42c-8b19-4f73-8cb8-83c68cbf0b9b 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-20T06:44:47.855Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.856Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.857Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.858Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.859Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.860Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.861Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.862Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.863Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.864Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "policy-distribution",
"timestamp": 1674196996324,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1674197016386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "multicloud-k8s",
"timestamp": 1674196993198,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:47.865Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-20T06:44:47.866Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "28d87f28-da15-4f16-9885-123e713334a6",
"consumerID": "cds-sdc-listener",
"timestamp": 1674196995556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-20T06:44:47.866Z|9680dde2-9f96-47f3-bcd9-475d5d4f8f5e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-20T06:44:48.382Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:44:48.395Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad
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-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:44:48.398Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:44:48.399Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-20T06:44:48.399Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-20T06:44:48.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-20T06:45:18.404Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad 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-20T06:45:18.411Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da567edf-12f9-43bb-bc3a-3c91355fa9ad and serviceModelVersionId: d7a03404-e74d-4762-9ba6-f57fc676eaab
2023-01-20T06:45:18.411Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f51fc4a-7610-4a78-a136-549b7b3d6357
2023-01-20T06:45:18.413Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0
2023-01-20T06:45:18.420Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-20T06:45:18.497Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?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-20T06:45:18.499Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0|INFO|500||Invoke
2023-01-20T06:45:18.529Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-20T06:45:18.643Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0|INFO|500||InvokeReturn
2023-01-20T06:45:18.644Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f51fc4a-7610-4a78-a136-549b7b3d6357/model-vers/model-ver/d7a03404-e74d-4762-9ba6-f57fc676eaab?depth=0 has http status code:200 and response headers:{date=[Fri, 20 Jan 2023 06:45:18 GMT], content-length=[0], vertex-id=[422072], x-aai-txid=[2-aai-resources-230120-06:45:18:521-98329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-20T06:45:18.644Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-20T06:45:18.645Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-20T06:45:18.645Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-20T06:45:18.650Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-20T06:45:18.650Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da567edf-12f9-43bb-bc3a-3c91355fa9ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-20T06:45:18.651Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-20T06:45:18.651Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:18.651Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:18.652Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "da567edf-12f9-43bb-bc3a-3c91355fa9ad",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197118651,
"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-20T06:45:19.680Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-20T06:45:19.693Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-20T06:45:19.694Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"9383a42c-8b19-4f73-8cb8-83c68cbf0b9b","serviceName":"Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb","serviceVersion":"1.0","serviceUUID":"2284e1e2-c24b-4f5c-ab24-1ac5a7180320","serviceDescription":"catalog service description","serviceInvariantUUID":"c20800dd-5c0b-44f5-8451-1d82a006f6de","resources":[{"resourceInstanceName":"pNF db7e1229-da28 0","resourceName":"pNF db7e1229-da28","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98f9f232-26d5-43d0-8a06-3f37024b562d","resourceInvariantUUID":"fa1fe655-9bb6-4cc2-acfb-3888cc8527dd","resourceCustomizationUUID":"162a133d-7e9e-423f-af60-0b55b848aa0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml","artifactChecksum":"MmRmNTAxYzYxMmJhYzFkZDc4NmYxNjlmNDg4NzY5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f1caa92-5106-4324-a020-8e48415f8a7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar","artifactChecksum":"MmYzMzZhY2U5N2Q4ZjY0YjZiNzlkNGYzZDNlYTYyNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f672131d-beb4-4a31-a0da-8975e5ea04f2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b62ec427-2f9e-429c-9df7-86cd55ab428d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml","artifactChecksum":"MWI0MjRmODAyMDQyODIxYTNjYTE3ZWRmZmE2YTc1Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed291905-5760-4304-a4fd-b025f5a2570e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61bf84c3-6c94-4094-831d-b780238379af","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3bf35e7-9aab-4736-a3c8-11f2543ef638","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml","artifactChecksum":"OGExZDJjMzJlNTRjZGY0M2RlOTBlYTZhZjYwZDhlNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82fa6b10-e6d4-42fc-9e54-26c222090c23","artifactVersion":"1"},{"artifactName":"service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar","artifactChecksum":"MDAyM2E4OGUxZDFkYmZjOWI3YThkMDJlZmM5MjFlNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f2a53e9-631f-4439-be75-b19eb53e4782","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-20T06:45:19.699Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:19.699Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:19.699Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:19.700Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:20.700Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:20.701Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:20.701Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:20.701Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:21.705Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:21.708Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:21.708Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:21.709Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:22.710Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:22.711Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:22.711Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:22.711Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:23.712Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:23.713Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:23.713Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:23.713Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:24.714Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:24.724Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:24.725Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:24.725Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/resourceInstances/pnfdb7e1229da280/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:25.726Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:25.726Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:25.726Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:25.727Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:26.727Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-20T06:45:26.728Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:26.728Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:26.728Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197119680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:27.732Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"serviceName": "Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb",
"serviceVersion": "1.0",
"serviceUUID": "2284e1e2-c24b-4f5c-ab24-1ac5a7180320",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c20800dd-5c0b-44f5-8451-1d82a006f6de",
"resources": [
{
"resourceInstanceName": "pNF db7e1229-da28 0",
"resourceCustomizationUUID": "162a133d-7e9e-423f-af60-0b55b848aa0a",
"resourceName": "pNF db7e1229-da28",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "98f9f232-26d5-43d0-8a06-3f37024b562d",
"resourceInvariantUUID": "fa1fe655-9bb6-4cc2-acfb-3888cc8527dd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"artifactChecksum": "MDAyM2E4OGUxZDFkYmZjOWI3YThkMDJlZmM5MjFlNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f2a53e9-631f-4439-be75-b19eb53e4782"
}
],
"workloadContext": "Production"
}
2023-01-20T06:45:27.732Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-20T06:45:27.732Z|da567edf-12f9-43bb-bc3a-3c91355fa9ad|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 ASDC
2023-01-20T06:45:27.733Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9383a42c-8b19-4f73-8cb8-83c68cbf0b9b
ServiceName:Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb
ServiceVersion:1.0
ServiceUUID:2284e1e2-c24b-4f5c-ab24-1ac5a7180320
ServiceInvariantUUID:c20800dd-5c0b-44f5-8451-1d82a006f6de
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
ArtifactUUID:6f2a53e9-631f-4439-be75-b19eb53e4782
ArtifactChecksum:MDAyM2E4OGUxZDFkYmZjOWI3YThkMDJlZmM5MjFlNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db7e1229-da28 0
ResourceCustomizationUUID:162a133d-7e9e-423f-af60-0b55b848aa0a
ResourceInvariantUUID:fa1fe655-9bb6-4cc2-acfb-3888cc8527dd
ResourceName:pNF db7e1229-da28
ResourceType:PNF
ResourceUUID:98f9f232-26d5-43d0-8a06-3f37024b562d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-20T06:45:27.733Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2284e1e2-c24b-4f5c-ab24-1ac5a7180320 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-20T06:45:27.771Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f2a53e9-631f-4439-be75-b19eb53e4782 from URL: /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-20T06:45:27.772Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:27.847Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar 6f2a53e9-631f-4439-be75-b19eb53e4782 87997
2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar ASDC sendASDCNotification
2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:27.852Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-20T06:45:27.853Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-20T06:45:27.853Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-20T06:45:27.854Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "9383a42c-8b19-4f73-8cb8-83c68cbf0b9b",
"consumerID": "SO-sdc-controller",
"timestamp": 1674197127852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-20T06:45:28.854Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-20T06:45:28.855Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-20T06:45:28.856Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6f2a53e9-631f-4439-be75-b19eb53e4782, URL: /sdc/v1/catalog/services/DemoPnfD9rpb3ptm18sgebeq0xb/1.0/artifacts/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar to file: /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:28.856Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:28.857Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:28.857Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:29.126Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1711096324079747136/Definitions/service-DemoPnfD9rpb3ptm18sgebeq0xb-template.yml
2023-01-20T06:45:30.023Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.024Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db7e1229-da28 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-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD9rpb3ptm18sgebeq0xb-csar.csar
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-20T06:45:30.025Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Node template pNF db7e1229-da28 0 is matching search criteria
2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-20T06:45:30.026Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF db7e1229-da28 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Node template pNF db7e1229-da28 0 is matching search criteria
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF db7e1229-da28 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.027Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.028Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.029Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.029Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb
Description:catalog service description
Model UUID:2284e1e2-c24b-4f5c-ab24-1ac5a7180320
Model Version:NULL
Model InvariantUuid:c20800dd-5c0b-44f5-8451-1d82a006f6de
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-20T06:45:30.041Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98f9f232-26d5-43d0-8a06-3f37024b562d
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-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||pNF db7e1229-da28 0
2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98f9f232-26d5-43d0-8a06-3f37024b562d
2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2284e1e2-c24b-4f5c-ab24-1ac5a7180320
2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2284e1e2-c24b-4f5c-ab24-1ac5a7180320
2023-01-20T06:45:30.045Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF db7e1229-da28 0 98f9f232-26d5-43d0-8a06-3f37024b562d 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-20T06:45:30.061Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b82b87d, org.onap.sdc.toscaparser.api.parameters.Input@797b8f16, org.onap.sdc.toscaparser.api.parameters.Input@693e808b, org.onap.sdc.toscaparser.api.parameters.Input@414bc71b, org.onap.sdc.toscaparser.api.parameters.Input@7fb4ce1f]
2023-01-20T06:45:30.061Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_D9rpb3Ptm18SgEBeQ0Xb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2284e1e2-c24b-4f5c-ab24-1ac5a7180320: pNF db7e1229-da28
2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 98f9f232-26d5-43d0-8a06-3f37024b562d
2023-01-20T06:45:30.062Z|9383a42c-8b19-4f73-8cb8-83c68cbf0b9b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery