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-31T19:25:37.936Z||main|||||INFO|500||The following profiles are active: basic
2023-01-31T19:26:20.722Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-31T19:26:20.730Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-31T19:26:21.359Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-31T19:26:42.600Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-31T19:26:43.703Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-31T19:26:45.592Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-31T19:26:46.909Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-31T19:26:49.984Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-31T19:26:58.749Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-31T19:27:00.860Z||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-31T19:27:08.122Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-31T19:27:08.499Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-31T19:27:08.560Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-31T19:27:08.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-31T19:27:09.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-31T19:27:11.104Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-31T19:27:13.843Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-31T19:27:13.927Z||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$$6480366b.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-31T19:27:13.930Z||main|||||WARN|500||The sdc end point is not alive
2023-01-31T19:27:28.551Z||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-31T19:27:45.655Z||main|||||WARN|500||---
2023-01-31T19:27:45.656Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-31T19:27:45.656Z||main|||||WARN|500||---
2023-01-31T19:27:47.066Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-31T19:28:09.654Z||main|||||INFO|500||Started Application in 169.04 seconds (JVM running for 180.066)
2023-01-31T19:28:09.825Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T19:28:09.849Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T19:28:10.024Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T19:28:10.234Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a7c72396-e3c8-4004-82de-d85751d4e3f4 url= /sdc/v1/artifactTypes
2023-01-31T19:28:10.255Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T19:28:11.256Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-31T19:28:11.850Z||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-31T19:28:11.852Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-31T19:28:11.852Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bb643020-38a9-4c3d-92ab-3bb3e0275a08 url= /sdc/v1/distributionKafkaData
2023-01-31T19:28:11.853Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-31T19:28:11.880Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-31T19:28:11.894Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3102a261
2023-01-31T19:28:12.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-3fdd4978-6470-404a-b7ff-24994707f6a8
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-31T19:28:12.634Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Instantiated an idempotent producer.
2023-01-31T19:28:13.029Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-31T19:28:13.244Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-31T19:28:13.246Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-31T19:28:13.246Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675193293221
2023-01-31T19:28:13.310Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-31T19:28:13.391Z||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-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a
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-31T19:28:13.642Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-31T19:28:13.649Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-31T19:28:13.650Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675193293642
2023-01-31T19:28:13.654Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:28:13.669Z||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-64576ec4-9bdc-40b9-b598-9e46d0c282d8
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-31T19:28:13.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:28:13.752Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-31T19:28:13.753Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-31T19:28:13.754Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675193293752
2023-01-31T19:28:13.755Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:28:13.778Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:28:13.870Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-31T19:28:16.413Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Cluster ID: a1oKn33bT3aH1k-qNzDcxQ
2023-01-31T19:28:16.421Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:16.423Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:16.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:16.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:16.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:16.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] ProducerId set to 1003 with epoch 0
2023-01-31T19:28:16.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:16.431Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Cluster ID: a1oKn33bT3aH1k-qNzDcxQ
2023-01-31T19:28:16.434Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-31T19:28:16.497Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow
2023-01-31T19:28:16.498Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow
2023-01-31T19:28:16.498Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow
2023-01-31T19:28:16.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow
2023-01-31T19:28:16.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow
2023-01-31T19:28:16.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 meTnl-5mSgGFDk-gRAonow
2023-01-31T19:28:16.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Cluster ID: a1oKn33bT3aH1k-qNzDcxQ
2023-01-31T19:28:16.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-31T19:28:16.625Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] (Re-)joining group
2023-01-31T19:28:16.647Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] (Re-)joining group
2023-01-31T19:28:16.864Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026
2023-01-31T19:28:16.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:16.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] (Re-)joining group
2023-01-31T19:28:16.990Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc
2023-01-31T19:28:16.992Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:16.992Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] (Re-)joining group
2023-01-31T19:28:22.893Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc', protocol='range'}
2023-01-31T19:28:22.907Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026', protocol='range'}
2023-01-31T19:28:23.158Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:23.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:23.162Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:23.163Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:23.177Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:23.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T19:28:23.196Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026=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-31T19:28:23.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8-2170243f-64bf-4e89-8413-7186465d29cc', protocol='range'}
2023-01-31T19:28:23.246Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a-2e0cea23-c7e0-4b82-9712-dc8948fa0026', protocol='range'}
2023-01-31T19:28:23.285Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.300Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-31T19:28:23.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-31T19:28:23.400Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-31T19:28:23.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-31T19:28:23.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-31T19:28:23.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-31T19:28:23.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-31T19:28:23.403Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-31T19:28:23.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-31T19:28:23.406Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-31T19:28:23.407Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-31T19:28:23.407Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-31T19:28:23.542Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.785Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.786Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.788Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, 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-31T19:28:23.804Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.817Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:28:23.818Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, 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-31T19:29:13.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:29:13.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:30:13.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:30:13.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:31:13.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:31:13.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:32:13.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:32:13.995Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:33:13.975Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:33:13.999Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:34:13.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:34:14.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:35:13.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:35:14.009Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:35:20.514Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-31T19:36:13.992Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:36:14.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:37:13.999Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:37:14.032Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:37:16.673Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-64576ec4-9bdc-40b9-b598-9e46d0c282d8, groupId=so] Node -1 disconnected.
2023-01-31T19:37:16.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Node -1 disconnected.
2023-01-31T19:37:16.826Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3730eb1d-9a59-4fc4-8b68-6b2aa836fd0a, groupId=so] Node -1 disconnected.
2023-01-31T19:38:14.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:38:14.034Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:39:14.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:39:14.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:40:14.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:40:14.039Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:41:14.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:41:14.043Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:42:14.023Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:42:14.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:43:14.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:43:14.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:44:14.030Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:44:14.062Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:45:14.040Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:45:14.064Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:46:14.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:46:14.067Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:47:14.054Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:47:14.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:48:14.057Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:48:14.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:49:14.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:49:14.071Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:50:14.066Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:50:14.092Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:51:14.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:51:14.094Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:52:14.083Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:52:14.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:53:14.085Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:53:14.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:54:14.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:54:14.099Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:55:14.093Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:55:14.101Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:56:14.096Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:56:14.107Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:57:14.098Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:57:14.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:58:14.103Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:58:14.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T19:59:14.107Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T19:59:14.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:00:14.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:00:14.140Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:01:14.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:01:14.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:02:14.132Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:02:14.150Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:03:14.134Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:03:14.151Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:04:14.135Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:04:14.154Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:05:14.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:05:14.158Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:06:14.141Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:06:14.159Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:07:14.145Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:07:14.162Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:08:14.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:08:14.167Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:09:14.153Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:09:14.170Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:10:14.155Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:10:14.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:11:14.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:11:14.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:12:14.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:12:14.177Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:13:14.161Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:13:14.178Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:14:14.163Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:14:14.180Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:15:14.167Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:15:14.182Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:16:14.171Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:16:14.186Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:17:14.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:17:14.189Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:18:14.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:18:14.190Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:19:14.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:19:14.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:20:14.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:20:14.206Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:21:14.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:21:14.218Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:22:14.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:22:14.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:23:14.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:23:14.222Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:24:14.189Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:24:14.223Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:25:14.191Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:25:14.225Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:26:14.194Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:26:14.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:27:14.197Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:27:14.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:28:14.199Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:28:14.230Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:29:14.201Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:29:14.233Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:30:14.203Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:30:14.237Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:31:14.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:31:14.237Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:32:14.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:32:14.239Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:33:14.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:33:14.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:34:14.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:34:14.243Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:35:14.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:35:14.245Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:36:14.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:36:14.245Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:37:14.227Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:37:14.246Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:38:14.229Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:38:14.247Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:39:14.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:39:14.249Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:40:14.234Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:40:14.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:41:14.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:41:14.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:42:14.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:42:14.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:43:14.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:43:14.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:44:14.261Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:44:14.264Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:45:14.262Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:45:14.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:46:14.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:46:14.277Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:47:14.274Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:47:14.285Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:48:14.276Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:48:14.290Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:49:14.278Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:49:14.293Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:50:14.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:50:14.295Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:51:14.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:51:14.297Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:52:14.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:52:14.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:53:14.287Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:53:14.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:54:14.290Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:54:14.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:55:14.292Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:55:14.304Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:56:14.293Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:56:14.307Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:57:14.296Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:57:14.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:58:14.297Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:58:14.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T20:59:14.300Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T20:59:14.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:00:14.302Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:00:14.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:01:14.304Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:01:14.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:02:14.305Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:02:14.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:03:14.307Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:03:14.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:04:14.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:04:14.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:05:14.316Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:05:14.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:06:14.317Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:06:14.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:07:14.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:07:14.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:08:14.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:08:14.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:09:14.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:09:14.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:10:14.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:10:14.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:11:14.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:11:14.344Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:12:14.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:12:14.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:13:14.351Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:13:14.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:14:14.352Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:14:14.353Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:15:14.353Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:15:14.353Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:16:14.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:16:14.354Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:17:14.355Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:17:14.356Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:18:14.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:18:14.357Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:19:14.360Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:19:14.361Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:20:14.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:20:14.363Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:21:14.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:21:14.367Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:22:14.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:22:14.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:23:14.371Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:23:14.373Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:24:14.374Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:24:14.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:25:14.376Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:25:14.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:26:14.379Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:26:14.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:27:14.380Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:27:14.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:28:14.381Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:28:14.381Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:29:14.384Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:29:14.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:30:14.386Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:30:14.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:31:14.387Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:31:14.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:32:14.389Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:32:14.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:33:14.391Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:33:14.390Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:34:14.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:34:14.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:35:14.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:35:14.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:36:14.399Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:36:14.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:37:14.402Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:37:14.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:38:14.407Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:38:14.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:39:14.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:39:14.447Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:40:14.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:40:14.448Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:41:14.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:41:14.449Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:42:14.418Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:42:14.450Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:43:14.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:43:14.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:44:14.423Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:44:14.452Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:45:14.426Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:45:14.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:46:14.428Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:46:14.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:47:14.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:47:14.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:48:14.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:48:14.461Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:49:14.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:49:14.463Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:50:14.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:50:14.466Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:51:14.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:51:14.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:52:14.444Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:52:14.468Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:53:14.447Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:53:14.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:54:14.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:54:14.470Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:55:14.453Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:55:14.471Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:56:14.455Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:56:14.473Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:57:14.458Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:57:14.474Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:58:14.461Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:58:14.475Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T21:59:14.471Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T21:59:14.477Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:00:14.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:00:14.479Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:01:14.476Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:01:14.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:02:14.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:02:14.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:03:14.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:03:14.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:04:14.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:04:14.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:05:14.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:05:14.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:06:14.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:06:14.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:07:14.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:07:14.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:08:14.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:08:14.495Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:09:14.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:09:14.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:10:14.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:10:14.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:11:14.498Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:11:14.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:12:14.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:12:14.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:13:14.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:13:14.503Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:14:14.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:14:14.505Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:15:14.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:15:14.507Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:16:14.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:16:14.508Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:14.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:17:14.513Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:30.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T22:17:30.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:17:30.904Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:17:30.904Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1166050b-bb64-43f9-8a02-a16158bcb58e","serviceName":"vFW 2023-01-31 22-15-47","serviceVersion":"1.0","serviceUUID":"778b31e3-7431-4c9d-a69d-39fc6c810529","serviceDescription":"catalog service description","serviceInvariantUUID":"aaa38c4e-0110-4d22-a434-0ad84e669abb","resources":[{"resourceInstanceName":"vFW c2c144ef-e4a3 0","resourceName":"vFW c2c144ef-e4a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5e2befd-506b-44be-a33f-887d176c313e","resourceInvariantUUID":"1a09cad2-4a60-4adf-8474-c8151d87f935","resourceCustomizationUUID":"36a5f6ac-2440-4dea-be86-b7898762cda3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml","artifactChecksum":"M2Y5ZDQxMTE1YmIxNDQ2ZjExZWNjMGRiODNkYTFmMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7edb0210-e250-4d2e-8f3b-0fc253e737f1","artifactVersion":"1"},{"artifactName":"vfwc2c144efe4a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json","artifactChecksum":"MDc3YjU5MGRhOGEwNTM5NjNiNWE3ZTY2NmNiZGQ0YTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e9217b4-6e6c-4fa2-8697-9d26c205fe03","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc0d59f4-3d5c-4218-bac5-3c61cdea7af2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml","artifactChecksum":"MTUzYmNmYTNhMDA5OGE3MThkYzVjMDU1YTQ1MWU3NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"466ccbc5-3e4f-431a-bd29-51fd43f357f7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4132ef41-8db4-4a30-bcbb-d71d9b08d4b2","artifactVersion":"2","generatedFromUUID":"bc0d59f4-3d5c-4218-bac5-3c61cdea7af2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230131221547-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml","artifactChecksum":"NjgyNmIzNzljMmY1NTI0ZmY2MDg3MDc0NThlNGI2YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f65f5993-e08e-4b68-9147-b9a015e0a274","artifactVersion":"1"},{"artifactName":"service-Vfw20230131221547-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar","artifactChecksum":"ZGFiNWYyZjM2ODk5ZjIyOTliZGZiODAzOWI5MzYzM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31b81cfd-0d47-4192-a628-f137b06f9532","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T22:17:30.954Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:31.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:17:31.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:31.046Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:31.047Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:31.098Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:17:31.099Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:17:31.101Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:17:31.101Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:17:31.101Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:17:31.102Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:17:32.193Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:32.194Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:32.194Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:32.195Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:33.198Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:33.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:33.200Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:33.200Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:34.207Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:34.208Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:34.209Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:34.210Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:35.212Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:35.214Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:35.214Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:35.215Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:36.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:36.223Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:36.224Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:36.224Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:37.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:17:37.227Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:37.228Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:37.228Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:38.233Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"serviceName": "vFW 2023-01-31 22-15-47",
"serviceVersion": "1.0",
"serviceUUID": "778b31e3-7431-4c9d-a69d-39fc6c810529",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aaa38c4e-0110-4d22-a434-0ad84e669abb",
"resources": [
{
"resourceInstanceName": "vFW c2c144ef-e4a3 0",
"resourceCustomizationUUID": "36a5f6ac-2440-4dea-be86-b7898762cda3",
"resourceName": "vFW c2c144ef-e4a3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b5e2befd-506b-44be-a33f-887d176c313e",
"resourceInvariantUUID": "1a09cad2-4a60-4adf-8474-c8151d87f935",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc2c144efe4a30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"artifactChecksum": "MDc3YjU5MGRhOGEwNTM5NjNiNWE3ZTY2NmNiZGQ0YTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e9217b4-6e6c-4fa2-8697-9d26c205fe03",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bc0d59f4-3d5c-4218-bac5-3c61cdea7af2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4132ef41-8db4-4a30-bcbb-d71d9b08d4b2",
"generatedFromUUID": "bc0d59f4-3d5c-4218-bac5-3c61cdea7af2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4132ef41-8db4-4a30-bcbb-d71d9b08d4b2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230131221547-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"artifactChecksum": "ZGFiNWYyZjM2ODk5ZjIyOTliZGZiODAzOWI5MzYzM2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31b81cfd-0d47-4192-a628-f137b06f9532"
}
],
"workloadContext": "Production"
}
2023-01-31T22:17:38.250Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T22:17:38.253Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 778b31e3-7431-4c9d-a69d-39fc6c810529 ASDC
2023-01-31T22:17:38.607Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1166050b-bb64-43f9-8a02-a16158bcb58e
ServiceName:vFW 2023-01-31 22-15-47
ServiceVersion:1.0
ServiceUUID:778b31e3-7431-4c9d-a69d-39fc6c810529
ServiceInvariantUUID:aaa38c4e-0110-4d22-a434-0ad84e669abb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230131221547-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar
ArtifactUUID:31b81cfd-0d47-4192-a628-f137b06f9532
ArtifactChecksum:ZGFiNWYyZjM2ODk5ZjIyOTliZGZiODAzOWI5MzYzM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c2c144ef-e4a3 0
ResourceCustomizationUUID:36a5f6ac-2440-4dea-be86-b7898762cda3
ResourceInvariantUUID:1a09cad2-4a60-4adf-8474-c8151d87f935
ResourceName:vFW c2c144ef-e4a3
ResourceType:VF
ResourceUUID:b5e2befd-506b-44be-a33f-887d176c313e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc2c144efe4a30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json
ArtifactUUID:4e9217b4-6e6c-4fa2-8697-9d26c205fe03
ArtifactChecksum:MDc3YjU5MGRhOGEwNTM5NjNiNWE3ZTY2NmNiZGQ0YTI=
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/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml
ArtifactUUID:bc0d59f4-3d5c-4218-bac5-3c61cdea7af2
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/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env
ArtifactUUID:4132ef41-8db4-4a30-bcbb-d71d9b08d4b2
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/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env
ArtifactUUID:4132ef41-8db4-4a30-bcbb-d71d9b08d4b2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T22:17:38.608Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 778b31e3-7431-4c9d-a69d-39fc6c810529 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-31T22:17:39.341Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:17:39.344Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T22:17:39.351Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T22:17:39.353Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31b81cfd-0d47-4192-a628-f137b06f9532 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:39.356Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:17:39.358Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:39.603Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:17:39.639Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar 31b81cfd-0d47-4192-a628-f137b06f9532 101499
2023-01-31T22:17:39.642Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar ASDC sendASDCNotification
2023-01-31T22:17:39.642Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:39.644Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:17:39.646Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:39.646Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:39.646Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203459640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:40.650Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:17:40.652Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T22:17:40.653Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 31b81cfd-0d47-4192-a628-f137b06f9532, URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar to file: /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:40.654Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230131221547-csar.csar
2023-01-31T22:17:40.913Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:40.915Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:43.148Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP574472346985414510/Definitions/service-Vfw20230131221547-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-31T22:17:51.047Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T22:17:51.062Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-31T22:17:51.064Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.064Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-31T22:17:51.064Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.067Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c2c144ef-e4a3 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-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.068Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.069Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:51.070Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-31T22:17:51.091Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.095Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.109Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:51.110Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-31T22:17:51.115Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:17:51.119Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.120Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.120Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:51.123Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-31T22:17:51.124Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:17:51.124Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.125Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.132Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.132Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:51.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:51.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T22:17:51.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T22:17:51.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:51.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T22:17:51.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T22:17:51.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.138Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T22:17:51.138Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.139Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T22:17:51.139Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.140Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T22:17:51.140Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.141Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T22:17:51.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:51.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:51.145Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.146Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:51.146Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:51.159Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.163Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:51.163Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:51.164Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.164Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:51.165Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:51.165Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-31T22:17:51.165Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:51.166Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T22:17:51.166Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T22:17:51.167Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.167Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.169Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T22:17:51.169Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.170Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T22:17:51.170Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.170Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6411bfea-5253-4cce-b81f-9f246d2523ad
2023-01-31T22:17:51.171Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.171Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:51.172Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:51.172Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T22:17:51.172Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.173Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.173Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.173Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T22:17:51.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:51.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-31T22:17:51.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T22:17:51.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T22:17:51.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.176Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bdd26b5a-ff0b-4b2b-8330-2a3e7f5f2739
2023-01-31T22:17:51.176Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.177Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:51.177Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:51.177Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T22:17:51.178Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.178Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.178Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.179Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T22:17:51.179Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:51.179Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T22:17:51.180Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T22:17:51.180Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:51.180Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:51.181Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-31T22:17:51.181Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14d74882-0757-4135-88f7-6bedf57d54ad
2023-01-31T22:17:51.181Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:51.184Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:51.184Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-31 22-15-47
Description:catalog service description
Model UUID:778b31e3-7431-4c9d-a69d-39fc6c810529
Model Version:NULL
Model InvariantUuid:aaa38c4e-0110-4d22-a434-0ad84e669abb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c2c144ef-e4a3
Model UUID:549f33fc-7349-4024-a818-971406a5c372
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1a09cad2-4a60-4adf-8474-c8151d87f935
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:36a5f6ac-2440-4dea-be86-b7898762cda3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8
ModelName:VfwC2c144efE4a3..base_vfw..module-0
ModelUuid:40603194-66da-4531-9767-9549b52f612b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6411bfea-5253-4cce-b81f-9f246d2523ad
ModelInvariantUuid:b4d05093-1a20-47c9-851b-c38155f530b2
ModelName:vFW c2c144ef-e4a3-nodes.vfwCvfc
ModelUuid:5b06e58d-bd69-475a-86cc-c593c8573274
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e1adb147-95ca-481c-9468-e43ba61a1db0
ModelInvariantUuid:f014e0bd-e80c-4730-b4a0-ee1120a31ec8
ModelName:VfwC2c144efE4a3.compute.nodes.heat.vfw
ModelUuid:c263727f-051d-4740-920f-fac0a218bc91
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bdd26b5a-ff0b-4b2b-8330-2a3e7f5f2739
ModelInvariantUuid:9b051420-45e6-4bae-ab9e-171866f18cb0
ModelName:vFW c2c144ef-e4a3-nodes.vsnCvfc
ModelUuid:4b55071a-da95-48df-a3f0-83a538371595
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:765325c6-cd6b-4eb8-93e7-a0093fa83cb2
ModelInvariantUuid:5e62aa1e-3e09-440d-be15-0fc0b2ba95ee
ModelName:VfwC2c144efE4a3.compute.nodes.heat.vsn
ModelUuid:e9ea9a7e-a12e-424d-8339-125821111c14
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:14d74882-0757-4135-88f7-6bedf57d54ad
ModelInvariantUuid:ea5e8b27-1312-4cdc-9285-094872b62e27
ModelName:vFW c2c144ef-e4a3-nodes.vpgCvfc
ModelUuid:3c63abf3-457c-4cd7-a503-41dbc77d10b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c8c73381-8681-462c-9b2f-0343e0a71769
ModelInvariantUuid:36be0c48-8851-4a9d-b618-4457c4489b3e
ModelName:VfwC2c144efE4a3.compute.nodes.heat.vpg
ModelUuid:eaea6ff4-6169-422e-82db-42c556d54fce
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-31T22:17:51.239Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b5e2befd-506b-44be-a33f-887d176c313e
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-31T22:17:51.478Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||vFW c2c144ef-e4a3 0
2023-01-31T22:17:51.497Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5e2befd-506b-44be-a33f-887d176c313e
2023-01-31T22:17:51.498Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e9217b4-6e6c-4fa2-8697-9d26c205fe03 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json
2023-01-31T22:17:51.498Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:17:51.499Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json
2023-01-31T22:17:51.603Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:17:51.604Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json 4e9217b4-6e6c-4fa2-8697-9d26c205fe03 785
2023-01-31T22:17:51.608Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json ASDC sendASDCNotification
2023-01-31T22:17:51.609Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json
2023-01-31T22:17:51.609Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:17:51.610Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:51.610Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:51.610Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203471608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:52.613Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC2c144efE4a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40603194-66da-4531-9767-9549b52f612b",
"vfModuleModelCustomizationUUID": "990167c4-fc97-4edd-a5b8-b0f5d5c440a6",
"isBase": true,
"artifacts": [
"bc0d59f4-3d5c-4218-bac5-3c61cdea7af2",
"4132ef41-8db4-4a30-bcbb-d71d9b08d4b2"
],
"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-31T22:17:52.658Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC2c144efE4a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40603194-66da-4531-9767-9549b52f612b
VfModuleModelInvariantUUID:d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc0d59f4-3d5c-4218-bac5-3c61cdea7af2
,
4132ef41-8db4-4a30-bcbb-d71d9b08d4b2
}
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-31T22:17:52.666Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC2c144efE4a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40603194-66da-4531-9767-9549b52f612b",
"vfModuleModelCustomizationUUID": "990167c4-fc97-4edd-a5b8-b0f5d5c440a6",
"isBase": true,
"artifacts": [
"bc0d59f4-3d5c-4218-bac5-3c61cdea7af2",
"4132ef41-8db4-4a30-bcbb-d71d9b08d4b2"
],
"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-31T22:17:52.669Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC2c144efE4a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40603194-66da-4531-9767-9549b52f612b
VfModuleModelInvariantUUID:d7fe9cb0-b2c7-4ef7-8ab6-ba9b79e3b3a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc0d59f4-3d5c-4218-bac5-3c61cdea7af2
,
4132ef41-8db4-4a30-bcbb-d71d9b08d4b2
}
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-31T22:17:52.670Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml
2023-01-31T22:17:52.671Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:17:52.671Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml
2023-01-31T22:17:52.785Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:17:52.787Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml bc0d59f4-3d5c-4218-bac5-3c61cdea7af2 20368
2023-01-31T22:17:52.787Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-31T22:17:52.787Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml
2023-01-31T22:17:52.788Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:17:52.788Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:52.788Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:52.794Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203472787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:53.796Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 from URL: /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env
2023-01-31T22:17:53.797Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:17:53.798Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env
2023-01-31T22:17:53.874Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:17:53.876Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env 4132ef41-8db4-4a30-bcbb-d71d9b08d4b2 2098
2023-01-31T22:17:53.877Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-31T22:17:53.877Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env
2023-01-31T22:17:53.877Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:17:53.878Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:53.878Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:53.879Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203473877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:54.883Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 778b31e3-7431-4c9d-a69d-39fc6c810529
2023-01-31T22:17:54.884Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c2c144ef-e4a3 0 b5e2befd-506b-44be-a33f-887d176c313e 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-31T22:17:54.965Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a3c789, org.onap.sdc.toscaparser.api.parameters.Input@3e3d7c7d, org.onap.sdc.toscaparser.api.parameters.Input@31cdad54, org.onap.sdc.toscaparser.api.parameters.Input@a38ffa8, org.onap.sdc.toscaparser.api.parameters.Input@163beee9]
2023-01-31T22:17:54.972Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:54.973Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:54.973Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-01-31T22:17:54.974Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 36a5f6ac-2440-4dea-be86-b7898762cda3
2023-01-31T22:17:54.974Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36a5f6ac-2440-4dea-be86-b7898762cda3 matches Tosca VF Customization UUID: 36a5f6ac-2440-4dea-be86-b7898762cda3
2023-01-31T22:17:54.974Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 36a5f6ac-2440-4dea-be86-b7898762cda3 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-31T22:17:54.992Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:54.993Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:54.995Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 36a5f6ac-2440-4dea-be86-b7898762cda3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-31T22:17:54.995Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44e197a2
2023-01-31T22:17:54.996Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:54.996Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T22:17:54.997Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 990167c4-fc97-4edd-a5b8-b0f5d5c440a6
2023-01-31T22:17:54.999Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 990167c4-fc97-4edd-a5b8-b0f5d5c440a6
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-31T22:17:55.045Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.046Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:55.046Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:55.048Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.048Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:55.048Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:55.049Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.050Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:55.051Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:55.051Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-31T22:17:55.052Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:55.056Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T22:17:55.057Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T22:17:55.057Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.058Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:55.058Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T22:17:55.058Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:55.059Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T22:17:55.059Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.060Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6411bfea-5253-4cce-b81f-9f246d2523ad
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-31T22:17:55.078Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:55.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:55.081Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.082Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:55.082Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.083Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.084Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T22:17:55.084Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:55.085Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-31T22:17:55.086Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T22:17:55.087Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:55.088Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T22:17:55.089Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.089Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bdd26b5a-ff0b-4b2b-8330-2a3e7f5f2739
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-31T22:17:55.114Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.115Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:55.115Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:55.132Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is not matching search criteria
2023-01-31T22:17:55.133Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.134Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.135Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T22:17:55.135Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T22:17:55.135Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T22:17:55.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T22:17:55.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T22:17:55.136Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T22:17:55.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-31T22:17:55.137Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14d74882-0757-4135-88f7-6bedf57d54ad
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-31T22:17:55.141Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.143Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:55.143Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:17:55.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.144Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Node template vFW c2c144ef-e4a3 0 is matching search criteria
2023-01-31T22:17:55.145Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW c2c144ef-e4a3 0] matching following query criteria: sdcType=VF, customizationUUID=36a5f6ac-2440-4dea-be86-b7898762cda3
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-31T22:17:55.148Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.149Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:55.150Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 778b31e3-7431-4c9d-a69d-39fc6c810529: vFW c2c144ef-e4a3
2023-01-31T22:17:55.150Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.151Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:55.151Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.151Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:55.152Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.152Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:55.152Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.153Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:55.153Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:17:55.153Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 22-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:17:55.154Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-31 22-15-47
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-31T22:17:55.811Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c2c144ef-e4a3 b5e2befd-506b-44be-a33f-887d176c313e 1 ASDC deployResourceStructure
2023-01-31T22:17:55.812Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json ASDC sendASDCNotification
2023-01-31T22:17:55.813Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json
2023-01-31T22:17:55.813Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:17:55.813Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:55.814Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:55.814Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203475812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:56.816Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-31T22:17:56.818Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml
2023-01-31T22:17:56.818Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:17:56.819Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:56.819Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:56.820Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203476816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:57.821Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-31T22:17:57.822Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env
2023-01-31T22:17:57.823Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:17:57.824Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:57.824Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:57.825Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203477821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:58.827Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar ASDC sendASDCNotification
2023-01-31T22:17:58.828Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar
2023-01-31T22:17:58.828Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:17:58.830Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:17:58.830Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:17:58.831Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203478827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:17:59.833Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:17:59.904Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
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-31T22:17:59.914Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:17:59.915Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T22:17:59.915Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T22:18:13.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:18:13.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:18:13.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:18:13.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:18:13.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:18:13.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:18:13.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:18:13.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:18:13.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:18:13.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:18:29.918Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:18:29.956Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
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-31T22:18:29.968Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:18:29.969Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T22:18:29.969Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T22:18:59.970Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:19:00.008Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
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-31T22:19:00.016Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:19:00.017Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T22:19:00.017Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T22:19:13.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:19:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.795Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.796Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.797Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.798Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.799Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.800Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.801Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.802Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.803Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203444344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203445172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203407374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203429421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203434511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203448932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203458158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203457098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203456759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203460238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203458114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-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-31T22:19:13.875Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e
2023-01-31T22:19:13.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:13.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:13.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.912Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203459300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.913Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203459640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.915Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.917Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "policy-distribution",
"timestamp": 1675203458777,
"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-31T22:19:13.926Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e
2023-01-31T22:19:13.929Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:13.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.947Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203460495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203461588,
"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-31T22:19:13.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e
2023-01-31T22:19:13.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:13.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "multicloud-k8s",
"timestamp": 1675203462591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:13.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:19:13.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203460395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:19:13.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203467849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:13.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203468159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:13.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:13.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:13.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203469173,
"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-31T22:19:13.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e
2023-01-31T22:19:13.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:14.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.008Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203471608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:14.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.009Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203472787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:14.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.011Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203473877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:19:14.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.011Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203475812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/vfwc2c144efe4a30_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:14.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.012Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203476816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:14.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.013Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203477821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/resourceInstances/vfwc2c144efe4a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:14.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.023Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203478827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:14.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.024Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203486780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131221547/1.0/artifacts/service-Vfw20230131221547-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:19:14.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:19:14.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:19:14.025Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "aai-model-loader",
"timestamp": 1675203487785,
"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-31T22:19:14.033Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1166050b-bb64-43f9-8a02-a16158bcb58e
2023-01-31T22:19:14.034Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:19:30.017Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:19:30.050Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e
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-31T22:19:30.075Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:19:30.076Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T22:19:30.077Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T22:19:30.078Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T22:19:30.079Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:19:30.079Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:19:30.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:19:30.080Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:19:30.081Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:19:30.081Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-31T22:19:30.103Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T22:20:00.106Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1166050b-bb64-43f9-8a02-a16158bcb58e 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-31T22:20:00.182Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1166050b-bb64-43f9-8a02-a16158bcb58e and serviceModelVersionId: 778b31e3-7431-4c9d-a69d-39fc6c810529
2023-01-31T22:20:00.183Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaa38c4e-0110-4d22-a434-0ad84e669abb
2023-01-31T22:20:13.829Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:13.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.862Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.867Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.869Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.873Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.878Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.878Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.879Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.881Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.885Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.886Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.892Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203489780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "ves-openapi-manager",
"timestamp": 1675203503739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203493596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203459117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203490395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:20:13.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203512739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:13.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203511360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203511720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:13.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.897Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203514155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:13.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:20:13.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.898Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203512363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:20:13.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:13.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:13.901Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "cds-sdc-listener",
"timestamp": 1675203512726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-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-31T22:20:13.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b
2023-01-31T22:20:13.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.009Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203513851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:14.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.010Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203508933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:20:14.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.012Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "policy-distribution",
"timestamp": 1675203513365,
"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-31T22:20:14.030Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b
2023-01-31T22:20:14.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203514927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:14.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203516879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:20:14.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203515981,
"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-31T22:20:14.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b
2023-01-31T22:20:14.076Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.138Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "multicloud-k8s",
"timestamp": 1675203516982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T22:20:14.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.151Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:20:14.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.152Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675203520966,
"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-31T22:20:14.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b
2023-01-31T22:20:14.159Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:14.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203526135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:20:14.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:20:14.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:20:14.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "aai-model-loader",
"timestamp": 1675203527140,
"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-31T22:20:14.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83b29bfb-2962-4355-946c-d64435741c1b
2023-01-31T22:20:14.185Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:20:45.470Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0
2023-01-31T22:20:46.224Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T22:20:47.937Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?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-31T22:20:47.948Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0|INFO|500||Invoke
2023-01-31T22:20:48.464Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T22:20:49.174Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0|INFO|500||InvokeReturn
2023-01-31T22:20:49.175Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa38c4e-0110-4d22-a434-0ad84e669abb/model-vers/model-ver/778b31e3-7431-4c9d-a69d-39fc6c810529?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:20:47 GMT], content-length=[0], vertex-id=[221376], x-aai-txid=[0-aai-resources-230131-22:20:47:770-14717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T22:20:49.176Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-01-31T22:20:49.217Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T22:20:49.218Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-31T22:20:49.239Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||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-31T22:20:49.242Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1166050b-bb64-43f9-8a02-a16158bcb58e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T22:20:49.252Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T22:20:49.253Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:49.253Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:49.254Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203649242,
"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-31T22:20:50.329Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:20:50.355Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T22:20:50.359Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"83b29bfb-2962-4355-946c-d64435741c1b","serviceName":"basic_onboard_QFRISO","serviceVersion":"1.0","serviceUUID":"82d2a24d-5b78-4728-93ad-f2d1806ea23c","serviceDescription":"service","serviceInvariantUUID":"12c59d25-d943-48c9-b5c8-82f7b00e633c","resources":[{"resourceInstanceName":"basic_onboard_QFRISO 0","resourceName":"basic_onboard_QFRISO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c236c2d0-f9d5-428e-a9f3-da03c336cfaf","resourceInvariantUUID":"9e681fb2-7caa-418b-83b4-a89242972d6c","resourceCustomizationUUID":"8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml","artifactChecksum":"NjQyMjYwMDRmOGUzNTY4NzQwNjhkMzIyZDg4MTJkOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec6da9c7-4d0d-48ee-968b-b5b4f0a6846f","artifactVersion":"1"},{"artifactName":"basic_onboard_qfriso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json","artifactChecksum":"NmI3OGVhZmQ5YmRiYTE5ZDI0YzNiOTdhMDdiOTIzMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18eeca0b-5886-44e3-9db5-5b5a97a1abf9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1daccd4-1b5d-4c56-b566-32c70241c214","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99abebbe-313a-4637-8afe-1763e2340b2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4bbc5b1c-af12-4ad3-a120-147fa1f17dc2","artifactVersion":"2","generatedFromUUID":"c1daccd4-1b5d-4c56-b566-32c70241c214"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQfriso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml","artifactChecksum":"NTFhODRkODI5ZjY3MjBhMjY2MTFhOWFkZjA0NDQ4YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f7205a4-2ed8-44a7-9f56-61e6872e3d14","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQfriso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar","artifactChecksum":"MGFiNzc4ZTQ2OGFiMWUxODcyYmQ2Mjk4ZTkzMjAxYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a6bf9e1-0a9a-4702-946b-60249d49961c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T22:20:50.371Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:50.405Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:50.406Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:50.406Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:51.416Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:51.417Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:51.417Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:51.418Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:52.421Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:52.422Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:52.422Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:52.422Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:53.427Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:53.428Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:53.428Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:53.429Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:54.431Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:54.432Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:54.432Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:54.432Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:55.444Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:55.445Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:55.445Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:55.445Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:56.447Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:20:56.450Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:56.451Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:56.451Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:57.459Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"serviceName": "basic_onboard_QFRISO",
"serviceVersion": "1.0",
"serviceUUID": "82d2a24d-5b78-4728-93ad-f2d1806ea23c",
"serviceDescription": "service",
"serviceInvariantUUID": "12c59d25-d943-48c9-b5c8-82f7b00e633c",
"resources": [
{
"resourceInstanceName": "basic_onboard_QFRISO 0",
"resourceCustomizationUUID": "8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee",
"resourceName": "basic_onboard_QFRISO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c236c2d0-f9d5-428e-a9f3-da03c336cfaf",
"resourceInvariantUUID": "9e681fb2-7caa-418b-83b4-a89242972d6c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qfriso0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"artifactChecksum": "NmI3OGVhZmQ5YmRiYTE5ZDI0YzNiOTdhMDdiOTIzMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18eeca0b-5886-44e3-9db5-5b5a97a1abf9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1daccd4-1b5d-4c56-b566-32c70241c214",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4bbc5b1c-af12-4ad3-a120-147fa1f17dc2",
"generatedFromUUID": "c1daccd4-1b5d-4c56-b566-32c70241c214"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4bbc5b1c-af12-4ad3-a120-147fa1f17dc2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQfriso-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"artifactChecksum": "MGFiNzc4ZTQ2OGFiMWUxODcyYmQ2Mjk4ZTkzMjAxYTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a6bf9e1-0a9a-4702-946b-60249d49961c"
}
],
"workloadContext": "Production"
}
2023-01-31T22:20:57.469Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T22:20:57.470Z|1166050b-bb64-43f9-8a02-a16158bcb58e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82d2a24d-5b78-4728-93ad-f2d1806ea23c ASDC
2023-01-31T22:20:57.470Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:83b29bfb-2962-4355-946c-d64435741c1b
ServiceName:basic_onboard_QFRISO
ServiceVersion:1.0
ServiceUUID:82d2a24d-5b78-4728-93ad-f2d1806ea23c
ServiceInvariantUUID:12c59d25-d943-48c9-b5c8-82f7b00e633c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQfriso-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar
ArtifactUUID:1a6bf9e1-0a9a-4702-946b-60249d49961c
ArtifactChecksum:MGFiNzc4ZTQ2OGFiMWUxODcyYmQ2Mjk4ZTkzMjAxYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QFRISO 0
ResourceCustomizationUUID:8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee
ResourceInvariantUUID:9e681fb2-7caa-418b-83b4-a89242972d6c
ResourceName:basic_onboard_QFRISO
ResourceType:VF
ResourceUUID:c236c2d0-f9d5-428e-a9f3-da03c336cfaf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qfriso0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json
ArtifactUUID:18eeca0b-5886-44e3-9db5-5b5a97a1abf9
ArtifactChecksum:NmI3OGVhZmQ5YmRiYTE5ZDI0YzNiOTdhMDdiOTIzMTI=
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/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c1daccd4-1b5d-4c56-b566-32c70241c214
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/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env
ArtifactUUID:4bbc5b1c-af12-4ad3-a120-147fa1f17dc2
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/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env
ArtifactUUID:4bbc5b1c-af12-4ad3-a120-147fa1f17dc2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T22:20:57.489Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82d2a24d-5b78-4728-93ad-f2d1806ea23c 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-31T22:20:57.655Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a6bf9e1-0a9a-4702-946b-60249d49961c from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:57.657Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:20:57.658Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:58.029Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:20:58.037Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar 1a6bf9e1-0a9a-4702-946b-60249d49961c 75671
2023-01-31T22:20:58.038Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar ASDC sendASDCNotification
2023-01-31T22:20:58.038Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:58.038Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:20:58.039Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:20:58.039Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:20:58.039Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203658038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:20:59.040Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:20:59.041Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T22:20:59.042Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1a6bf9e1-0a9a-4702-946b-60249d49961c, URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar to file: /app/ASDC/1/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:59.043Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:59.044Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:59.044Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:20:59.344Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4681453348210269764/Definitions/service-BasicOnboardQfriso-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-31T22:21:02.789Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T22:21:02.790Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-31T22:21:02.793Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.793Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-31T22:21:02.793Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QFRISO 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-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:02.794Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-31T22:21:02.795Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.795Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.796Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:02.796Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-31T22:21:02.796Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:21:02.797Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is not matching search criteria
2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-31T22:21:02.798Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-31T22:21:02.799Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-31T22:21:02.799Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T22:21:02.800Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.801Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:02.801Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:21:02.802Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.803Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:02.803Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:21:02.803Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.804Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is not matching search criteria
2023-01-31T22:21:02.805Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-31T22:21:02.805Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T22:21:02.805Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de74fdbc-61f3-4243-b601-1b53f72ee79f
2023-01-31T22:21:02.806Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.806Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.806Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.807Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.807Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.807Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.808Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:02.808Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:02.808Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QFRISO
Description:service
Model UUID:82d2a24d-5b78-4728-93ad-f2d1806ea23c
Model Version:NULL
Model InvariantUuid:12c59d25-d943-48c9-b5c8-82f7b00e633c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QFRISO
Model UUID:97267fc0-9217-44c1-a5b8-915dc9ab4be0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e681fb2-7caa-418b-83b4-a89242972d6c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b0ea4041-bea2-4ec2-8be3-9751017a6cda
ModelName:BasicOnboardQfriso..base_ubuntu18..module-0
ModelUuid:de489b3b-304c-440d-8c9d-1553c53e1cc0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:de74fdbc-61f3-4243-b601-1b53f72ee79f
ModelInvariantUuid:cde5e3d8-4b54-4dbf-afdc-74f3630f7ba0
ModelName:basic_onboard_QFRISO-nodes.ubuntu18Cvfc
ModelUuid:97b02186-dcbe-400a-8bcb-d4d58b1959de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:26ed24eb-a427-42bd-9934-6eac7a7e4863
ModelInvariantUuid:0240a8f9-bb2b-45b3-8603-12a1ca8b673a
ModelName:BasicOnboardQfriso.compute.nodes.heat.ubuntu18
ModelUuid:e3c468e4-683c-4cec-9443-508a3b867af9
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-31T22:21:02.850Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c236c2d0-f9d5-428e-a9f3-da03c336cfaf
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-31T22:21:02.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||basic_onboard_QFRISO 0
2023-01-31T22:21:02.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c236c2d0-f9d5-428e-a9f3-da03c336cfaf
2023-01-31T22:21:02.864Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 18eeca0b-5886-44e3-9db5-5b5a97a1abf9 from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json
2023-01-31T22:21:02.865Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:21:02.865Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json
2023-01-31T22:21:02.983Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:21:02.984Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json 18eeca0b-5886-44e3-9db5-5b5a97a1abf9 798
2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json ASDC sendASDCNotification
2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json
2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:21:02.985Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:02.986Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:02.986Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203662984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:03.987Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQfriso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b0ea4041-bea2-4ec2-8be3-9751017a6cda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de489b3b-304c-440d-8c9d-1553c53e1cc0",
"vfModuleModelCustomizationUUID": "9167e1f9-cb91-40ec-8e55-5d599afecae4",
"isBase": true,
"artifacts": [
"c1daccd4-1b5d-4c56-b566-32c70241c214",
"4bbc5b1c-af12-4ad3-a120-147fa1f17dc2"
],
"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-31T22:21:04.008Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfriso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de489b3b-304c-440d-8c9d-1553c53e1cc0
VfModuleModelInvariantUUID:b0ea4041-bea2-4ec2-8be3-9751017a6cda
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1daccd4-1b5d-4c56-b566-32c70241c214
,
4bbc5b1c-af12-4ad3-a120-147fa1f17dc2
}
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-31T22:21:04.011Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQfriso..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b0ea4041-bea2-4ec2-8be3-9751017a6cda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de489b3b-304c-440d-8c9d-1553c53e1cc0",
"vfModuleModelCustomizationUUID": "9167e1f9-cb91-40ec-8e55-5d599afecae4",
"isBase": true,
"artifacts": [
"c1daccd4-1b5d-4c56-b566-32c70241c214",
"4bbc5b1c-af12-4ad3-a120-147fa1f17dc2"
],
"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-31T22:21:04.012Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfriso..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de489b3b-304c-440d-8c9d-1553c53e1cc0
VfModuleModelInvariantUUID:b0ea4041-bea2-4ec2-8be3-9751017a6cda
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1daccd4-1b5d-4c56-b566-32c70241c214
,
4bbc5b1c-af12-4ad3-a120-147fa1f17dc2
}
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-31T22:21:04.012Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1daccd4-1b5d-4c56-b566-32c70241c214 from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml
2023-01-31T22:21:04.012Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:21:04.013Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml
2023-01-31T22:21:04.087Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:21:04.088Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml c1daccd4-1b5d-4c56-b566-32c70241c214 5033
2023-01-31T22:21:04.089Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-31T22:21:04.089Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml
2023-01-31T22:21:04.089Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:21:04.090Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:04.090Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:04.090Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203664089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:05.108Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 from URL: /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env
2023-01-31T22:21:05.108Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T22:21:05.109Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env
2023-01-31T22:21:05.274Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T22:21:05.287Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env 4bbc5b1c-af12-4ad3-a120-147fa1f17dc2 909
2023-01-31T22:21:05.288Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-31T22:21:05.288Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env
2023-01-31T22:21:05.288Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:21:05.289Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:05.289Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:05.289Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203665288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:06.290Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82d2a24d-5b78-4728-93ad-f2d1806ea23c
2023-01-31T22:21:06.304Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QFRISO 0 c236c2d0-f9d5-428e-a9f3-da03c336cfaf 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-31T22:21:06.340Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5688e03c, org.onap.sdc.toscaparser.api.parameters.Input@1b52cc85, org.onap.sdc.toscaparser.api.parameters.Input@1af56f85, org.onap.sdc.toscaparser.api.parameters.Input@78c22fed, org.onap.sdc.toscaparser.api.parameters.Input@69daa9c9]
2023-01-31T22:21:06.347Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.348Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.350Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-01-31T22:21:06.350Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee
2023-01-31T22:21:06.353Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee matches Tosca VF Customization UUID: 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee
2023-01-31T22:21:06.355Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee 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-31T22:21:06.375Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.376Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.378Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-31T22:21:06.378Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c8d54cc
2023-01-31T22:21:06.379Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.379Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T22:21:06.380Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9167e1f9-cb91-40ec-8e55-5d599afecae4
2023-01-31T22:21:06.380Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9167e1f9-cb91-40ec-8e55-5d599afecae4
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-31T22:21:06.405Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.406Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:06.407Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:21:06.407Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.408Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:06.409Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:21:06.409Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.412Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is not matching search criteria
2023-01-31T22:21:06.412Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-31T22:21:06.413Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T22:21:06.413Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de74fdbc-61f3-4243-b601-1b53f72ee79f
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-31T22:21:06.449Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.450Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:06.451Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T22:21:06.452Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.452Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_QFRISO 0 is matching search criteria
2023-01-31T22:21:06.452Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_QFRISO 0] matching following query criteria: sdcType=VF, customizationUUID=8d2a92e2-fe03-4a48-9c18-71d95cc3c3ee
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-31T22:21:06.483Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.493Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.494Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82d2a24d-5b78-4728-93ad-f2d1806ea23c: basic_onboard_QFRISO
2023-01-31T22:21:06.494Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.494Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.495Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:21:06.496Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_QFRISO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:21:06.497Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_QFRISO
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-31T22:21:07.066Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QFRISO c236c2d0-f9d5-428e-a9f3-da03c336cfaf 1 ASDC deployResourceStructure
2023-01-31T22:21:07.067Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json ASDC sendASDCNotification
2023-01-31T22:21:07.067Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json
2023-01-31T22:21:07.067Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:21:07.068Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:07.068Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:07.068Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203667067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:08.074Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-31T22:21:08.075Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml
2023-01-31T22:21:08.075Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:21:08.075Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:08.076Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:08.076Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203668074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:09.078Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-31T22:21:09.079Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env
2023-01-31T22:21:09.079Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:21:09.080Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:09.080Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:09.080Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203669078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:10.081Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar ASDC sendASDCNotification
2023-01-31T22:21:10.082Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar
2023-01-31T22:21:10.082Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:21:10.083Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:10.083Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:10.084Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203670081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:11.086Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83b29bfb-2962-4355-946c-d64435741c1b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:21:11.112Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83b29bfb-2962-4355-946c-d64435741c1b
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-31T22:21:11.119Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:21:11.119Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:21:11.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:21:11.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:21:11.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-31T22:21:11.143Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T22:21:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:21:13.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "1166050b-bb64-43f9-8a02-a16158bcb58e",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203649242,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T22:21:13.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:21:13.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T22:21:13.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T22:21:13.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:21:13.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T22:21:13.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:21:13.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203650329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:21:13.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203658038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:21:13.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203662984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:21:13.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203664089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:21:13.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203665288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:21:13.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.790Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203667067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/basic_onboard_qfriso0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T22:21:13.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.791Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203668074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T22:21:13.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.791Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203669078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/resourceInstances/basic_onboard_qfriso0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-31T22:21:13.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:13.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:21:13.792Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203670081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfriso/1.0/artifacts/service-BasicOnboardQfriso-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:21:13.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:21:41.144Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83b29bfb-2962-4355-946c-d64435741c1b 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-31T22:21:41.177Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83b29bfb-2962-4355-946c-d64435741c1b and serviceModelVersionId: 82d2a24d-5b78-4728-93ad-f2d1806ea23c
2023-01-31T22:21:41.178Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12c59d25-d943-48c9-b5c8-82f7b00e633c
2023-01-31T22:21:41.194Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0
2023-01-31T22:21:41.209Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T22:21:41.575Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|INFO|500||Invoke
2023-01-31T22:21:41.576Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83b29bfb-2962-4355-946c-d64435741c1b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf0158b8-f18a-4c4b-b327-61708e3b31f9], X-ECOMP-RequestID=[83b29bfb-2962-4355-946c-d64435741c1b], X-TransactionId=[], X-ONAP-RequestID=[83b29bfb-2962-4355-946c-d64435741c1b], Content-Type=[application/merge-patch+json]}
2023-01-31T22:21:41.701Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T22:21:42.103Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?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/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:21:40 GMT], content-length=[0], vertex-id=[397344], x-aai-txid=[2-aai-resources-230131-22:21:40:985-27866], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T22:21:42.104Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-31T22:21:42.105Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12c59d25-d943-48c9-b5c8-82f7b00e633c/model-vers/model-ver/82d2a24d-5b78-4728-93ad-f2d1806ea23c?depth=0|INFO|500||InvokeReturn
2023-01-31T22:21:42.105Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T22:21:42.107Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-31T22:21:42.119Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||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-31T22:21:42.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83b29bfb-2962-4355-946c-d64435741c1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T22:21:42.120Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T22:21:42.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:21:42.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:21:42.121Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203702120,
"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-31T22:21:43.193Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:22:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:22:13.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T22:22:13.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "83b29bfb-2962-4355-946c-d64435741c1b",
"consumerID": "SO-sdc-controller",
"timestamp": 1675203702120,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T22:22:13.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:22:43.196Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:23:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:23:43.198Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:24:13.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:24:43.200Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:25:13.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:25:43.203Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:26:13.766Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:26:43.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:27:13.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:27:43.207Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:28:13.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:28:43.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:29:13.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:29:43.211Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:30:13.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:30:43.212Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:31:13.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:31:43.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:32:13.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:32:43.215Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:33:13.778Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:33:43.219Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:34:13.782Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:34:43.224Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:35:13.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:35:43.225Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:36:13.785Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:36:43.228Z|83b29bfb-2962-4355-946c-d64435741c1b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:37:13.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:37:43.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:38:13.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:38:43.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:39:13.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:39:43.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:40:13.793Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:40:43.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:41:13.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:41:43.242Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:42:13.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:42:43.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:43:13.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:43:43.246Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:44:13.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:44:43.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:45:13.804Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:45:43.250Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:46:13.808Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:46:43.252Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:47:13.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:47:43.253Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:48:13.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:48:43.255Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:49:13.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:49:43.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T22:49:43.214Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"179f6cca-8c6d-4593-bfa0-22e92f15d744","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bd85e253-dc86-4d3a-a897-e4a91946c844","serviceDescription":"service","serviceInvariantUUID":"4215bde2-5aff-4661-ad13-c52ae2132ab1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"370ed25b-2690-4f02-b49d-86e14bce6c59","resourceInvariantUUID":"61a92e43-3e39-4bdb-a164-ea738d8bd6c6","resourceCustomizationUUID":"769a953c-d7d1-46ac-9c05-b84e04bab9ac","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":"M2YzZmE2NjZiYTI5MDhlMjQ5NDVlZDRkYzY2MGQzZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d55a6b20-12ac-4eb8-a5c8-33cb12ca1e27","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzY0NWRmYTIzMTFiOGVmZTQ3ZTBkOGQ1MjYwZGQwMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T22:49:43.230Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:49:43.231Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:49:43.231Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:49:43.231Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205323255,
"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-31T22:49:43.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T22:49:43.255Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "ves-openapi-manager",
"timestamp": 1675205363829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:49:43.256Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:49:43.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:49:43.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:49:43.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:49:43.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:49:43.258Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:49:43.258Z||kafka-producer-network-thread | SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3fdd4978-6470-404a-b7ff-24994707f6a8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 0xf8fv5LSCqb10MvquRwEQ
2023-01-31T22:49:44.261Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:49:44.264Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:49:44.271Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:49:44.271Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205323255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:49:45.283Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bd85e253-dc86-4d3a-a897-e4a91946c844",
"serviceDescription": "service",
"serviceInvariantUUID": "4215bde2-5aff-4661-ad13-c52ae2132ab1",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "769a953c-d7d1-46ac-9c05-b84e04bab9ac",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "370ed25b-2690-4f02-b49d-86e14bce6c59",
"resourceInvariantUUID": "61a92e43-3e39-4bdb-a164-ea738d8bd6c6",
"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": "NzY0NWRmYTIzMTFiOGVmZTQ3ZTBkOGQ1MjYwZGQwMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5"
}
],
"workloadContext": "Production"
}
2023-01-31T22:49:45.284Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T22:49:45.285Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bd85e253-dc86-4d3a-a897-e4a91946c844 ASDC
2023-01-31T22:49:45.288Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:179f6cca-8c6d-4593-bfa0-22e92f15d744
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bd85e253-dc86-4d3a-a897-e4a91946c844
ServiceInvariantUUID:4215bde2-5aff-4661-ad13-c52ae2132ab1
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:0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5
ArtifactChecksum:NzY0NWRmYTIzMTFiOGVmZTQ3ZTBkOGQ1MjYwZGQwMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:769a953c-d7d1-46ac-9c05-b84e04bab9ac
ResourceInvariantUUID:61a92e43-3e39-4bdb-a164-ea738d8bd6c6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:370ed25b-2690-4f02-b49d-86e14bce6c59
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-31T22:49:45.289Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd85e253-dc86-4d3a-a897-e4a91946c844 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-31T22:49:45.491Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:49:45.505Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-31T22:49:45.507Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-31T22:49:45.528Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T22:49:45.532Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-31T22:49:45.533Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:46.329Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-31T22:49:46.373Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5 57788
2023-01-31T22:49:46.374Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:49:46.375Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205386374,
"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-31T22:49:47.377Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:49:47.382Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-31T22:49:47.383Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0f6e662f-df2e-4cb1-8ac6-72adc05d0ab5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T22:49:47.383Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-31T22:49:47.385Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T22:49:47.385Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T22:49:47.902Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14638307719974924349/Definitions/service-BasicNetwork-template.yml
2023-01-31T22:49:49.857Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.861Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.862Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.863Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-31T22:49:49.863Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.863Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-31T22:49:49.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-31T22:49:49.866Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:49:49.866Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:49:49.867Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.868Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.868Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.868Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.869Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.870Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.870Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.870Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bd85e253-dc86-4d3a-a897-e4a91946c844
Model Version:NULL
Model InvariantUuid:4215bde2-5aff-4661-ad13-c52ae2132ab1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:61a92e43-3e39-4bdb-a164-ea738d8bd6c6
Model UUID:6b5663e4-e61d-48c7-b710-8deeaa1c070b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:769a953c-d7d1-46ac-9c05-b84e04bab9ac
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-31T22:49:49.911Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 370ed25b-2690-4f02-b49d-86e14bce6c59
2023-01-31T22:49:49.912Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||No resources found for Service: bd85e253-dc86-4d3a-a897-e4a91946c844
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-31T22:49:49.923Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||
2023-01-31T22:49:49.924Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-31T22:49:49.926Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bd85e253-dc86-4d3a-a897-e4a91946c844
2023-01-31T22:49:49.926Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bd85e253-dc86-4d3a-a897-e4a91946c844
2023-01-31T22:49:49.926Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-31T22:49:49.927Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.940Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20b9bc0, org.onap.sdc.toscaparser.api.parameters.Input@76e8ecca, org.onap.sdc.toscaparser.api.parameters.Input@118b5a44, org.onap.sdc.toscaparser.api.parameters.Input@7643b2b4, org.onap.sdc.toscaparser.api.parameters.Input@2848e227]
2023-01-31T22:49:49.944Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.944Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.945Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.946Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.947Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bd85e253-dc86-4d3a-a897-e4a91946c844: Generic NeutronNet
2023-01-31T22:49:49.947Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.948Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:49.948Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:49.948Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.438Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:50.439Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.439Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:50.439Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.440Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:49:50.440Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.440Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.744Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-31T22:49:50.745Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.745Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:49:50.745Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T22:49:50.746Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:49:50.746Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:49:50.747Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205390745,
"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-31T22:49:51.749Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:49:51.810Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
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-31T22:49:51.825Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:49:51.825Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T22:49:51.825Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T22:50:13.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:50:13.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-31T22:50:13.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "policy-distribution",
"timestamp": 1675205374414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:50:13.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:50:21.826Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:50:21.860Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
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-31T22:50:21.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:50:21.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T22:50:21.865Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T22:50:51.866Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:50:51.904Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
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-31T22:50:51.913Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:50:51.914Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T22:50:51.914Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T22:51:13.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:13.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "cds-sdc-listener",
"timestamp": 1675205373787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:51:13.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.769Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "multicloud-k8s",
"timestamp": 1675205378080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:51:13.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205323255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:51:13.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "aai-model-loader",
"timestamp": 1675205380395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:51:13.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "ves-openapi-manager",
"timestamp": 1675205363829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:51:13.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "cds-sdc-listener",
"timestamp": 1675205373787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:51:13.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "multicloud-k8s",
"timestamp": 1675205378080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:51:13.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "policy-distribution",
"timestamp": 1675205374414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:51:13.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "aai-model-loader",
"timestamp": 1675205380395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:51:13.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205323255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:51:13.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "aai-model-loader",
"timestamp": 1675205387867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:51:13.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "policy-distribution",
"timestamp": 1675205385020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:51:13.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "cds-sdc-listener",
"timestamp": 1675205385377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:51:13.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205386374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:51:13.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "policy-distribution",
"timestamp": 1675205386024,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:51:13.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "cds-sdc-listener",
"timestamp": 1675205386384,
"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-31T22:51:13.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744
2023-01-31T22:51:13.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:13.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.815Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "policy-distribution",
"timestamp": 1675205387026,
"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-31T22:51:13.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744
2023-01-31T22:51:13.826Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:13.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.845Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205390745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:51:13.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.846Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "aai-model-loader",
"timestamp": 1675205394137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:51:13.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.847Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "aai-model-loader",
"timestamp": 1675205395140,
"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-31T22:51:13.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744
2023-01-31T22:51:13.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:13.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675205398932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T22:51:13.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675205398932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T22:51:13.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.904Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675205402091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T22:51:13.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.905Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675205404115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T22:51:13.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T22:51:13.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-31T22:51:13.906Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675205405123,
"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-31T22:51:13.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 179f6cca-8c6d-4593-bfa0-22e92f15d744
2023-01-31T22:51:13.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:21.915Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T22:51:21.941Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744
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-31T22:51:21.951Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T22:51:21.952Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T22:51:21.953Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:51:21.963Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T22:51:51.966Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 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-31T22:51:52.011Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 179f6cca-8c6d-4593-bfa0-22e92f15d744 and serviceModelVersionId: bd85e253-dc86-4d3a-a897-e4a91946c844
2023-01-31T22:51:52.011Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4215bde2-5aff-4661-ad13-c52ae2132ab1
2023-01-31T22:51:52.014Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0
2023-01-31T22:51:52.027Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T22:51:52.218Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?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-31T22:51:52.221Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0|INFO|500||Invoke
2023-01-31T22:51:52.285Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T22:51:52.454Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0|INFO|500||InvokeReturn
2023-01-31T22:51:52.455Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4215bde2-5aff-4661-ad13-c52ae2132ab1/model-vers/model-ver/bd85e253-dc86-4d3a-a897-e4a91946c844?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 22:51:51 GMT], content-length=[0], vertex-id=[151784], x-aai-txid=[1-aai-resources-230131-22:51:51:536-6579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T22:51:52.456Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-31T22:51:52.457Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T22:51:52.457Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:51:52.464Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|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-31T22:51:52.465Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 179f6cca-8c6d-4593-bfa0-22e92f15d744 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T22:51:52.466Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T22:51:52.466Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:52.467Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:52.467Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "179f6cca-8c6d-4593-bfa0-22e92f15d744",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205512465,
"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-31T22:51:53.547Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-31T22:51:53.574Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T22:51:53.575Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"4481412b-4147-4847-92bb-0b34460a30b7","serviceName":"Demo_pNF_eEFnqVyaGx9tPU5Zsvaf","serviceVersion":"1.0","serviceUUID":"e0f5343a-c6dd-4383-a645-a1cda0a5b4b9","serviceDescription":"catalog service description","serviceInvariantUUID":"a0976506-38ae-4366-af39-f0bc32b99ce3","resources":[{"resourceInstanceName":"pNF bd77974e-ef4f 0","resourceName":"pNF bd77974e-ef4f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bbfa84ca-d660-4deb-b949-89cc7a4ae74b","resourceInvariantUUID":"b6d9e5fd-de50-4d6c-ba11-2b607a52c138","resourceCustomizationUUID":"86389743-5aad-43a3-8b47-1ca316ea50ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml","artifactChecksum":"NDRhMWY4ODMzZDEwOTk3NGMxY2ZhMmVlYTAxMjM1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e3e2e5a-5cdc-46d3-a9f4-230360a380e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar","artifactChecksum":"NzNhYmI2MGVjNzUyMDVlNTM0MzUyYjAyZWI5ZWIzNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa0335f7-6819-4aef-bf95-60497033226e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea113e1e-628e-4d8e-aac0-17a5f0c1846d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzk4MTk2MDFlNzNjZjhhYmEzNjVlZjcyYWQ1NjQ0ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"575ddd52-45ca-4f2a-aacf-ba942e6b0cae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3110537a-b67f-4791-830d-e24425a1ab2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e03a2989-e77a-4057-81a4-dd662c4623b4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml","artifactChecksum":"YjE1YjAwYzA3MGYxNzI0ZjgyYjQ1ZjZkNzRhN2M5N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75fe8b94-9e33-4a77-a757-f70d96705fd7","artifactVersion":"1"},{"artifactName":"service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar","artifactChecksum":"MDI3NWI0N2FlZjE1MWM2MTQ2ZWExNTFjYmJkMTU5Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e675ecc-1b18-40a4-86c6-d021c1483f82","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T22:51:53.595Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:53.595Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:53.596Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:53.596Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:54.597Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:54.599Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:54.599Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:54.599Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:55.601Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:55.603Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:55.603Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:55.604Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:56.616Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:56.616Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:56.627Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:56.628Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:57.634Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:57.634Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:57.635Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:57.635Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:58.651Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:58.652Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:58.652Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:58.653Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/resourceInstances/pnfbd77974eef4f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:51:59.667Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:51:59.668Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:51:59.668Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:51:59.669Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:52:00.671Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T22:52:00.672Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:52:00.680Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:52:00.708Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205513547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:52:01.712Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"serviceName": "Demo_pNF_eEFnqVyaGx9tPU5Zsvaf",
"serviceVersion": "1.0",
"serviceUUID": "e0f5343a-c6dd-4383-a645-a1cda0a5b4b9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a0976506-38ae-4366-af39-f0bc32b99ce3",
"resources": [
{
"resourceInstanceName": "pNF bd77974e-ef4f 0",
"resourceCustomizationUUID": "86389743-5aad-43a3-8b47-1ca316ea50ec",
"resourceName": "pNF bd77974e-ef4f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "bbfa84ca-d660-4deb-b949-89cc7a4ae74b",
"resourceInvariantUUID": "b6d9e5fd-de50-4d6c-ba11-2b607a52c138",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar",
"artifactChecksum": "MDI3NWI0N2FlZjE1MWM2MTQ2ZWExNTFjYmJkMTU5Zjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e675ecc-1b18-40a4-86c6-d021c1483f82"
}
],
"workloadContext": "Production"
}
2023-01-31T22:52:01.712Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T22:52:01.713Z|179f6cca-8c6d-4593-bfa0-22e92f15d744|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 ASDC
2023-01-31T22:52:01.713Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4481412b-4147-4847-92bb-0b34460a30b7
ServiceName:Demo_pNF_eEFnqVyaGx9tPU5Zsvaf
ServiceVersion:1.0
ServiceUUID:e0f5343a-c6dd-4383-a645-a1cda0a5b4b9
ServiceInvariantUUID:a0976506-38ae-4366-af39-f0bc32b99ce3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
ArtifactUUID:8e675ecc-1b18-40a4-86c6-d021c1483f82
ArtifactChecksum:MDI3NWI0N2FlZjE1MWM2MTQ2ZWExNTFjYmJkMTU5Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bd77974e-ef4f 0
ResourceCustomizationUUID:86389743-5aad-43a3-8b47-1ca316ea50ec
ResourceInvariantUUID:b6d9e5fd-de50-4d6c-ba11-2b607a52c138
ResourceName:pNF bd77974e-ef4f
ResourceType:PNF
ResourceUUID:bbfa84ca-d660-4deb-b949-89cc7a4ae74b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-31T22:52:01.716Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0f5343a-c6dd-4383-a645-a1cda0a5b4b9 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-31T22:52:01.805Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8e675ecc-1b18-40a4-86c6-d021c1483f82 from URL: /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:01.806Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-31T22:52:01.807Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:01.947Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-31T22:52:01.960Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar 8e675ecc-1b18-40a4-86c6-d021c1483f82 88019
2023-01-31T22:52:01.961Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar ASDC sendASDCNotification
2023-01-31T22:52:01.961Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:01.962Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T22:52:01.963Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-31T22:52:01.963Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-31T22:52:01.964Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "4481412b-4147-4847-92bb-0b34460a30b7",
"consumerID": "SO-sdc-controller",
"timestamp": 1675205521961,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-31T22:52:02.981Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T22:52:02.982Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-31T22:52:02.982Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8e675ecc-1b18-40a4-86c6-d021c1483f82, URL: /sdc/v1/catalog/services/DemoPnfEefnqvyagx9tpu5zsvaf/1.0/artifacts/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar to file: /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:02.983Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:02.985Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:02.985Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:03.438Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6310181542661485480/Definitions/service-DemoPnfEefnqvyagx9tpu5zsvaf-template.yml
2023-01-31T22:52:05.550Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.551Z|4481412b-4147-4847-92bb-0b34460a30b7|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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bd77974e-ef4f 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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|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-DemoPnfEefnqvyagx9tpu5zsvaf-csar.csar
2023-01-31T22:52:05.552Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-31T22:52:05.553Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.553Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.553Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Node template pNF bd77974e-ef4f 0 is matching search criteria
2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bd77974e-ef4f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.554Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Node template pNF bd77974e-ef4f 0 is matching search criteria
2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bd77974e-ef4f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.555Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.556Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.557Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_eEFnqVyaGx9tPU5Zsvaf
Description:catalog service description
Model UUID:e0f5343a-c6dd-4383-a645-a1cda0a5b4b9
Model Version:NULL
Model InvariantUuid:a0976506-38ae-4366-af39-f0bc32b99ce3
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-31T22:52:05.594Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: bbfa84ca-d660-4deb-b949-89cc7a4ae74b
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-31T22:52:05.600Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||pNF bd77974e-ef4f 0
2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bbfa84ca-d660-4deb-b949-89cc7a4ae74b
2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: e0f5343a-c6dd-4383-a645-a1cda0a5b4b9
2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e0f5343a-c6dd-4383-a645-a1cda0a5b4b9
2023-01-31T22:52:05.601Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bd77974e-ef4f 0 bbfa84ca-d660-4deb-b949-89cc7a4ae74b 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-31T22:52:05.633Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@647911d, org.onap.sdc.toscaparser.api.parameters.Input@349603b2, org.onap.sdc.toscaparser.api.parameters.Input@23fbb48, org.onap.sdc.toscaparser.api.parameters.Input@2ace4d05, org.onap.sdc.toscaparser.api.parameters.Input@103bfe38]
2023-01-31T22:52:05.634Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T22:52:05.634Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_eEFnqVyaGx9tPU5Zsvaf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T22:52:05.635Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e0f5343a-c6dd-4383-a645-a1cda0a5b4b9: pNF bd77974e-ef4f
2023-01-31T22:52:05.650Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||INFO|500||Processing PNF resource: bbfa84ca-d660-4deb-b949-89cc7a4ae74b
2023-01-31T22:52:05.652Z|4481412b-4147-4847-92bb-0b34460a30b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery