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-25T05:26:29.690Z||main|||||INFO|500||The following profiles are active: basic
2023-01-25T05:26:51.397Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-25T05:26:51.402Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-25T05:26:51.658Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-25T05:26:57.890Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-25T05:26:58.415Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-25T05:26:59.202Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-25T05:26:59.576Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-25T05:27:00.449Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-25T05:27:03.344Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-25T05:27:04.264Z||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-25T05:27:10.938Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-25T05:27:11.315Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-25T05:27:11.338Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-25T05:27:11.387Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-25T05:27:13.390Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-25T05:27:14.031Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-25T05:27:15.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-25T05:27:15.938Z||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$$1cee29c1.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-25T05:27:15.938Z||main|||||WARN|500||The sdc end point is not alive
2023-01-25T05:27:19.853Z||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-25T05:27:24.509Z||main|||||WARN|500||---
2023-01-25T05:27:24.509Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-25T05:27:24.509Z||main|||||WARN|500||---
2023-01-25T05:27:24.950Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-25T05:27:32.599Z||main|||||INFO|500||Started Application in 69.308 seconds (JVM running for 74.851)
2023-01-25T05:27:32.662Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-25T05:27:32.666Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-25T05:27:32.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-25T05:27:32.802Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7e3a4096-05ac-4f0a-a1bb-a4c94c458ee9 url= /sdc/v1/artifactTypes
2023-01-25T05:27:32.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-25T05:27:33.192Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-25T05:27:33.259Z||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-25T05:27:33.260Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-25T05:27:33.260Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5539d513-2dd5-4f20-b71c-2bdeed2c45ec url= /sdc/v1/distributionKafkaData
2023-01-25T05:27:33.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-25T05:27:33.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-25T05:27:33.286Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@60cc56ce
2023-01-25T05:27:33.437Z||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-3f5d594d-2567-4505-8ab1-fb64d309b686
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-25T05:27:33.525Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Instantiated an idempotent producer.
2023-01-25T05:27:33.642Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-25T05:27:33.727Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-25T05:27:33.728Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-25T05:27:33.728Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453723
2023-01-25T05:27:33.764Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-25T05:27:33.807Z||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-8a9f6b6a-10bc-41fc-a219-e095ce7e6730
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-25T05:27:33.923Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-25T05:27:33.924Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-25T05:27:33.926Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453923
2023-01-25T05:27:33.929Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:27:33.934Z||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-0f3f20e7-cf18-47b0-8981-2ac225b07d24
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-25T05:27:33.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:27:33.947Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-25T05:27:33.952Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-25T05:27:33.960Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674624453947
2023-01-25T05:27:33.963Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:27:33.974Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:27:33.977Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-25T05:27:35.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:35.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:35.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:35.148Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ
2023-01-25T05:27:35.149Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw
2023-01-25T05:27:35.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw
2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw
2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw
2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw
2023-01-25T05:27:35.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 3fHVv83uRcyLnr9G9AGxvw
2023-01-25T05:27:35.151Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:35.158Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:35.159Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:35.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ
2023-01-25T05:27:35.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Cluster ID: 3PfizdKCQxOVDatPWpl6AQ
2023-01-25T05:27:35.158Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] ProducerId set to 2003 with epoch 0
2023-01-25T05:27:35.165Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-25T05:27:35.164Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-25T05:27:35.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] (Re-)joining group
2023-01-25T05:27:35.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] (Re-)joining group
2023-01-25T05:27:35.306Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87
2023-01-25T05:27:35.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-25T05:27:35.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd
2023-01-25T05:27:35.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] (Re-)joining group
2023-01-25T05:27:35.308Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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-25T05:27:35.309Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] (Re-)joining group
2023-01-25T05:27:41.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87', protocol='range'}
2023-01-25T05:27:41.320Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd', protocol='range'}
2023-01-25T05:27:41.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:41.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:41.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:41.483Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:41.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:41.484Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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 IvgatRRhT9qpKr6nDij_lg
2023-01-25T05:27:41.504Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd=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-25T05:27:41.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24-9a068a58-02a2-45a2-93a4-ca58bd4ee7bd', protocol='range'}
2023-01-25T05:27:41.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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-25T05:27:41.543Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730-08fe35d8-3463-494c-9923-286e0335ae87', protocol='range'}
2023-01-25T05:27:41.544Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-25T05:27:41.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, 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-25T05:27:41.545Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, 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-25T05:27:41.572Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-25T05:27:41.573Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-25T05:27:41.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-25T05:27:41.575Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-25T05:27:41.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-25T05:27:41.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-25T05:27:41.587Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-25T05:27:41.589Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-25T05:27:41.595Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-25T05:27:41.596Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-25T05:27:41.655Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-25T05:27:41.663Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-25T05:27:41.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-25T05:27:41.715Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-25T05:27:41.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-25T05:27:41.718Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-25T05:27:41.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-25T05:27:41.719Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-25T05:27:41.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-25T05:27:41.759Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-25T05:27:41.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-25T05:27:41.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-25T05:28:33.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:28:33.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:29:33.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:29:33.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:30:33.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:30:33.978Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:31:33.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:31:33.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:32:33.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:32:33.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:33:33.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:33:33.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:34:33.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:34:33.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:35:33.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:35:33.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:36:33.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:36:33.991Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:36:35.240Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8a9f6b6a-10bc-41fc-a219-e095ce7e6730, groupId=so] Node -1 disconnected.
2023-01-25T05:36:35.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Node -1 disconnected.
2023-01-25T05:36:35.458Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0f3f20e7-cf18-47b0-8981-2ac225b07d24, groupId=so] Node -1 disconnected.
2023-01-25T05:37:15.009Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-25T05:37:33.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:37:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:38:33.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:38:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:39:33.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:39:33.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:40:33.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:40:33.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:41:33.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:41:33.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:42:33.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:42:33.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:43:33.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:43:33.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:44:33.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:44:34.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:45:33.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:45:34.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:46:33.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:46:34.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:47:34.000Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:47:34.003Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:48:34.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:48:34.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:49:34.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:49:34.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:50:34.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:50:34.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:51:34.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:51:34.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:52:34.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:52:34.010Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:53:34.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:53:34.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:54:34.013Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:54:34.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:55:34.014Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:55:34.014Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:56:34.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:56:34.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:57:34.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:57:34.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:58:34.019Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:58:34.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T05:59:34.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T05:59:34.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:00:34.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:00:34.023Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:01:34.024Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:01:34.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:02:34.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:02:34.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:03:34.028Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:03:34.028Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:04:34.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:04:34.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:05:34.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:05:34.031Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:06:34.032Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:06:34.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:07:34.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:07:34.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:08:34.033Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:08:34.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:09:34.035Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:09:34.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:10:34.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:10:34.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:11:34.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:11:34.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:12:34.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:12:34.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:13:34.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:13:34.047Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:14:34.043Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:14:34.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:15:34.045Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:15:34.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:16:34.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:16:34.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:17:34.049Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:17:34.049Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:18:34.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:18:34.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:19:34.053Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:19:34.054Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:20:34.055Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:20:34.056Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:21:34.056Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:21:34.057Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:22:34.058Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:22:34.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:23:34.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:23:34.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:24:34.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:24:34.064Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:25:34.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:25:34.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:26:34.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:26:34.066Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:27:34.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:27:34.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:28:34.069Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:28:34.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:29:34.071Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:29:34.071Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:30:34.073Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:30:34.083Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:31:34.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:31:34.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:32:34.078Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:32:34.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:33:34.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:33:34.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:34:34.081Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:34:34.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:35:34.083Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:35:34.095Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:36:34.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:36:34.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:37:34.085Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:37:34.097Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:38:34.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:38:34.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:39:34.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:39:34.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:40:34.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:40:34.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:41:34.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:41:34.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:42:34.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:42:34.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:43:34.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:43:34.118Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:44:34.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:44:34.119Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:45:34.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:45:34.121Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:46:34.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:46:34.122Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:47:34.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:47:34.122Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:48:34.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:48:34.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:49:34.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:49:34.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:50:34.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:50:34.126Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:51:34.110Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:51:34.127Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:52:34.111Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:52:34.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:53:34.112Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:53:34.129Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:54:34.115Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:54:34.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:55:34.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:55:34.131Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:56:34.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:56:34.132Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:57:34.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:57:34.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:58:34.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:58:34.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T06:59:34.125Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T06:59:34.135Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:00:34.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:00:34.135Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:01:34.128Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:01:34.136Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:02:34.130Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:02:34.137Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:03:34.132Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:03:34.138Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:04:34.133Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:04:34.138Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:05:34.135Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:05:34.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:06:34.136Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:06:34.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:07:34.138Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:07:34.139Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:08:34.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:08:34.140Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:09:34.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:09:34.141Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:10:34.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:10:34.143Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:11:34.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:11:34.147Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:12:34.143Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:12:34.149Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:13:34.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:13:34.149Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:14:34.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:14:34.149Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:15:34.149Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:15:34.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:16:34.149Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:16:34.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:17:34.151Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:17:34.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:18:34.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:18:34.155Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:19:34.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:19:34.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:20:34.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:20:34.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:21:34.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:34.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:21:49.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-25T07:21:49.711Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ed59d39a-2627-4441-a9ef-33f99d8bb8b3","serviceName":"vFW 2023-01-25 07-20-51","serviceVersion":"1.0","serviceUUID":"6191fcda-2829-49d0-8b81-b7e19ba4dad2","serviceDescription":"catalog service description","serviceInvariantUUID":"42d3f869-60f8-44b0-9073-8881d2fffb8e","resources":[{"resourceInstanceName":"vFW 96431bb6-b5ee 0","resourceName":"vFW 96431bb6-b5ee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ed0052a-b7f6-4081-a0a4-48479e243174","resourceInvariantUUID":"6e4524db-7b1a-4d5a-b277-de57b5d95004","resourceCustomizationUUID":"4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml","artifactChecksum":"ODA2ZDcxYjU2NTI5NmJmZjc1MDFlN2JiZjZmMDUwNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8695c9a6-9028-4524-b96a-023ef621040a","artifactVersion":"1"},{"artifactName":"vfw96431bb6b5ee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json","artifactChecksum":"NjA2ZjM4MTYyOTllYzU0NTAzOTI2MjE1OGRhNDc2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a05da28-153e-4ed3-ae99-cb6db2ca35f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbf9a8de-5e57-4d60-b814-8d4a2718cfd6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml","artifactChecksum":"NGE4ZmUwZTk3MmFiZjU1NDNkOTVmMGI2NmNlOGVhNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ddc3abd9-d6e5-4d0a-bf63-ee8769c5a9e2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5a88564-af55-446f-9c35-23c5914b91f5","artifactVersion":"2","generatedFromUUID":"fbf9a8de-5e57-4d60-b814-8d4a2718cfd6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230125072051-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml","artifactChecksum":"MzgwYjhmMjg0ZmUyNmE5MmZjYWMyM2FhMWZiODU4Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55720414-561d-4fae-8920-16d6eccbb67a","artifactVersion":"1"},{"artifactName":"service-Vfw20230125072051-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar","artifactChecksum":"NTE4OTJmMzQ3OTZiMDdlMjY3YzY1ZWYzYzY0NDMwYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"049cbc8e-b832-4aa2-b01e-70238a07046f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-25T07:21:49.730Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:49.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:49.743Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:49.743Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:49.752Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T07:21:49.753Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T07:21:49.754Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T07:21:49.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:21:49.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:21:49.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:21:50.785Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:50.786Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:50.786Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:50.786Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:51.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:51.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:51.789Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:51.789Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:52.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:52.793Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:52.793Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:52.794Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:53.797Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:53.798Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:53.799Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:53.799Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:54.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:54.801Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:54.801Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:54.802Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:55.803Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:21:55.803Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:55.804Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:55.804Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:56.807Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"serviceName": "vFW 2023-01-25 07-20-51",
"serviceVersion": "1.0",
"serviceUUID": "6191fcda-2829-49d0-8b81-b7e19ba4dad2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "42d3f869-60f8-44b0-9073-8881d2fffb8e",
"resources": [
{
"resourceInstanceName": "vFW 96431bb6-b5ee 0",
"resourceCustomizationUUID": "4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05",
"resourceName": "vFW 96431bb6-b5ee",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8ed0052a-b7f6-4081-a0a4-48479e243174",
"resourceInvariantUUID": "6e4524db-7b1a-4d5a-b277-de57b5d95004",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw96431bb6b5ee0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"artifactChecksum": "NjA2ZjM4MTYyOTllYzU0NTAzOTI2MjE1OGRhNDc2MTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a05da28-153e-4ed3-ae99-cb6db2ca35f3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fbf9a8de-5e57-4d60-b814-8d4a2718cfd6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5a88564-af55-446f-9c35-23c5914b91f5",
"generatedFromUUID": "fbf9a8de-5e57-4d60-b814-8d4a2718cfd6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5a88564-af55-446f-9c35-23c5914b91f5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230125072051-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"artifactChecksum": "NTE4OTJmMzQ3OTZiMDdlMjY3YzY1ZWYzYzY0NDMwYmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "049cbc8e-b832-4aa2-b01e-70238a07046f"
}
],
"workloadContext": "Production"
}
2023-01-25T07:21:56.808Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-25T07:21:56.809Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6191fcda-2829-49d0-8b81-b7e19ba4dad2 ASDC
2023-01-25T07:21:57.006Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ed59d39a-2627-4441-a9ef-33f99d8bb8b3
ServiceName:vFW 2023-01-25 07-20-51
ServiceVersion:1.0
ServiceUUID:6191fcda-2829-49d0-8b81-b7e19ba4dad2
ServiceInvariantUUID:42d3f869-60f8-44b0-9073-8881d2fffb8e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230125072051-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar
ArtifactUUID:049cbc8e-b832-4aa2-b01e-70238a07046f
ArtifactChecksum:NTE4OTJmMzQ3OTZiMDdlMjY3YzY1ZWYzYzY0NDMwYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 96431bb6-b5ee 0
ResourceCustomizationUUID:4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05
ResourceInvariantUUID:6e4524db-7b1a-4d5a-b277-de57b5d95004
ResourceName:vFW 96431bb6-b5ee
ResourceType:VF
ResourceUUID:8ed0052a-b7f6-4081-a0a4-48479e243174
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw96431bb6b5ee0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json
ArtifactUUID:3a05da28-153e-4ed3-ae99-cb6db2ca35f3
ArtifactChecksum:NjA2ZjM4MTYyOTllYzU0NTAzOTI2MjE1OGRhNDc2MTY=
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/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml
ArtifactUUID:fbf9a8de-5e57-4d60-b814-8d4a2718cfd6
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/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env
ArtifactUUID:d5a88564-af55-446f-9c35-23c5914b91f5
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/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env
ArtifactUUID:d5a88564-af55-446f-9c35-23c5914b91f5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-25T07:21:57.006Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6191fcda-2829-49d0-8b81-b7e19ba4dad2 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-25T07:21:57.305Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T07:21:57.306Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-25T07:21:57.308Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-25T07:21:57.308Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 049cbc8e-b832-4aa2-b01e-70238a07046f from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar
2023-01-25T07:21:57.308Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:21:57.310Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar
2023-01-25T07:21:57.418Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:21:57.442Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar 049cbc8e-b832-4aa2-b01e-70238a07046f 101523
2023-01-25T07:21:57.443Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar ASDC sendASDCNotification
2023-01-25T07:21:57.444Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar
2023-01-25T07:21:57.444Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:21:57.446Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:21:57.446Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:21:57.446Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631317443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:21:58.448Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T07:21:58.449Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-25T07:21:58.450Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 049cbc8e-b832-4aa2-b01e-70238a07046f, URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar to file: /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:21:58.451Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230125072051-csar.csar
2023-01-25T07:21:58.571Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:21:58.572Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:21:59.430Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14156557959169297014/Definitions/service-Vfw20230125072051-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-25T07:22:03.092Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-25T07:22:03.098Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-25T07:22:03.099Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.099Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-25T07:22:03.099Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.100Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.100Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.100Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.101Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.101Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.101Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 96431bb6-b5ee 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-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.102Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:03.103Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-25T07:22:03.134Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.137Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.142Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:03.143Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-25T07:22:03.145Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T07:22:03.147Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.147Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.148Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:03.148Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-25T07:22:03.149Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T07:22:03.149Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.150Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.154Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.154Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:03.155Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:03.155Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-25T07:22:03.156Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.156Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.156Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.157Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-25T07:22:03.157Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:03.158Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-25T07:22:03.158Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-25T07:22:03.159Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.159Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.159Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-25T07:22:03.160Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.160Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-25T07:22:03.161Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.161Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-25T07:22:03.161Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.162Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-25T07:22:03.164Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.164Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:03.165Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:03.165Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.166Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:03.166Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:03.167Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.167Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:03.167Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:03.168Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.168Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:03.169Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:03.169Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-25T07:22:03.169Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:03.170Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-25T07:22:03.170Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-25T07:22:03.171Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.171Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.171Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-25T07:22:03.172Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.172Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-25T07:22:03.173Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.173Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc4a6296-250a-4e3a-9987-58b6bdb3af1b
2023-01-25T07:22:03.174Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.174Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:03.174Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:03.175Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-25T07:22:03.175Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.175Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.176Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.176Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-25T07:22:03.177Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:03.177Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-25T07:22:03.177Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-25T07:22:03.178Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.178Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-25T07:22:03.179Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.179Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f29e491-3797-485b-9ab1-64c7345e9bfc
2023-01-25T07:22:03.180Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.180Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:03.181Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:03.181Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-25T07:22:03.181Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.182Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.182Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.183Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-25T07:22:03.183Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:03.183Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-25T07:22:03.184Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-25T07:22:03.184Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:03.185Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:03.185Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-25T07:22:03.186Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77094566-f884-4d9a-8ac3-00f25528303f
2023-01-25T07:22:03.186Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.187Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.187Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.187Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.188Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.188Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.189Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:03.189Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:03.189Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-25 07-20-51
Description:catalog service description
Model UUID:6191fcda-2829-49d0-8b81-b7e19ba4dad2
Model Version:NULL
Model InvariantUuid:42d3f869-60f8-44b0-9073-8881d2fffb8e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 96431bb6-b5ee
Model UUID:501bead4-bffc-48b1-bffb-7c2a9ce84de5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6e4524db-7b1a-4d5a-b277-de57b5d95004
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:64edd416-2c65-44d1-b877-9e8b874ab809
ModelName:Vfw96431bb6B5ee..base_vfw..module-0
ModelUuid:75bf7d5d-9216-43b4-a66d-b7e055a986c2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cc4a6296-250a-4e3a-9987-58b6bdb3af1b
ModelInvariantUuid:23b0f2f6-9ac7-4535-8804-1f76261a93ed
ModelName:vFW 96431bb6-b5ee-nodes.vfwCvfc
ModelUuid:aff439a9-53bf-4a0a-aea9-90a2721a826c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:80df378f-6d3c-4f59-9e99-b7b003495cc5
ModelInvariantUuid:aa70eaf4-e90b-4380-9dc4-b82c561965bd
ModelName:Vfw96431bb6B5ee.compute.nodes.heat.vfw
ModelUuid:dce0485a-57cc-4d74-b9d7-bf429011b97f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7f29e491-3797-485b-9ab1-64c7345e9bfc
ModelInvariantUuid:23452996-7901-4e9f-9c66-f78d9eba0b6d
ModelName:vFW 96431bb6-b5ee-nodes.vsnCvfc
ModelUuid:3fb78658-5384-4587-bbda-44cdb7fd786d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7a51f634-4d76-4cb5-b3a9-b86eb176e525
ModelInvariantUuid:f38f87cf-065d-4c29-967e-294916d9f638
ModelName:Vfw96431bb6B5ee.compute.nodes.heat.vsn
ModelUuid:df58e9f7-4c90-4a4d-bc9c-151487a355f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:77094566-f884-4d9a-8ac3-00f25528303f
ModelInvariantUuid:647e4c83-9365-4555-9ccc-f7553c64dea0
ModelName:vFW 96431bb6-b5ee-nodes.vpgCvfc
ModelUuid:f5f1b2a0-3e97-491f-a572-367f30d89789
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:59645bfe-1994-4efc-baac-cd47de472246
ModelInvariantUuid:d6cc6cc7-a0a6-45c0-a509-09e9be2e26c7
ModelName:Vfw96431bb6B5ee.compute.nodes.heat.vpg
ModelUuid:f63d7644-8bc2-4e2e-8f27-f867848b872d
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-25T07:22:03.219Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ed0052a-b7f6-4081-a0a4-48479e243174
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-25T07:22:03.334Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||vFW 96431bb6-b5ee 0
2023-01-25T07:22:03.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ed0052a-b7f6-4081-a0a4-48479e243174
2023-01-25T07:22:03.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a05da28-153e-4ed3-ae99-cb6db2ca35f3 from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json
2023-01-25T07:22:03.344Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:22:03.344Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json
2023-01-25T07:22:03.396Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:22:03.397Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json 3a05da28-153e-4ed3-ae99-cb6db2ca35f3 785
2023-01-25T07:22:03.397Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json ASDC sendASDCNotification
2023-01-25T07:22:03.398Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json
2023-01-25T07:22:03.398Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:22:03.399Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:03.399Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:03.399Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631323397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:04.403Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw96431bb6B5ee..base_vfw..module-0",
"vfModuleModelInvariantUUID": "64edd416-2c65-44d1-b877-9e8b874ab809",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "75bf7d5d-9216-43b4-a66d-b7e055a986c2",
"vfModuleModelCustomizationUUID": "36e80469-2bc9-4fe4-9371-12d6edd294a5",
"isBase": true,
"artifacts": [
"fbf9a8de-5e57-4d60-b814-8d4a2718cfd6",
"d5a88564-af55-446f-9c35-23c5914b91f5"
],
"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-25T07:22:04.420Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw96431bb6B5ee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75bf7d5d-9216-43b4-a66d-b7e055a986c2
VfModuleModelInvariantUUID:64edd416-2c65-44d1-b877-9e8b874ab809
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbf9a8de-5e57-4d60-b814-8d4a2718cfd6
,
d5a88564-af55-446f-9c35-23c5914b91f5
}
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-25T07:22:04.423Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw96431bb6B5ee..base_vfw..module-0",
"vfModuleModelInvariantUUID": "64edd416-2c65-44d1-b877-9e8b874ab809",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "75bf7d5d-9216-43b4-a66d-b7e055a986c2",
"vfModuleModelCustomizationUUID": "36e80469-2bc9-4fe4-9371-12d6edd294a5",
"isBase": true,
"artifacts": [
"fbf9a8de-5e57-4d60-b814-8d4a2718cfd6",
"d5a88564-af55-446f-9c35-23c5914b91f5"
],
"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-25T07:22:04.424Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw96431bb6B5ee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75bf7d5d-9216-43b4-a66d-b7e055a986c2
VfModuleModelInvariantUUID:64edd416-2c65-44d1-b877-9e8b874ab809
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbf9a8de-5e57-4d60-b814-8d4a2718cfd6
,
d5a88564-af55-446f-9c35-23c5914b91f5
}
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-25T07:22:04.424Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml
2023-01-25T07:22:04.425Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:22:04.425Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml
2023-01-25T07:22:04.475Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:22:04.476Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml fbf9a8de-5e57-4d60-b814-8d4a2718cfd6 20368
2023-01-25T07:22:04.476Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-25T07:22:04.477Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml
2023-01-25T07:22:04.477Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:22:04.478Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:04.478Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:04.478Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631324476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:05.479Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5a88564-af55-446f-9c35-23c5914b91f5 from URL: /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env
2023-01-25T07:22:05.480Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:22:05.481Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env
2023-01-25T07:22:05.530Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:22:05.531Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env d5a88564-af55-446f-9c35-23c5914b91f5 2098
2023-01-25T07:22:05.532Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-25T07:22:05.532Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env
2023-01-25T07:22:05.533Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:22:05.533Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:05.534Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:05.534Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631325532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:06.536Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6191fcda-2829-49d0-8b81-b7e19ba4dad2
2023-01-25T07:22:06.537Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 96431bb6-b5ee 0 8ed0052a-b7f6-4081-a0a4-48479e243174 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-25T07:22:06.579Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@126580a4, org.onap.sdc.toscaparser.api.parameters.Input@22589a5d, org.onap.sdc.toscaparser.api.parameters.Input@3f350c95, org.onap.sdc.toscaparser.api.parameters.Input@2da02b19, org.onap.sdc.toscaparser.api.parameters.Input@13fefea9]
2023-01-25T07:22:06.583Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.583Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.584Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-01-25T07:22:06.584Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05
2023-01-25T07:22:06.585Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 matches Tosca VF Customization UUID: 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05
2023-01-25T07:22:06.585Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05 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-25T07:22:06.593Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.593Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.595Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-25T07:22:06.596Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75895c80
2023-01-25T07:22:06.596Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.596Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-25T07:22:06.597Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36e80469-2bc9-4fe4-9371-12d6edd294a5
2023-01-25T07:22:06.599Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36e80469-2bc9-4fe4-9371-12d6edd294a5
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-25T07:22:06.607Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.608Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:06.608Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:06.610Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.610Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:06.610Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:06.611Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.611Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:06.612Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:06.612Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-25T07:22:06.612Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:06.613Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-25T07:22:06.613Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-25T07:22:06.614Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.614Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:06.614Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-25T07:22:06.615Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:06.615Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-25T07:22:06.616Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.616Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc4a6296-250a-4e3a-9987-58b6bdb3af1b
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-25T07:22:06.629Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.630Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:06.630Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:06.631Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.631Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:06.632Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:06.632Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-25T07:22:06.632Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.633Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:06.633Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.633Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-25T07:22:06.634Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:06.634Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-25T07:22:06.635Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-25T07:22:06.635Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:06.635Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-25T07:22:06.636Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.636Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f29e491-3797-485b-9ab1-64c7345e9bfc
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-25T07:22:06.639Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.639Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:06.639Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:06.647Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.648Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is not matching search criteria
2023-01-25T07:22:06.648Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-25T07:22:06.648Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-25T07:22:06.649Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.650Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:06.650Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.651Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-25T07:22:06.651Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-25T07:22:06.652Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-25T07:22:06.652Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-25T07:22:06.653Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-25T07:22:06.653Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-25T07:22:06.653Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-25T07:22:06.654Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=77094566-f884-4d9a-8ac3-00f25528303f
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-25T07:22:06.656Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.657Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:06.657Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:22:06.658Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.659Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Node template vFW 96431bb6-b5ee 0 is matching search criteria
2023-01-25T07:22:06.659Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 96431bb6-b5ee 0] matching following query criteria: sdcType=VF, customizationUUID=4ebf8a5e-ab68-406c-ba4d-9db3e5f05c05
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-25T07:22:06.662Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.662Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.663Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6191fcda-2829-49d0-8b81-b7e19ba4dad2: vFW 96431bb6-b5ee
2023-01-25T07:22:06.663Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.664Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.664Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.665Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.665Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.665Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.666Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.667Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.667Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:22:06.668Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-25 07-20-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:22:06.669Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-01-25 07-20-51
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-25T07:22:07.006Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 96431bb6-b5ee 8ed0052a-b7f6-4081-a0a4-48479e243174 1 ASDC deployResourceStructure
2023-01-25T07:22:07.007Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json ASDC sendASDCNotification
2023-01-25T07:22:07.008Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json
2023-01-25T07:22:07.008Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:22:07.009Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:07.009Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:07.009Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631327007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:08.010Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-25T07:22:08.011Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml
2023-01-25T07:22:08.012Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:22:08.012Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:08.013Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:08.013Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631328010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:09.014Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-25T07:22:09.015Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env
2023-01-25T07:22:09.015Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:22:09.016Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:09.016Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:09.017Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631329014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:10.018Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar ASDC sendASDCNotification
2023-01-25T07:22:10.018Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar
2023-01-25T07:22:10.019Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:22:10.020Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:22:10.020Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:22:10.020Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631330018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:11.022Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:22:11.054Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
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-25T07:22:11.057Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:22:11.058Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T07:22:11.058Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T07:22:33.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:22:33.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:22:33.970Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:22:33.983Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:22:41.059Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:22:41.072Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
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-25T07:22:41.074Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:22:41.074Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T07:22:41.075Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T07:23:11.075Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:23:11.086Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
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-25T07:23:11.093Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:23:11.094Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T07:23:11.095Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T07:23:33.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:23:33.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.986Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.987Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.988Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.989Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOTIFIED"
}
2023-01-25T07:23:33.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.992Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.993Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOTIFIED"
}
2023-01-25T07:23:33.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.994Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.995Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-25T07:23:33.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.996Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:33.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.997Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-25T07:23:33.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:33.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:33.998Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.003Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.004Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.005Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.006Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.007Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.007Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.008Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.009Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.010Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.010Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.011Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.012Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.013Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.014Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.015Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.016Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.017Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.018Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.018Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.020Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.020Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.021Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.022Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631300723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.023Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631293301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.024Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.025Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631294158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.026Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631282269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.027Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631264449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.027Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.028Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631316390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.029Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631317422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631317017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.030Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631316814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.031Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631317443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.032Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.033Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631317404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.034Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631318056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-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-25T07:23:34.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3
2023-01-25T07:23:34.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-25T07:23:34.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.062Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631318574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.064Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:23:34.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.065Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "policy-distribution",
"timestamp": 1674631318407,
"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-25T07:23:34.071Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3
2023-01-25T07:23:34.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-25T07:23:34.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.083Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631319673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.084Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631312415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:23:34.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.085Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631320805,
"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-25T07:23:34.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3
2023-01-25T07:23:34.092Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-25T07:23:34.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631320253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674631321808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631323397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631324476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.105Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631325532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:23:34.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.108Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631325490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.109Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631327007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/vfw96431bb6b5ee0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.109Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631326496,
"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-25T07:23:34.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3
2023-01-25T07:23:34.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-25T07:23:34.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.128Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631328010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.129Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631329014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/resourceInstances/vfw96431bb6b5ee0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.130Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631330018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.130Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631332704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230125072051/1.0/artifacts/service-Vfw20230125072051-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:23:34.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:23:34.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-25T07:23:34.131Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "aai-model-loader",
"timestamp": 1674631333709,
"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-25T07:23:34.137Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed59d39a-2627-4441-a9ef-33f99d8bb8b3
2023-01-25T07:23:34.137Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-25T07:23:41.095Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:23:41.112Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3
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-25T07:23:41.118Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:23:41.119Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-25T07:23:41.120Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-25T07:23:41.120Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-25T07:23:41.121Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:23:41.121Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:23:41.121Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:23:41.122Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:23:41.122Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:23:41.123Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-25T07:23:41.133Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-25T07:24:11.134Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 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-25T07:24:11.144Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed59d39a-2627-4441-a9ef-33f99d8bb8b3 and serviceModelVersionId: 6191fcda-2829-49d0-8b81-b7e19ba4dad2
2023-01-25T07:24:11.144Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42d3f869-60f8-44b0-9073-8881d2fffb8e
2023-01-25T07:24:28.132Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0
2023-01-25T07:24:28.250Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-25T07:24:28.884Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?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-25T07:24:28.890Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0|INFO|500||Invoke
2023-01-25T07:24:29.041Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-25T07:24:29.278Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0|INFO|500||InvokeReturn
2023-01-25T07:24:29.280Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d3f869-60f8-44b0-9073-8881d2fffb8e/model-vers/model-ver/6191fcda-2829-49d0-8b81-b7e19ba4dad2?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 07:24:29 GMT], content-length=[0], vertex-id=[368640], x-aai-txid=[2-aai-resources-230125-07:24:29:540-90071], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-25T07:24:29.281Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-01-25T07:24:29.285Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-25T07:24:29.285Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-25T07:24:29.292Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-25T07:24:29.293Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed59d39a-2627-4441-a9ef-33f99d8bb8b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-25T07:24:29.295Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-25T07:24:29.296Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:29.296Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:29.297Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631469294,
"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-25T07:24:30.310Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:24:30.316Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-25T07:24:30.317Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"093b49f3-fecd-492d-997e-a238336677cf","serviceName":"basic_onboard_pYnjOU","serviceVersion":"1.0","serviceUUID":"713c5296-1063-4686-90aa-73274ed6eff7","serviceDescription":"service","serviceInvariantUUID":"8b3ed0ae-5974-495d-b995-f76da60921ae","resources":[{"resourceInstanceName":"basic_onboard_pYnjOU 0","resourceName":"basic_onboard_pYnjOU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"282bd153-f7af-403b-8fb8-ad56a1126502","resourceInvariantUUID":"8109e75f-988d-41ae-b32a-3a2cb2d62675","resourceCustomizationUUID":"542545ca-106f-4f87-ae10-c797fe24ff2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml","artifactChecksum":"ZWMyZTcyNDIxYjgxZTNhODZlNTNiZjI3YmZlNTE5ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5f9a5ea-353c-4e45-8dec-426f2958d625","artifactVersion":"1"},{"artifactName":"basic_onboard_pynjou0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json","artifactChecksum":"YTRiNDA2OTVlYjFkM2UzMjhlM2Y2OGQ0NjZhZDFlOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e3cf29b-f399-43e8-8262-3cbfc96b426d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"deb8842b-10bd-47b5-9bf2-fb03ea090e45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e8992e76-3ee0-473f-b37c-bc75286be8af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1","artifactVersion":"2","generatedFromUUID":"deb8842b-10bd-47b5-9bf2-fb03ea090e45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPynjou-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml","artifactChecksum":"MTljYjgxZTk5ZjBmY2ExZTdlNzEyZTFjZDM2ZTBmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8f19a0c-d062-46d8-92ed-50fd17ddbd0e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPynjou-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar","artifactChecksum":"NjI5NzU0Yjc5OGIwOTc2Y2FmZThhNDU1Yjc4NTQwZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8337c8d-bafc-4ff7-ac9d-352367b69748","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-25T07:24:30.320Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:30.321Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:30.321Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:30.321Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:31.323Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:31.324Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:31.324Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:31.324Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:32.326Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:32.327Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:32.327Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:32.328Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:33.330Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:33.331Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:33.331Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:33.332Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:33.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:33.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.975Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.977Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.979Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.979Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.980Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.981Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.982Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.983Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.984Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.984Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.985Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.987Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.987Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631379410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1674631376795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631382814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631379061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631394042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:33.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631393043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631393612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.994Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:33.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631394046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:24:33.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:33.995Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "cds-sdc-listener",
"timestamp": 1674631394622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-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-25T07:24:34.019Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf
2023-01-25T07:24:34.019Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-25T07:24:34.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.030Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631395100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:34.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.031Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.031Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "policy-distribution",
"timestamp": 1674631395047,
"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-25T07:24:34.038Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf
2023-01-25T07:24:34.039Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-25T07:24:34.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631396160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:34.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.051Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631397183,
"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-25T07:24:34.057Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf
2023-01-25T07:24:34.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-25T07:24:34.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.064Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.065Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "multicloud-k8s",
"timestamp": 1674631398185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-25T07:24:34.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.066Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631392289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:24:34.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631399420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:34.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.069Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631406742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:24:34.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.070Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.071Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "aai-model-loader",
"timestamp": 1674631407747,
"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-25T07:24:34.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf
2023-01-25T07:24:34.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-25T07:24:34.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.089Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:24:34.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631402416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631410172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:24:34.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631412527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:24:34.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:24:34.334Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:34.335Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:34.335Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:34.336Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:35.338Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:35.339Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:35.339Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:35.340Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:36.342Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T07:24:36.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:36.343Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:36.344Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:37.347Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"serviceName": "basic_onboard_pYnjOU",
"serviceVersion": "1.0",
"serviceUUID": "713c5296-1063-4686-90aa-73274ed6eff7",
"serviceDescription": "service",
"serviceInvariantUUID": "8b3ed0ae-5974-495d-b995-f76da60921ae",
"resources": [
{
"resourceInstanceName": "basic_onboard_pYnjOU 0",
"resourceCustomizationUUID": "542545ca-106f-4f87-ae10-c797fe24ff2f",
"resourceName": "basic_onboard_pYnjOU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "282bd153-f7af-403b-8fb8-ad56a1126502",
"resourceInvariantUUID": "8109e75f-988d-41ae-b32a-3a2cb2d62675",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pynjou0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"artifactChecksum": "YTRiNDA2OTVlYjFkM2UzMjhlM2Y2OGQ0NjZhZDFlOWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e3cf29b-f399-43e8-8262-3cbfc96b426d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "deb8842b-10bd-47b5-9bf2-fb03ea090e45",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1",
"generatedFromUUID": "deb8842b-10bd-47b5-9bf2-fb03ea090e45"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPynjou-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"artifactChecksum": "NjI5NzU0Yjc5OGIwOTc2Y2FmZThhNDU1Yjc4NTQwZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a8337c8d-bafc-4ff7-ac9d-352367b69748"
}
],
"workloadContext": "Production"
}
2023-01-25T07:24:37.347Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-25T07:24:37.347Z|ed59d39a-2627-4441-a9ef-33f99d8bb8b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 713c5296-1063-4686-90aa-73274ed6eff7 ASDC
2023-01-25T07:24:37.348Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:093b49f3-fecd-492d-997e-a238336677cf
ServiceName:basic_onboard_pYnjOU
ServiceVersion:1.0
ServiceUUID:713c5296-1063-4686-90aa-73274ed6eff7
ServiceInvariantUUID:8b3ed0ae-5974-495d-b995-f76da60921ae
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPynjou-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar
ArtifactUUID:a8337c8d-bafc-4ff7-ac9d-352367b69748
ArtifactChecksum:NjI5NzU0Yjc5OGIwOTc2Y2FmZThhNDU1Yjc4NTQwZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pYnjOU 0
ResourceCustomizationUUID:542545ca-106f-4f87-ae10-c797fe24ff2f
ResourceInvariantUUID:8109e75f-988d-41ae-b32a-3a2cb2d62675
ResourceName:basic_onboard_pYnjOU
ResourceType:VF
ResourceUUID:282bd153-f7af-403b-8fb8-ad56a1126502
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pynjou0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json
ArtifactUUID:3e3cf29b-f399-43e8-8262-3cbfc96b426d
ArtifactChecksum:YTRiNDA2OTVlYjFkM2UzMjhlM2Y2OGQ0NjZhZDFlOWI=
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/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml
ArtifactUUID:deb8842b-10bd-47b5-9bf2-fb03ea090e45
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/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env
ArtifactUUID:2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1
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/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env
ArtifactUUID:2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-25T07:24:37.352Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 713c5296-1063-4686-90aa-73274ed6eff7 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-25T07:24:37.396Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a8337c8d-bafc-4ff7-ac9d-352367b69748 from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:37.397Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:24:37.398Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:37.468Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:24:37.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar a8337c8d-bafc-4ff7-ac9d-352367b69748 75691
2023-01-25T07:24:37.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar ASDC sendASDCNotification
2023-01-25T07:24:37.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:37.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:24:37.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:37.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:37.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631477473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:38.477Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T07:24:38.478Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-25T07:24:38.478Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a8337c8d-bafc-4ff7-ac9d-352367b69748, URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar to file: /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:38.479Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:38.479Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:38.480Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:38.671Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13721855116153606844/Definitions/service-BasicOnboardPynjou-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-25T07:24:40.207Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-25T07:24:40.208Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-25T07:24:40.208Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.209Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-25T07:24:40.209Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.209Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pYnjOU 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-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.210Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.211Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:40.211Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-25T07:24:40.211Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.212Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.212Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:40.212Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-25T07:24:40.213Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T07:24:40.213Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.213Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.214Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:40.214Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-25T07:24:40.214Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T07:24:40.215Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.215Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.216Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.216Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is not matching search criteria
2023-01-25T07:24:40.216Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-25T07:24:40.217Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-25T07:24:40.217Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-25T07:24:40.218Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-25T07:24:40.218Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-25T07:24:40.218Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.219Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-25T07:24:40.219Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.220Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:40.220Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:24:40.221Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.222Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:40.222Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:24:40.222Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.223Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:40.223Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:24:40.224Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.224Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is not matching search criteria
2023-01-25T07:24:40.225Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-25T07:24:40.225Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-25T07:24:40.225Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aa87f159-3665-419f-992d-32df77d77dcc
2023-01-25T07:24:40.226Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.226Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.227Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.227Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.228Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.228Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.229Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:40.229Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:40.230Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pYnjOU
Description:service
Model UUID:713c5296-1063-4686-90aa-73274ed6eff7
Model Version:NULL
Model InvariantUuid:8b3ed0ae-5974-495d-b995-f76da60921ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pYnjOU
Model UUID:7da747df-3dce-4f9a-a461-c9cc12a71f28
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8109e75f-988d-41ae-b32a-3a2cb2d62675
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:542545ca-106f-4f87-ae10-c797fe24ff2f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:60f523a8-9922-4155-8318-d1734547518e
ModelName:BasicOnboardPynjou..base_ubuntu18..module-0
ModelUuid:46e40f73-4c93-484d-80e5-2e4a99a7a45b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aa87f159-3665-419f-992d-32df77d77dcc
ModelInvariantUuid:58a7b172-04c4-433d-9a01-b57df7fa7177
ModelName:basic_onboard_pYnjOU-nodes.ubuntu18Cvfc
ModelUuid:f6ab4af6-7dca-4dcd-9bd4-21cf8c0a0f0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:13de10c9-dcd8-471d-99e9-4eba282359d0
ModelInvariantUuid:0302f133-df35-4ed2-bfcc-a088dfb69470
ModelName:BasicOnboardPynjou.compute.nodes.heat.ubuntu18
ModelUuid:e7968f89-f75a-45ab-8520-b1e58d389cda
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-25T07:24:40.241Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 282bd153-f7af-403b-8fb8-ad56a1126502
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-25T07:24:40.245Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||basic_onboard_pYnjOU 0
2023-01-25T07:24:40.246Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 282bd153-f7af-403b-8fb8-ad56a1126502
2023-01-25T07:24:40.246Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e3cf29b-f399-43e8-8262-3cbfc96b426d from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json
2023-01-25T07:24:40.247Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:24:40.247Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json
2023-01-25T07:24:40.310Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:24:40.311Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json 3e3cf29b-f399-43e8-8262-3cbfc96b426d 798
2023-01-25T07:24:40.312Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json ASDC sendASDCNotification
2023-01-25T07:24:40.312Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json
2023-01-25T07:24:40.313Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:24:40.313Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:40.314Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:40.314Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631480312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:41.315Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPynjou..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "60f523a8-9922-4155-8318-d1734547518e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "46e40f73-4c93-484d-80e5-2e4a99a7a45b",
"vfModuleModelCustomizationUUID": "3dc9d8e6-6e94-4d98-aece-4c2fac2d9711",
"isBase": true,
"artifacts": [
"deb8842b-10bd-47b5-9bf2-fb03ea090e45",
"2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1"
],
"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-25T07:24:41.320Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPynjou..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46e40f73-4c93-484d-80e5-2e4a99a7a45b
VfModuleModelInvariantUUID:60f523a8-9922-4155-8318-d1734547518e
VfModuleModelDescription:NULL
Artifacts UUID List:{
deb8842b-10bd-47b5-9bf2-fb03ea090e45
,
2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1
}
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-25T07:24:41.323Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPynjou..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "60f523a8-9922-4155-8318-d1734547518e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "46e40f73-4c93-484d-80e5-2e4a99a7a45b",
"vfModuleModelCustomizationUUID": "3dc9d8e6-6e94-4d98-aece-4c2fac2d9711",
"isBase": true,
"artifacts": [
"deb8842b-10bd-47b5-9bf2-fb03ea090e45",
"2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1"
],
"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-25T07:24:41.323Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPynjou..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46e40f73-4c93-484d-80e5-2e4a99a7a45b
VfModuleModelInvariantUUID:60f523a8-9922-4155-8318-d1734547518e
VfModuleModelDescription:NULL
Artifacts UUID List:{
deb8842b-10bd-47b5-9bf2-fb03ea090e45
,
2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1
}
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-25T07:24:41.324Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: deb8842b-10bd-47b5-9bf2-fb03ea090e45 from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml
2023-01-25T07:24:41.324Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:24:41.324Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml
2023-01-25T07:24:41.370Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:24:41.371Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml deb8842b-10bd-47b5-9bf2-fb03ea090e45 5033
2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml
2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:24:41.372Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:41.373Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:41.373Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631481371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:42.374Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 from URL: /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env
2023-01-25T07:24:42.375Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-25T07:24:42.375Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env
2023-01-25T07:24:42.422Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-25T07:24:42.423Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env 2eeb6cfa-8424-4a61-8cb5-9cc5d28020f1 909
2023-01-25T07:24:42.423Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-25T07:24:42.423Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env
2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:42.424Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631482423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:43.426Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 713c5296-1063-4686-90aa-73274ed6eff7
2023-01-25T07:24:43.428Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pYnjOU 0 282bd153-f7af-403b-8fb8-ad56a1126502 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-25T07:24:43.447Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f34419b, org.onap.sdc.toscaparser.api.parameters.Input@1d07fccf, org.onap.sdc.toscaparser.api.parameters.Input@2e5e8b52, org.onap.sdc.toscaparser.api.parameters.Input@2fdefb18, org.onap.sdc.toscaparser.api.parameters.Input@226b4fe1]
2023-01-25T07:24:43.449Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.449Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.451Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-01-25T07:24:43.451Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 542545ca-106f-4f87-ae10-c797fe24ff2f
2023-01-25T07:24:43.451Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 542545ca-106f-4f87-ae10-c797fe24ff2f matches Tosca VF Customization UUID: 542545ca-106f-4f87-ae10-c797fe24ff2f
2023-01-25T07:24:43.452Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 542545ca-106f-4f87-ae10-c797fe24ff2f 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-25T07:24:43.454Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.454Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.455Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 542545ca-106f-4f87-ae10-c797fe24ff2f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-25T07:24:43.456Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a817d6
2023-01-25T07:24:43.456Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.456Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-25T07:24:43.457Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3dc9d8e6-6e94-4d98-aece-4c2fac2d9711
2023-01-25T07:24:43.457Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3dc9d8e6-6e94-4d98-aece-4c2fac2d9711
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-25T07:24:43.460Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.460Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:43.460Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:24:43.461Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.461Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:43.462Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:24:43.462Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.462Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is not matching search criteria
2023-01-25T07:24:43.463Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-25T07:24:43.463Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-25T07:24:43.464Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aa87f159-3665-419f-992d-32df77d77dcc
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-25T07:24:43.466Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.467Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:43.467Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-25T07:24:43.467Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.468Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pYnjOU 0 is matching search criteria
2023-01-25T07:24:43.468Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pYnjOU 0] matching following query criteria: sdcType=VF, customizationUUID=542545ca-106f-4f87-ae10-c797fe24ff2f
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-25T07:24:43.470Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.471Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.471Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 713c5296-1063-4686-90aa-73274ed6eff7: basic_onboard_pYnjOU
2023-01-25T07:24:43.472Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.472Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.472Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.473Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.474Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T07:24:43.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pYnjOU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T07:24:43.475Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_pYnjOU
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-25T07:24:43.569Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pYnjOU 282bd153-f7af-403b-8fb8-ad56a1126502 1 ASDC deployResourceStructure
2023-01-25T07:24:43.569Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json ASDC sendASDCNotification
2023-01-25T07:24:43.570Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json
2023-01-25T07:24:43.570Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:24:43.571Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:43.571Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:43.571Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631483569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:44.572Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml
2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:44.573Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631484572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:45.574Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-25T07:24:45.575Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env
2023-01-25T07:24:45.575Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:24:45.576Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:45.576Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:45.576Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631485574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:46.577Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar ASDC sendASDCNotification
2023-01-25T07:24:46.578Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar
2023-01-25T07:24:46.578Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T07:24:46.579Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:24:46.579Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:24:46.580Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631486577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:24:47.581Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:24:47.598Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf
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-25T07:24:47.605Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:24:47.606Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-25T07:24:47.606Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T07:24:47.607Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T07:25:17.607Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:25:17.619Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf
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-25T07:25:17.623Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:25:17.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-25T07:25:17.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T07:25:17.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T07:25:33.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:25:33.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:25:33.970Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674631413531,
"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-25T07:25:33.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093b49f3-fecd-492d-997e-a238336677cf
2023-01-25T07:25:33.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b49f3-fecd-492d-997e-a238336677cf 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-25T07:25:33.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:25:33.989Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed59d39a-2627-4441-a9ef-33f99d8bb8b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631469294,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-25T07:25:33.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:25:33.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:25:33.990Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "NOTIFIED"
}
2023-01-25T07:25:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:25:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:25:33.991Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-25T07:25:33.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:25:33.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:25:33.992Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:25:33.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:25:47.624Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:25:47.640Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf
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-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:25:47.644Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:25:47.645Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T07:25:47.645Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-25T07:25:47.650Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-25T07:26:17.651Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093b49f3-fecd-492d-997e-a238336677cf 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-25T07:26:17.659Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093b49f3-fecd-492d-997e-a238336677cf and serviceModelVersionId: 713c5296-1063-4686-90aa-73274ed6eff7
2023-01-25T07:26:17.659Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b3ed0ae-5974-495d-b995-f76da60921ae
2023-01-25T07:26:17.661Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0
2023-01-25T07:26:17.667Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-25T07:26:17.741Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?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-25T07:26:17.743Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0|INFO|500||Invoke
2023-01-25T07:26:17.785Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-25T07:26:17.911Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0|INFO|500||InvokeReturn
2023-01-25T07:26:17.912Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b3ed0ae-5974-495d-b995-f76da60921ae/model-vers/model-ver/713c5296-1063-4686-90aa-73274ed6eff7?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 07:26:18 GMT], content-length=[0], vertex-id=[397312], x-aai-txid=[2-aai-resources-230125-07:26:18:277-55797], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-25T07:26:17.913Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-01-25T07:26:17.914Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-25T07:26:17.914Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-25T07:26:17.923Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-25T07:26:17.923Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093b49f3-fecd-492d-997e-a238336677cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-25T07:26:17.924Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-25T07:26:17.924Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-25T07:26:17.925Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T07:26:17.925Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631577923,
"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-25T07:26:18.939Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:26:33.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:26:33.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.969Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-25T07:26:33.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T07:26:33.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.971Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631470310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T07:26:33.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.972Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631477473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:26:33.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631480312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631481371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.973Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631482423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-25T07:26:33.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.974Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631483569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/basic_onboard_pynjou0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-25T07:26:33.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.975Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631484572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-25T07:26:33.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631485574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/resourceInstances/basic_onboard_pynjou0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-25T07:26:33.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:26:33.976Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631486577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPynjou/1.0/artifacts/service-BasicOnboardPynjou-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T07:26:33.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:27:18.940Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:27:33.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:27:33.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-25T07:27:33.968Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "093b49f3-fecd-492d-997e-a238336677cf",
"consumerID": "SO-sdc-controller",
"timestamp": 1674631577923,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-25T07:27:33.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T07:28:18.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:28:33.965Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:29:18.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:29:33.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:30:18.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:30:33.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:31:18.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:31:33.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:32:18.949Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:32:33.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:33:18.951Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:33:33.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:34:18.955Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:34:33.974Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:35:18.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:35:33.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:36:18.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:36:33.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:37:18.961Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:37:33.977Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:38:18.961Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:38:33.977Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:39:18.962Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:39:33.979Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:40:18.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:40:33.980Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:41:18.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:41:33.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:42:18.966Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:42:33.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:43:18.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:43:33.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:44:18.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:44:33.984Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:45:18.970Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:45:33.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:46:18.971Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:46:33.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:47:18.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:47:33.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:48:18.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:48:33.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:49:18.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:49:33.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:50:18.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:50:33.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:51:18.977Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:51:33.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:52:18.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:52:33.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:53:18.980Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:53:33.994Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:54:18.980Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:54:34.005Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:55:18.982Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:55:34.005Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:56:18.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:56:34.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:57:18.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:57:34.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:58:18.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:58:34.009Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T07:59:18.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T07:59:34.010Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:00:18.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:00:34.011Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:01:18.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:01:34.012Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:02:18.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:02:34.013Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:03:18.992Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:03:34.014Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:04:18.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:04:34.014Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:05:18.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:05:34.016Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:06:18.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:06:34.017Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:07:18.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:07:34.018Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:08:18.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:08:34.020Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:09:18.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:09:34.021Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:10:19.000Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:10:34.022Z|093b49f3-fecd-492d-997e-a238336677cf|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:11:19.002Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:11:34.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:12:19.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:12:34.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:13:19.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:13:34.026Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:14:19.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:14:34.028Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:15:19.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:15:34.028Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:16:19.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:16:34.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:17:19.013Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:17:34.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:18:19.015Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:18:34.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:19:19.016Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:19:34.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:20:19.017Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:20:34.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:21:19.018Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:21:34.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:22:19.019Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:22:34.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:23:19.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:23:34.038Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:24:19.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:24:34.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:25:19.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:25:34.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:26:19.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:26:34.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:27:19.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:27:34.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:27:51.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-25T08:27:51.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6dbcfcb6-af70-41d1-a314-bcc582a5025c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2e5f696b-6caa-4b23-ba76-f480a6fd92ab","serviceDescription":"service","serviceInvariantUUID":"9d94bbde-7eb0-4ef6-b0b8-23423e51073a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"224e11e0-7df4-4233-9e93-ce6236d34b61","resourceInvariantUUID":"bec77764-fe73-42d8-8fee-0ee90aa80c9d","resourceCustomizationUUID":"70a4b0b1-833b-4f84-936a-21c305206396","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":"YjVkMTIzMTdlNzc1ZTBhYmM0OWJlMjQ2MmU3YTBhNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afd23a74-fbfc-45c9-ad3e-b9d1b3bb76b6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGZiN2I2MGZlN2RhMTYzODkyNzY3MzM2OGY0Y2YwMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66ea21e3-48b9-4532-822c-0b9159f6b296","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-25T08:27:51.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:27:51.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "policy-distribution",
"timestamp": 1674635266149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:27:51.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:27:51.699Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:27:51.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:27:51.700Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:27:51.700Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635239026,
"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-25T08:27:51.707Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T08:27:51.708Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T08:27:51.708Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T08:27:51.708Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T08:27:51.709Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T08:27:51.709Z||kafka-producer-network-thread | SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3f5d594d-2567-4505-8ab1-fb64d309b686] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to IvgatRRhT9qpKr6nDij_lg
2023-01-25T08:27:52.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:27:52.714Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:27:52.714Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:27:52.714Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635239026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:27:53.715Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2e5f696b-6caa-4b23-ba76-f480a6fd92ab",
"serviceDescription": "service",
"serviceInvariantUUID": "9d94bbde-7eb0-4ef6-b0b8-23423e51073a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "70a4b0b1-833b-4f84-936a-21c305206396",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "224e11e0-7df4-4233-9e93-ce6236d34b61",
"resourceInvariantUUID": "bec77764-fe73-42d8-8fee-0ee90aa80c9d",
"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": "NGZiN2I2MGZlN2RhMTYzODkyNzY3MzM2OGY0Y2YwMDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "66ea21e3-48b9-4532-822c-0b9159f6b296"
}
],
"workloadContext": "Production"
}
2023-01-25T08:27:53.715Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-25T08:27:53.716Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e5f696b-6caa-4b23-ba76-f480a6fd92ab ASDC
2023-01-25T08:27:53.716Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6dbcfcb6-af70-41d1-a314-bcc582a5025c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2e5f696b-6caa-4b23-ba76-f480a6fd92ab
ServiceInvariantUUID:9d94bbde-7eb0-4ef6-b0b8-23423e51073a
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:66ea21e3-48b9-4532-822c-0b9159f6b296
ArtifactChecksum:NGZiN2I2MGZlN2RhMTYzODkyNzY3MzM2OGY0Y2YwMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:70a4b0b1-833b-4f84-936a-21c305206396
ResourceInvariantUUID:bec77764-fe73-42d8-8fee-0ee90aa80c9d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:224e11e0-7df4-4233-9e93-ce6236d34b61
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-25T08:27:53.716Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e5f696b-6caa-4b23-ba76-f480a6fd92ab 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-25T08:27:53.751Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66ea21e3-48b9-4532-822c-0b9159f6b296 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-25T08:27:53.752Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-25T08:27:53.753Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-25T08:27:53.857Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-25T08:27:53.862Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 66ea21e3-48b9-4532-822c-0b9159f6b296 57789
2023-01-25T08:27:53.862Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:53.862Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:53.863Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T08:27:53.864Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:27:53.864Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:27:53.864Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635273862,
"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-25T08:27:54.865Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T08:27:54.865Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-25T08:27:54.866Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 66ea21e3-48b9-4532-822c-0b9159f6b296, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-25T08:27:54.866Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-25T08:27:54.866Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-25T08:27:54.867Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-25T08:27:55.058Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7229636363016664725/Definitions/service-BasicNetwork-template.yml
2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-25T08:27:55.755Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.756Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-25T08:27:55.757Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.758Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.759Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.760Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.760Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.760Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2e5f696b-6caa-4b23-ba76-f480a6fd92ab
Model Version:NULL
Model InvariantUuid:9d94bbde-7eb0-4ef6-b0b8-23423e51073a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bec77764-fe73-42d8-8fee-0ee90aa80c9d
Model UUID:a08d9e43-7fe7-4e62-a859-dc59818c2207
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:70a4b0b1-833b-4f84-936a-21c305206396
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-25T08:27:55.767Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 224e11e0-7df4-4233-9e93-ce6236d34b61
2023-01-25T08:27:55.768Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||No resources found for Service: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab
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-25T08:27:55.775Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||
2023-01-25T08:27:55.776Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-25T08:27:55.776Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab
2023-01-25T08:27:55.776Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab
2023-01-25T08:27:55.777Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-25T08:27:55.777Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.782Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51f6d4be, org.onap.sdc.toscaparser.api.parameters.Input@219be6e8, org.onap.sdc.toscaparser.api.parameters.Input@7a096663, org.onap.sdc.toscaparser.api.parameters.Input@24397574, org.onap.sdc.toscaparser.api.parameters.Input@430d1669]
2023-01-25T08:27:55.783Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2e5f696b-6caa-4b23-ba76-f480a6fd92ab: Generic NeutronNet
2023-01-25T08:27:55.784Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.785Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.785Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.785Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.826Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.827Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:27:55.828Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:27:55.828Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.888Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||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-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-25T08:27:55.889Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:27:55.890Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:27:55.890Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635275889,
"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-25T08:27:56.892Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:27:56.903Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
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-25T08:27:56.906Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T08:27:56.906Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T08:27:56.906Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T08:28:26.907Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:28:26.918Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
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-25T08:28:26.920Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T08:28:26.920Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T08:28:26.921Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T08:28:33.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:28:33.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:28:33.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635235739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:28:33.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:28:56.921Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:28:56.935Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
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-25T08:28:56.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T08:28:56.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T08:28:56.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T08:29:26.938Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:29:26.952Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
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-25T08:29:26.961Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T08:29:26.961Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-25T08:29:26.961Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-25T08:29:33.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:29:33.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.972Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "aai-model-loader",
"timestamp": 1674635262289,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:33.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.975Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "multicloud-k8s",
"timestamp": 1674635269404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:33.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.976Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635239026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:33.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.978Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635253676,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:33.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "policy-distribution",
"timestamp": 1674635266149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:33.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.979Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "aai-model-loader",
"timestamp": 1674635262289,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:33.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.981Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "multicloud-k8s",
"timestamp": 1674635269404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:33.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.982Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635235739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:33.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.983Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635253676,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:33.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.984Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635239026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:33.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.985Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "policy-distribution",
"timestamp": 1674635273128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:29:33.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.986Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635273775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:29:33.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.987Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "aai-model-loader",
"timestamp": 1674635273650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:29:33.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.988Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635272416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:33.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.989Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635273862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:29:33.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.990Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "policy-distribution",
"timestamp": 1674635274131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:29:33.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:33.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:33.991Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635274781,
"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-25T08:29:34.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c
2023-01-25T08:29:34.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-25T08:29:34.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.013Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635272416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:34.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.014Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "policy-distribution",
"timestamp": 1674635275132,
"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-25T08:29:34.020Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c
2023-01-25T08:29:34.020Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-25T08:29:34.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.030Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635275889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:29:34.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.031Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635275212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:29:34.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.032Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635276861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:29:34.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "aai-model-loader",
"timestamp": 1674635277956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:29:34.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635277865,
"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-25T08:29:34.039Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c
2023-01-25T08:29:34.039Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-25T08:29:34.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.052Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "aai-model-loader",
"timestamp": 1674635278960,
"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-25T08:29:34.056Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dbcfcb6-af70-41d1-a314-bcc582a5025c
2023-01-25T08:29:34.057Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-25T08:29:34.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.065Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.068Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.069Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.070Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.071Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.082Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.083Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.084Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.085Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.086Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.087Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.088Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.089Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.089Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.090Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.091Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.092Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.093Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-25T08:29:34.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.093Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.094Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.095Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.096Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.097Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.098Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.099Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.100Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.101Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.101Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635306134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:34.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635293701,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:29:34.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "multicloud-k8s",
"timestamp": 1674635304001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:34.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635292289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:34.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:34.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-25T08:29:34.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635275783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:29:34.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:29:56.962Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:29:56.974Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c
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-25T08:29:56.979Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-25T08:29:56.979Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-25T08:29:56.979Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T08:29:56.980Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-25T08:29:56.981Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-25T08:29:56.987Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-25T08:30:26.987Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c 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-25T08:30:26.994Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dbcfcb6-af70-41d1-a314-bcc582a5025c and serviceModelVersionId: 2e5f696b-6caa-4b23-ba76-f480a6fd92ab
2023-01-25T08:30:26.995Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d94bbde-7eb0-4ef6-b0b8-23423e51073a
2023-01-25T08:30:26.998Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0
2023-01-25T08:30:27.005Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-25T08:30:27.108Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|INFO|500||Invoke
2023-01-25T08:30:27.109Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6dbcfcb6-af70-41d1-a314-bcc582a5025c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[726a40df-f9f1-47ab-a843-c4ef484dce2f], X-ECOMP-RequestID=[6dbcfcb6-af70-41d1-a314-bcc582a5025c], X-TransactionId=[], X-ONAP-RequestID=[6dbcfcb6-af70-41d1-a314-bcc582a5025c], Content-Type=[application/merge-patch+json]}
2023-01-25T08:30:27.138Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-25T08:30:27.239Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0 has http status code:200 and response headers:{date=[Wed, 25 Jan 2023 08:30:27 GMT], content-length=[0], vertex-id=[143600], x-aai-txid=[1-aai-resources-230125-08:30:27:472-28848], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-25T08:30:27.240Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-25T08:30:27.241Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d94bbde-7eb0-4ef6-b0b8-23423e51073a/model-vers/model-ver/2e5f696b-6caa-4b23-ba76-f480a6fd92ab?depth=0|INFO|500||InvokeReturn
2023-01-25T08:30:27.242Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-25T08:30:27.242Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-25T08:30:27.252Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-25T08:30:27.252Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dbcfcb6-af70-41d1-a314-bcc582a5025c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-25T08:30:27.253Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-25T08:30:27.253Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:27.254Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:27.254Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "6dbcfcb6-af70-41d1-a314-bcc582a5025c",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635427253,
"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-25T08:30:28.279Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-25T08:30:28.285Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-25T08:30:28.285Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"60585deb-d65a-4e97-a5bf-7d14d28be1b3","serviceName":"Demo_pNF_htAs82zN91CaA5D8uBHf","serviceVersion":"1.0","serviceUUID":"68572e1b-3060-4fb1-8e9a-e10f343889a0","serviceDescription":"catalog service description","serviceInvariantUUID":"6f161468-269c-436b-9d5b-3f58a2bddba7","resources":[{"resourceInstanceName":"pNF 7486d354-c18f 0","resourceName":"pNF 7486d354-c18f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9bfaef18-0274-4366-943c-2a7f7d4054c7","resourceInvariantUUID":"d6d578f9-0d87-4d8e-b259-f1ebc5f7222d","resourceCustomizationUUID":"02a0491e-e2e2-4db5-b58e-7b00035753f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml","artifactChecksum":"YmEzMTkzYzU4MDZkMmQwZTEyMDkyMGE1NDdkMTEwNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2bbd2685-5665-44d1-8a87-7cba75c095e3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar","artifactChecksum":"ODdlOWI4ZDhhZDFiNDIyZjE5MGJjOWM3OWFkZTNhMjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc2a235b-46cf-423f-8d4d-431f350c3cde","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54cdb195-a480-4355-b91e-05206865e7e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml","artifactChecksum":"YmJhMTZlMDMwYzY3MTU1NDliNDkyNTA2OWU2MzkzNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40d7c4a0-bb03-4ff1-8936-db49e378cfca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b84c8b6f-56d4-420e-ae14-968825cfdb46","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfcb17f7-bf5d-4000-8785-4d6a6da1f94e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHtas82zn91caa5d8ubhf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml","artifactChecksum":"YTNlMjNiMGNlOTc3ZjI5ODZmMjgwZTdiMmQ0YWNmNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ff0dbcb-af74-4ed2-bf78-01e72495ff91","artifactVersion":"1"},{"artifactName":"service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar","artifactChecksum":"NDkyMmZkZWIyYTZhNjAzMjFlZTZhYTdhZGFiYTM0ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c229f256-b9ac-408e-a6d9-e35d814859bd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-25T08:30:28.291Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:28.292Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:28.292Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:28.292Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:29.293Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:29.294Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:29.294Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:29.294Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:30.296Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:30.297Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:30.298Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:30.298Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:31.303Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:31.310Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:31.311Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:31.311Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:32.312Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:32.313Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:32.314Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:32.314Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:33.317Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:33.319Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:33.319Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:33.327Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:33.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:33.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635302416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:33.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635314302,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:33.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635314978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:33.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635314854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:33.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635315036,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:33.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.982Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635314914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:33.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635315304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:33.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:33.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:33.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635315982,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-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-25T08:30:34.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3
2023-01-25T08:30:34.005Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-25T08:30:34.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.017Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635316276,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/resourceInstances/pnf7486d354c18f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.018Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "policy-distribution",
"timestamp": 1674635316305,
"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-25T08:30:34.024Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3
2023-01-25T08:30:34.024Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-25T08:30:34.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.033Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635317279,
"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-25T08:30:34.039Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3
2023-01-25T08:30:34.039Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-25T08:30:34.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635316760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635317763,
"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-25T08:30:34.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3
2023-01-25T08:30:34.056Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-25T08:30:34.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635320253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "aai-model-loader",
"timestamp": 1674635321257,
"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-25T08:30:34.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60585deb-d65a-4e97-a5bf-7d14d28be1b3
2023-01-25T08:30:34.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60585deb-d65a-4e97-a5bf-7d14d28be1b3 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-25T08:30:34.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.093Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.094Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.100Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.114Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635317306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635318281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635315249,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.117Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635316988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635327500,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635328515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635328324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635322289,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635328502,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.121Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635329577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.122Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635329336,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-25T08:30:34.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520
2023-01-25T08:30:34.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-25T08:30:34.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.145Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635329395,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.146Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "policy-distribution",
"timestamp": 1674635329504,
"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-25T08:30:34.151Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520
2023-01-25T08:30:34.151Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-25T08:30:34.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635330632,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635331655,
"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-25T08:30:34.168Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520
2023-01-25T08:30:34.168Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-25T08:30:34.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "multicloud-k8s",
"timestamp": 1674635332657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.188Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.189Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.190Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.190Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.194Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.195Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.196Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.196Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.197Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.197Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.198Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635336398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.199Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.200Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.201Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.202Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.203Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.204Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "aai-model-loader",
"timestamp": 1674635337401,
"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-25T08:30:34.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520
2023-01-25T08:30:34.209Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-25T08:30:34.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.219Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.220Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635330339,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.221Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.221Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.221Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635330505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635339475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635339578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "cds-sdc-listener",
"timestamp": 1674635340481,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-25T08:30:34.243Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83
2023-01-25T08:30:34.243Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-25T08:30:34.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.252Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "ves-openapi-manager",
"timestamp": 1674635332741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635340159,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.253Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635340581,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.254Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635333660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.255Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "policy-distribution",
"timestamp": 1674635341582,
"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-25T08:30:34.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83
2023-01-25T08:30:34.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-25T08:30:34.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635342749,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635342408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635343802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "0ffaf356-9e96-4d4c-b319-ee56fa061520",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635343412,
"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-25T08:30:34.278Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ffaf356-9e96-4d4c-b319-ee56fa061520
2023-01-25T08:30:34.278Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffaf356-9e96-4d4c-b319-ee56fa061520 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-25T08:30:34.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635344851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635345903,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635346978,
"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-25T08:30:34.293Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83
2023-01-25T08:30:34.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-25T08:30:34.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "multicloud-k8s",
"timestamp": 1674635347980,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.304Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.305Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.306Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.307Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.308Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635332415,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.311Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635353496,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.312Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.313Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.313Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.314Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635355705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.317Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1674635356709,
"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-25T08:30:34.323Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83
2023-01-25T08:30:34.323Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-25T08:30:34.329Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:34.329Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:34.330Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:34.330Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:34.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-25T08:30:34.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635352289,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-25T08:30:34.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635361389,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-25T08:30:34.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635368656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-25T08:30:34.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-25T08:30:34.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-25T08:30:34.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ea742628-dcfa-4504-bec5-3f1aecc2cf83",
"consumerID": "aai-model-loader",
"timestamp": 1674635369659,
"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-25T08:30:34.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea742628-dcfa-4504-bec5-3f1aecc2cf83
2023-01-25T08:30:34.345Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea742628-dcfa-4504-bec5-3f1aecc2cf83 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-25T08:30:35.334Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-25T08:30:35.335Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:35.335Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:35.335Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635428278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:36.338Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"serviceName": "Demo_pNF_htAs82zN91CaA5D8uBHf",
"serviceVersion": "1.0",
"serviceUUID": "68572e1b-3060-4fb1-8e9a-e10f343889a0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6f161468-269c-436b-9d5b-3f58a2bddba7",
"resources": [
{
"resourceInstanceName": "pNF 7486d354-c18f 0",
"resourceCustomizationUUID": "02a0491e-e2e2-4db5-b58e-7b00035753f7",
"resourceName": "pNF 7486d354-c18f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9bfaef18-0274-4366-943c-2a7f7d4054c7",
"resourceInvariantUUID": "d6d578f9-0d87-4d8e-b259-f1ebc5f7222d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"artifactChecksum": "NDkyMmZkZWIyYTZhNjAzMjFlZTZhYTdhZGFiYTM0ZDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c229f256-b9ac-408e-a6d9-e35d814859bd"
}
],
"workloadContext": "Production"
}
2023-01-25T08:30:36.339Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-25T08:30:36.339Z|6dbcfcb6-af70-41d1-a314-bcc582a5025c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68572e1b-3060-4fb1-8e9a-e10f343889a0 ASDC
2023-01-25T08:30:36.340Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:60585deb-d65a-4e97-a5bf-7d14d28be1b3
ServiceName:Demo_pNF_htAs82zN91CaA5D8uBHf
ServiceVersion:1.0
ServiceUUID:68572e1b-3060-4fb1-8e9a-e10f343889a0
ServiceInvariantUUID:6f161468-269c-436b-9d5b-3f58a2bddba7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
ArtifactUUID:c229f256-b9ac-408e-a6d9-e35d814859bd
ArtifactChecksum:NDkyMmZkZWIyYTZhNjAzMjFlZTZhYTdhZGFiYTM0ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7486d354-c18f 0
ResourceCustomizationUUID:02a0491e-e2e2-4db5-b58e-7b00035753f7
ResourceInvariantUUID:d6d578f9-0d87-4d8e-b259-f1ebc5f7222d
ResourceName:pNF 7486d354-c18f
ResourceType:PNF
ResourceUUID:9bfaef18-0274-4366-943c-2a7f7d4054c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-25T08:30:36.340Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68572e1b-3060-4fb1-8e9a-e10f343889a0 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-25T08:30:36.368Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T08:30:36.369Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-25T08:30:36.369Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-25T08:30:36.369Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c229f256-b9ac-408e-a6d9-e35d814859bd from URL: /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:36.370Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-25T08:30:36.370Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:36.444Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar c229f256-b9ac-408e-a6d9-e35d814859bd 88024
2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar ASDC sendASDCNotification
2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:36.448Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-25T08:30:36.449Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-25T08:30:36.449Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-25T08:30:36.449Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "60585deb-d65a-4e97-a5bf-7d14d28be1b3",
"consumerID": "SO-sdc-controller",
"timestamp": 1674635436448,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-25T08:30:37.450Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-25T08:30:37.451Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-25T08:30:37.451Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c229f256-b9ac-408e-a6d9-e35d814859bd, URL: /sdc/v1/catalog/services/DemoPnfHtas82zn91caa5d8ubhf/1.0/artifacts/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar to file: /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:37.452Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:37.453Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:37.453Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:37.586Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15226122751926917873/Definitions/service-DemoPnfHtas82zn91caa5d8ubhf-template.yml
2023-01-25T08:30:38.727Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.728Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7486d354-c18f 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-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.729Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHtas82zn91caa5d8ubhf-csar.csar
2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.730Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Node template pNF 7486d354-c18f 0 is matching search criteria
2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7486d354-c18f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.731Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Node template pNF 7486d354-c18f 0 is matching search criteria
2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7486d354-c18f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-25T08:30:38.732Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.733Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.734Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.735Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_htAs82zN91CaA5D8uBHf
Description:catalog service description
Model UUID:68572e1b-3060-4fb1-8e9a-e10f343889a0
Model Version:NULL
Model InvariantUuid:6f161468-269c-436b-9d5b-3f58a2bddba7
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-25T08:30:38.747Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9bfaef18-0274-4366-943c-2a7f7d4054c7
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-25T08:30:38.752Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||pNF 7486d354-c18f 0
2023-01-25T08:30:38.752Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9bfaef18-0274-4366-943c-2a7f7d4054c7
2023-01-25T08:30:38.752Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 68572e1b-3060-4fb1-8e9a-e10f343889a0
2023-01-25T08:30:38.753Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68572e1b-3060-4fb1-8e9a-e10f343889a0
2023-01-25T08:30:38.753Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7486d354-c18f 0 9bfaef18-0274-4366-943c-2a7f7d4054c7 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-25T08:30:38.759Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f891928, org.onap.sdc.toscaparser.api.parameters.Input@81efc44, org.onap.sdc.toscaparser.api.parameters.Input@59c5c98e, org.onap.sdc.toscaparser.api.parameters.Input@55662efb, org.onap.sdc.toscaparser.api.parameters.Input@12e13d26]
2023-01-25T08:30:38.759Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_htAs82zN91CaA5D8uBHf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 68572e1b-3060-4fb1-8e9a-e10f343889a0: pNF 7486d354-c18f
2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||INFO|500||Processing PNF resource: 9bfaef18-0274-4366-943c-2a7f7d4054c7
2023-01-25T08:30:38.760Z|60585deb-d65a-4e97-a5bf-7d14d28be1b3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery