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-02-01T05:29:49.042Z||main|||||INFO|500||The following profiles are active: basic
2023-02-01T05:30:00.006Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-01T05:30:00.006Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-01T05:30:00.115Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-01T05:30:04.162Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-01T05:30:04.561Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-01T05:30:05.060Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-01T05:30:05.268Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-01T05:30:05.823Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-01T05:30:07.797Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-01T05:30:08.387Z||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-02-01T05:30:11.208Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-01T05:30:11.353Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-01T05:30:11.369Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-01T05:30:11.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-01T05:30:11.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-01T05:30:12.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-01T05:30:13.414Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-01T05:30:13.432Z||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$$3d37c175.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-02-01T05:30:13.433Z||main|||||WARN|500||The sdc end point is not alive
2023-02-01T05:30:16.488Z||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-02-01T05:30:19.352Z||main|||||WARN|500||---
2023-02-01T05:30:19.352Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-01T05:30:19.352Z||main|||||WARN|500||---
2023-02-01T05:30:19.719Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-01T05:30:24.929Z||main|||||INFO|500||Started Application in 38.908 seconds (JVM running for 41.214)
2023-02-01T05:30:24.942Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-01T05:30:24.943Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-01T05:30:24.949Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-01T05:30:24.995Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d7d06ea8-79ba-4f83-b377-e5adae50803f url= /sdc/v1/artifactTypes
2023-02-01T05:30:25.001Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-01T05:30:25.260Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-01T05:30:25.309Z||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-02-01T05:30:25.310Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-01T05:30:25.311Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4b5d4fcf-79fe-45eb-bc10-fdfdcdbfb9e1 url= /sdc/v1/distributionKafkaData
2023-02-01T05:30:25.311Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-02-01T05:30:25.328Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-01T05:30:25.334Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@c31d7db
2023-02-01T05:30:25.411Z||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-3bf1364a-d7bd-4a56-b91c-91e36ea91f98
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-02-01T05:30:25.462Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Instantiated an idempotent producer.
2023-02-01T05:30:25.551Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-01T05:30:25.607Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-01T05:30:25.607Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-01T05:30:25.607Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675229425604
2023-02-01T05:30:25.612Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-01T05:30:25.630Z||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-a8e08970-95e3-4e00-91ce-4865a15bebac
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-02-01T05:30:25.703Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-01T05:30:25.703Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-01T05:30:25.703Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675229425703
2023-02-01T05:30:25.705Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:30:25.708Z||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-0785736a-8f67-45d3-bcb3-36148d5ef158
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-02-01T05:30:25.708Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:30:25.726Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-01T05:30:25.726Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-01T05:30:25.726Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675229425726
2023-02-01T05:30:25.727Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:30:25.728Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:30:25.736Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-01T05:30:26.447Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Cluster ID: hiSgsx_GTFqFedtRoYfPNw
2023-02-01T05:30:26.451Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] ProducerId set to 1005 with epoch 0
2023-02-01T05:30:27.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Cluster ID: hiSgsx_GTFqFedtRoYfPNw
2023-02-01T05:30:27.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-01T05:30:27.439Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] (Re-)joining group
2023-02-01T05:30:27.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514
2023-02-01T05:30:27.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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-02-01T05:30:27.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] (Re-)joining group
2023-02-01T05:30:28.561Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.564Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Cluster ID: hiSgsx_GTFqFedtRoYfPNw
2023-02-01T05:30:28.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-01T05:30:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] (Re-)joining group
2023-02-01T05:30:28.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c
2023-02-01T05:30:28.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-02-01T05:30:28.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] (Re-)joining group
2023-02-01T05:30:33.557Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c', protocol='range'}
2023-02-01T05:30:33.557Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514', protocol='range'}
2023-02-01T05:30:34.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514=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-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c=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-02-01T05:30:34.928Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514', protocol='range'}
2023-02-01T05:30:34.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c', protocol='range'}
2023-02-01T05:30:34.929Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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-02-01T05:30:34.930Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-02-01T05:30:34.934Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-02-01T05:30:34.934Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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-02-01T05:30:34.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-01T05:30:34.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-01T05:30:34.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-01T05:30:34.947Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-01T05:30:34.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-01T05:30:34.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-01T05:30:34.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-01T05:30:34.949Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-01T05:30:35.031Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.031Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.033Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.033Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.245Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.245Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:30:35.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:30:35.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.516Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:30:35.518Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:31:25.713Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:31:25.731Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:32:25.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:32:25.732Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:33:25.717Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:33:25.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:34:25.718Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:34:25.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:35:25.720Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:35:25.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:36:25.722Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:36:25.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:37:25.724Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:37:25.737Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:38:25.725Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:38:25.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:39:25.725Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:39:25.738Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:39:26.741Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Node -1 disconnected.
2023-02-01T05:39:27.444Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Node -1 disconnected.
2023-02-01T05:39:28.838Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Node -1 disconnected.
2023-02-01T05:40:25.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:40:25.739Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:40:34.057Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-01T05:41:25.727Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:41:25.740Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:42:25.728Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:42:25.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:43:25.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:43:25.742Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:44:25.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:44:25.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:45:25.733Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:45:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:46:25.734Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:46:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:47:25.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:47:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:48:25.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:48:25.744Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:49:25.739Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:49:25.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:50:25.741Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:50:25.746Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:51:25.742Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:51:25.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:52:25.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:52:25.747Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:53:25.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:53:25.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:54:25.746Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:54:25.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:55:25.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:55:25.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:56:25.749Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:56:25.751Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:57:25.751Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:57:25.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:58:25.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:58:25.753Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:59:25.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:59:25.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:00:25.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:00:25.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:01:25.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:01:25.757Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:02:25.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:02:25.757Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:03:25.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:03:25.759Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:04:25.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:04:25.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:05:25.762Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:05:25.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:06:25.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:06:25.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:07:25.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:07:25.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:08:25.764Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:08:25.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:09:25.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:09:25.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:10:25.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:10:25.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:11:25.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:11:25.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:12:25.771Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:12:25.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:13:25.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:13:25.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:14:25.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:14:25.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:15:25.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:15:25.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:16:25.776Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:16:25.776Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:17:25.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:17:25.778Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:18:25.779Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:18:25.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:19:25.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:19:25.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:20:25.783Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:20:25.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:21:25.785Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:21:25.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:22:25.786Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:22:25.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:23:25.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:23:25.787Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:24:25.788Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:24:25.788Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:25:25.789Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:25:25.789Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:26:25.789Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:26:25.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:27:25.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:27:25.790Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:28:25.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:28:25.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:29:25.795Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:29:25.795Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:30:25.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:30:25.796Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:31:25.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:31:25.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:32:25.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:32:25.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:33:25.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:33:25.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:34:25.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:34:25.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:35:25.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:35:25.806Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:36:25.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:36:25.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:37:25.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:37:25.812Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:38:25.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:38:25.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:39:25.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:39:25.814Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:40:25.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:40:25.815Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:41:25.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:41:25.815Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:42:25.817Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:42:25.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:43:25.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:43:25.819Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:44:25.820Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:44:25.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:45:25.823Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:45:25.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:46:25.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:46:25.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:47:25.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:47:25.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:48:25.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:48:25.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:49:25.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:49:25.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:50:25.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:50:25.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:51:25.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:51:25.832Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:52:25.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:52:25.833Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:53:25.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:53:25.834Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:54:25.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:54:25.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:55:25.835Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:55:25.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:56:25.837Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:56:25.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:57:25.838Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:57:25.838Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:58:25.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:58:25.840Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:59:25.841Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:59:25.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:00:25.842Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:00:25.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:01:25.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:01:25.845Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:02:25.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:02:25.845Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:03:25.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:03:25.847Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:04:25.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:04:25.847Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:05:25.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:05:25.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:06:25.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:06:25.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:07:25.849Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:07:25.849Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:08:25.850Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:08:25.851Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:09:25.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:09:25.852Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:10:25.853Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:10:25.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:11:25.854Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:11:25.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:12:25.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:12:25.855Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:13:25.855Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:13:25.856Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:14:25.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:14:25.856Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:15:25.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:15:25.856Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:16:25.856Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:16:25.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:17:25.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:17:25.858Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:18:25.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:18:25.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:19:25.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:19:25.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:20:25.862Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:20:25.862Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:21:25.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:21:25.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:22:25.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:22:25.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:23:25.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:23:25.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:24:25.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:24:25.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:25:25.867Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:25:25.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:26:25.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:26:25.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:27:25.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:27:25.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:28:25.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:28:25.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:29:25.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:29:25.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:30:25.874Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:30:25.874Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:31:25.875Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:31:25.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:32:25.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:32:25.877Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:33:25.877Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:33:25.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:34:25.878Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:34:25.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:35:25.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:35:25.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:36:25.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:36:25.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:37:25.881Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:37:25.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:38:25.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:38:25.881Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:39:25.883Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:39:25.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:40:25.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:40:25.887Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:41:25.888Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:41:25.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:42:25.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:42:25.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:43:25.890Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:43:25.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:44:25.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:44:25.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:45:25.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:45:25.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:46:25.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:46:25.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:47:25.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:47:25.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:48:25.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:48:25.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:49:25.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:49:25.896Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:50:25.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:50:25.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:51:25.901Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:51:25.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:52:25.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:52:25.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:53:25.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:53:25.903Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:54:25.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:54:25.904Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:55:25.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:55:25.905Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:56:25.905Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:56:25.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:57:25.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:57:25.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:58:25.907Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:58:25.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:59:25.907Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:59:25.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:00:25.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:00:25.909Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:01:25.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:01:25.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:02:25.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:02:25.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:03:25.913Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:03:25.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:04:25.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:04:25.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:05:25.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:05:25.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:06:25.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:06:25.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:07:25.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:07:25.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:08:25.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:08:25.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:09:25.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:09:25.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:10:25.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:10:25.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:11:25.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:11:25.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:12:25.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:12:25.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:13:04.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T08:13:04.235Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e98037b8-7eb0-4d36-b1ad-092e8034255f","serviceName":"basic_onboard_pKQcsC","serviceVersion":"1.0","serviceUUID":"24a68d1a-520c-4d58-a374-44524535b1fe","serviceDescription":"service","serviceInvariantUUID":"a5cbd866-9659-4e2c-8313-97931908ba26","resources":[{"resourceInstanceName":"basic_onboard_pKQcsC 0","resourceName":"basic_onboard_pKQcsC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3699660-4f88-43bc-91f8-5bab214081e7","resourceInvariantUUID":"c660ae8e-4836-44a8-a1c3-436ec8323c60","resourceCustomizationUUID":"faafc32d-7c87-4c58-b374-413c9331d6bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml","artifactChecksum":"YWFlM2IyYjBjYzliYTdhMmRjZmRmMWU1N2M3OWZjZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1053c7b-8b37-48c4-ae49-e25662139516","artifactVersion":"1"},{"artifactName":"basic_onboard_pkqcsc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json","artifactChecksum":"N2Y4ZjBjZjhiMDE1ZWI4MGE5MzMwYzZiNzE0NGJlODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a21d8b5-25fd-4bf4-95f2-635d78a32c3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5d2126d-e9c8-4a7e-92e8-c81dac6cc895","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bfe2090-7d75-49f6-b295-014c8051fe98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"05e4d548-a035-4467-ad8f-baf9c8fcca3a","artifactVersion":"2","generatedFromUUID":"f5d2126d-e9c8-4a7e-92e8-c81dac6cc895"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPkqcsc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml","artifactChecksum":"YjU1NmQ4OWM3ZWZjYTM1ZjNjNzRjNzcwOTEzYzM0Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccd06a60-06bf-4ca4-813e-2fcffffce4fc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPkqcsc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar","artifactChecksum":"NmRjNzNiYTE4NGVkNzY2ZGQxZTM5YzI2ZmM2YjI2OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64e00681-d68b-4400-b85b-e5a92e155aa1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:13:04.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:04.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:04.262Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:04.262Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:04.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.311Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:13:04.513Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:13:04.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:13:05.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:05.341Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:05.341Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:05.341Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:06.343Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:06.344Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:06.344Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:06.344Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:07.345Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:07.346Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:07.347Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:07.347Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:08.349Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:08.350Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:08.351Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:08.351Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:09.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:09.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:09.354Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:09.354Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:10.355Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:10.356Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:10.357Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:10.357Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:11.359Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"serviceName": "basic_onboard_pKQcsC",
"serviceVersion": "1.0",
"serviceUUID": "24a68d1a-520c-4d58-a374-44524535b1fe",
"serviceDescription": "service",
"serviceInvariantUUID": "a5cbd866-9659-4e2c-8313-97931908ba26",
"resources": [
{
"resourceInstanceName": "basic_onboard_pKQcsC 0",
"resourceCustomizationUUID": "faafc32d-7c87-4c58-b374-413c9331d6bf",
"resourceName": "basic_onboard_pKQcsC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a3699660-4f88-43bc-91f8-5bab214081e7",
"resourceInvariantUUID": "c660ae8e-4836-44a8-a1c3-436ec8323c60",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pkqcsc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"artifactChecksum": "N2Y4ZjBjZjhiMDE1ZWI4MGE5MzMwYzZiNzE0NGJlODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a21d8b5-25fd-4bf4-95f2-635d78a32c3c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f5d2126d-e9c8-4a7e-92e8-c81dac6cc895",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "05e4d548-a035-4467-ad8f-baf9c8fcca3a",
"generatedFromUUID": "f5d2126d-e9c8-4a7e-92e8-c81dac6cc895"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "05e4d548-a035-4467-ad8f-baf9c8fcca3a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPkqcsc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"artifactChecksum": "NmRjNzNiYTE4NGVkNzY2ZGQxZTM5YzI2ZmM2YjI2OTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "64e00681-d68b-4400-b85b-e5a92e155aa1"
}
],
"workloadContext": "Production"
}
2023-02-01T08:13:11.364Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:13:11.365Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a68d1a-520c-4d58-a374-44524535b1fe ASDC
2023-02-01T08:13:11.491Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e98037b8-7eb0-4d36-b1ad-092e8034255f
ServiceName:basic_onboard_pKQcsC
ServiceVersion:1.0
ServiceUUID:24a68d1a-520c-4d58-a374-44524535b1fe
ServiceInvariantUUID:a5cbd866-9659-4e2c-8313-97931908ba26
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPkqcsc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
ArtifactUUID:64e00681-d68b-4400-b85b-e5a92e155aa1
ArtifactChecksum:NmRjNzNiYTE4NGVkNzY2ZGQxZTM5YzI2ZmM2YjI2OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pKQcsC 0
ResourceCustomizationUUID:faafc32d-7c87-4c58-b374-413c9331d6bf
ResourceInvariantUUID:c660ae8e-4836-44a8-a1c3-436ec8323c60
ResourceName:basic_onboard_pKQcsC
ResourceType:VF
ResourceUUID:a3699660-4f88-43bc-91f8-5bab214081e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pkqcsc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
ArtifactUUID:4a21d8b5-25fd-4bf4-95f2-635d78a32c3c
ArtifactChecksum:N2Y4ZjBjZjhiMDE1ZWI4MGE5MzMwYzZiNzE0NGJlODM=
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/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f5d2126d-e9c8-4a7e-92e8-c81dac6cc895
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/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
ArtifactUUID:05e4d548-a035-4467-ad8f-baf9c8fcca3a
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/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
ArtifactUUID:05e4d548-a035-4467-ad8f-baf9c8fcca3a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-01T08:13:11.491Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a68d1a-520c-4d58-a374-44524535b1fe 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-02-01T08:13:11.779Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:13:11.781Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:13:11.782Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:13:11.782Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64e00681-d68b-4400-b85b-e5a92e155aa1 from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:11.783Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:11.784Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:11.894Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:11.913Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar 64e00681-d68b-4400-b85b-e5a92e155aa1 75660
2023-02-01T08:13:11.914Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar ASDC sendASDCNotification
2023-02-01T08:13:11.914Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:11.915Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:11.916Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:11.916Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:11.917Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239191914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:12.918Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:13:12.919Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:13:12.920Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 64e00681-d68b-4400-b85b-e5a92e155aa1, URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:12.921Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:13.005Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:13.005Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:13.591Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6382175050150676949/Definitions/service-BasicOnboardPkqcsc-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-02-01T08:13:15.584Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:13:15.589Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:13:15.589Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.589Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pKQcsC 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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.591Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.591Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:13:15.597Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.599Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.603Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.603Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:13:15.605Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:13:15.606Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.606Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is not matching search criteria
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:13:15.613Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is not matching search criteria
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebf57a32-efdb-4493-b606-feb1f7232c21
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pKQcsC
Description:service
Model UUID:24a68d1a-520c-4d58-a374-44524535b1fe
Model Version:NULL
Model InvariantUuid:a5cbd866-9659-4e2c-8313-97931908ba26
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pKQcsC
Model UUID:01647488-48d6-4f01-804c-23cc1390867f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c660ae8e-4836-44a8-a1c3-436ec8323c60
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:faafc32d-7c87-4c58-b374-413c9331d6bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ef94eabb-a999-423d-8826-7aefbb14ea70
ModelName:BasicOnboardPkqcsc..base_ubuntu18..module-0
ModelUuid:340b18d5-8fd0-40ec-a02a-2c192396be06
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ebf57a32-efdb-4493-b606-feb1f7232c21
ModelInvariantUuid:290861de-1fc4-449a-b7fe-77b2fd09b52a
ModelName:basic_onboard_pKQcsC-nodes.ubuntu18Cvfc
ModelUuid:22873777-6794-474d-9e88-bf97f28884ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:959532b5-ccef-4cdc-8fbf-eaf762e569b1
ModelInvariantUuid:b1ca0a2b-3e57-42fb-bacb-671235bff3cd
ModelName:BasicOnboardPkqcsc.compute.nodes.heat.ubuntu18
ModelUuid:cf9cbe61-6207-40c0-8d27-0b7a9c31bb42
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-02-01T08:13:15.710Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a3699660-4f88-43bc-91f8-5bab214081e7
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-02-01T08:13:15.899Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||basic_onboard_pKQcsC 0
2023-02-01T08:13:15.909Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3699660-4f88-43bc-91f8-5bab214081e7
2023-02-01T08:13:15.909Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a21d8b5-25fd-4bf4-95f2-635d78a32c3c from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:15.909Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:15.910Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:15.958Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:15.958Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json 4a21d8b5-25fd-4bf4-95f2-635d78a32c3c 798
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json ASDC sendASDCNotification
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:15.960Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:15.960Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239195959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:16.961Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPkqcsc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ef94eabb-a999-423d-8826-7aefbb14ea70",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "340b18d5-8fd0-40ec-a02a-2c192396be06",
"vfModuleModelCustomizationUUID": "4649775c-f812-44d9-895c-9a6cca5f4016",
"isBase": true,
"artifacts": [
"f5d2126d-e9c8-4a7e-92e8-c81dac6cc895",
"05e4d548-a035-4467-ad8f-baf9c8fcca3a"
],
"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-02-01T08:13:16.977Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkqcsc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:340b18d5-8fd0-40ec-a02a-2c192396be06
VfModuleModelInvariantUUID:ef94eabb-a999-423d-8826-7aefbb14ea70
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5d2126d-e9c8-4a7e-92e8-c81dac6cc895
,
05e4d548-a035-4467-ad8f-baf9c8fcca3a
}
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-02-01T08:13:16.981Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPkqcsc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ef94eabb-a999-423d-8826-7aefbb14ea70",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "340b18d5-8fd0-40ec-a02a-2c192396be06",
"vfModuleModelCustomizationUUID": "4649775c-f812-44d9-895c-9a6cca5f4016",
"isBase": true,
"artifacts": [
"f5d2126d-e9c8-4a7e-92e8-c81dac6cc895",
"05e4d548-a035-4467-ad8f-baf9c8fcca3a"
],
"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-02-01T08:13:16.982Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkqcsc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:340b18d5-8fd0-40ec-a02a-2c192396be06
VfModuleModelInvariantUUID:ef94eabb-a999-423d-8826-7aefbb14ea70
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5d2126d-e9c8-4a7e-92e8-c81dac6cc895
,
05e4d548-a035-4467-ad8f-baf9c8fcca3a
}
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-02-01T08:13:16.982Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5d2126d-e9c8-4a7e-92e8-c81dac6cc895 from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:16.982Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:16.983Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:17.037Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml f5d2126d-e9c8-4a7e-92e8-c81dac6cc895 5033
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:17.039Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:17.039Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:17.039Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239197038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:18.040Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 05e4d548-a035-4467-ad8f-baf9c8fcca3a from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:18.041Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:18.041Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:18.085Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:18.085Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env 05e4d548-a035-4467-ad8f-baf9c8fcca3a 909
2023-02-01T08:13:18.085Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:18.087Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239198085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:19.088Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 24a68d1a-520c-4d58-a374-44524535b1fe
2023-02-01T08:13:19.088Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pKQcsC 0 a3699660-4f88-43bc-91f8-5bab214081e7 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-02-01T08:13:19.243Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70a053a3, org.onap.sdc.toscaparser.api.parameters.Input@23788c2d, org.onap.sdc.toscaparser.api.parameters.Input@65c55775, org.onap.sdc.toscaparser.api.parameters.Input@122bbc95, org.onap.sdc.toscaparser.api.parameters.Input@60e4d838]
2023-02-01T08:13:19.249Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.249Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= faafc32d-7c87-4c58-b374-413c9331d6bf
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: faafc32d-7c87-4c58-b374-413c9331d6bf matches Tosca VF Customization UUID: faafc32d-7c87-4c58-b374-413c9331d6bf
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: faafc32d-7c87-4c58-b374-413c9331d6bf 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-02-01T08:13:19.259Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.260Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id faafc32d-7c87-4c58-b374-413c9331d6bf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a6a3af3
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:13:19.262Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4649775c-f812-44d9-895c-9a6cca5f4016
2023-02-01T08:13:19.263Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4649775c-f812-44d9-895c-9a6cca5f4016
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-02-01T08:13:19.273Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.273Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.274Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:19.274Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is not matching search criteria
2023-02-01T08:13:19.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-01T08:13:19.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T08:13:19.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebf57a32-efdb-4493-b606-feb1f7232c21
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-02-01T08:13:19.352Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.353Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.353Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:19.354Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.354Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.354Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=faafc32d-7c87-4c58-b374-413c9331d6bf
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-02-01T08:13:19.396Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.396Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.397Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 24a68d1a-520c-4d58-a374-44524535b1fe: basic_onboard_pKQcsC
2023-02-01T08:13:19.397Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.397Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_pKQcsC
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-02-01T08:13:20.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pKQcsC a3699660-4f88-43bc-91f8-5bab214081e7 1 ASDC deployResourceStructure
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json ASDC sendASDCNotification
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:20.278Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:20.278Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239200277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:21.279Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-01T08:13:21.279Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:21.280Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:21.280Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:21.280Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:21.281Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239201279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:22.283Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-01T08:13:22.284Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:22.284Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:22.285Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:22.285Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:22.285Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239202283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:23.286Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar ASDC sendASDCNotification
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239203286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:24.289Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:13:24.334Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-02-01T08:13:24.338Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:13:24.339Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:13:24.339Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:13:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:13:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:13:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:13:54.339Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:13:54.361Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-02-01T08:13:54.365Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:13:54.366Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:13:54.366Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:14:24.366Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:14:24.396Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-02-01T08:14:24.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:14:24.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:14:24.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:14:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:14:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239174626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239165008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239145924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239150829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239157468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239191116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239192865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239191914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239192131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239193901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-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-02-01T08:14:25.782Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:14:25.783Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-02-01T08:14:25.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239192793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "policy-distribution",
"timestamp": 1675239193134,
"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-02-01T08:14:25.805Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:14:25.805Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-02-01T08:14:25.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239193924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239195108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239188692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239195959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239196226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239196907,
"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-02-01T08:14:25.826Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:14:25.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239197038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "multicloud-k8s",
"timestamp": 1675239197911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239198085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239200277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239201279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239202283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239203286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:14:25.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:54.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:14:54.417Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-02-01T08:14:54.420Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:14:54.420Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:14:54.421Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:15:24.421Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:15:24.431Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-02-01T08:15:24.434Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:15:24.434Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:15:24.434Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:15:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:15:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239203459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239212943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239217680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239218685,
"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-02-01T08:15:25.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:15:25.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239231310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "aai-model-loader",
"timestamp": 1675239232323,
"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-02-01T08:15:25.780Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:15:25.781Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-02-01T08:15:54.436Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:15:54.475Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:15:54.480Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:15:54.480Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:15:54.480Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-02-01T08:15:54.487Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:16:24.487Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f 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-02-01T08:16:24.512Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e98037b8-7eb0-4d36-b1ad-092e8034255f and serviceModelVersionId: 24a68d1a-520c-4d58-a374-44524535b1fe
2023-02-01T08:16:24.512Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5cbd866-9659-4e2c-8313-97931908ba26
2023-02-01T08:16:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:16:40.100Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0
2023-02-01T08:16:40.223Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:16:40.771Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|INFO|500||Invoke
2023-02-01T08:16:40.776Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e98037b8-7eb0-4d36-b1ad-092e8034255f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e3f6229-0232-41e3-a538-d909263939d5], X-ECOMP-RequestID=[e98037b8-7eb0-4d36-b1ad-092e8034255f], X-TransactionId=[], X-ONAP-RequestID=[e98037b8-7eb0-4d36-b1ad-092e8034255f], Content-Type=[application/merge-patch+json]}
2023-02-01T08:16:40.904Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-01T08:16:41.133Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?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/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:16:40 GMT], content-length=[0], vertex-id=[213048], x-aai-txid=[2-aai-resources-230201-08:16:40:919-75236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:16:41.136Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:16:41.137Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|INFO|500||InvokeReturn
2023-02-01T08:16:41.141Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:16:41.142Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-02-01T08:16:41.178Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-02-01T08:16:41.179Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e98037b8-7eb0-4d36-b1ad-092e8034255f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:16:41.181Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:16:41.182Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:16:41.182Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:16:41.182Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239401180,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:16:41.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:16:41.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239401180,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:16:41.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T08:16:42.227Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:17:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:17:42.228Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:18:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:18:42.229Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:19:25.730Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:19:42.230Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:20:25.730Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:20:42.232Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:21:25.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:21:42.233Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:22:25.732Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:22:42.234Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:23:25.733Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:23:28.747Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Node 1 disconnected.
2023-02-01T08:23:42.235Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:24:25.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:24:42.236Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:25:04.853Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T08:25:04.854Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"7f51f4ed-372d-4e40-8381-27bdacde4457","serviceName":"vFW 2023-02-01 08-22-24","serviceVersion":"1.0","serviceUUID":"90d2a609-27d9-4029-890a-527eefd80e92","serviceDescription":"catalog service description","serviceInvariantUUID":"88fe9425-4168-4d17-8ff0-1fed0434df42","resources":[{"resourceInstanceName":"vFW 1f81e4be-0238 0","resourceName":"vFW 1f81e4be-0238","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0c7c371-d4f7-4cee-9b5a-c658080e2d71","resourceInvariantUUID":"9db039b5-0f33-4638-948a-23ae691ecba5","resourceCustomizationUUID":"0feb4743-6b97-4c4b-ba74-93a9dc5ed393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml","artifactChecksum":"Yjg2OWI5MjZmMDEyOWQyZTFlNmRhZWVlNjRiZjI0Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93203fca-d10f-4ff6-bc6d-88a1e55a9983","artifactVersion":"1"},{"artifactName":"vfw1f81e4be02380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json","artifactChecksum":"OTczZjkxMjhiZGVjZDQ0NmRkZWU5YjkyZDBjYzlhMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83999d5c-958a-45e6-9a6b-a2381d88249d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"131e74e5-e4d7-4923-8f30-daef3fe25f0c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml","artifactChecksum":"MWY2NGM3MDlhNTNmNWI4YjdmNDQ3OGQxM2MwODNjZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0acdecbb-bdb3-46cc-b72d-112ac504253c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eabc1883-6afb-4c89-bda0-d8efbba056bf","artifactVersion":"2","generatedFromUUID":"131e74e5-e4d7-4923-8f30-daef3fe25f0c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230201082224-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml","artifactChecksum":"MGU1ODQ2MGEzZTEzNWE2MzE2ZmNiMWQxYjFjNWZhNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13a4f0ed-9b84-42b4-836e-fd797a5f2225","artifactVersion":"1"},{"artifactName":"service-Vfw20230201082224-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar","artifactChecksum":"MDZlODAwMDZiOGY5OTRiOTA1MjM4N2VhZDJjNzYwZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db210935-1c6b-4691-a4bf-e7e268fb3b3e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:25:04.857Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:04.862Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:04.862Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:04.862Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:05.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:25:05.235Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:25:05.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:25:05.961Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:05.962Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:05.962Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:05.963Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:06.963Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:06.964Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:06.964Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:06.964Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:07.965Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:07.966Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:07.966Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:07.966Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:08.967Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:08.968Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:08.968Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:08.968Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:09.969Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:09.970Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:09.970Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:09.970Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:10.971Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:10.971Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:10.971Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:10.972Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:11.973Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"serviceName": "vFW 2023-02-01 08-22-24",
"serviceVersion": "1.0",
"serviceUUID": "90d2a609-27d9-4029-890a-527eefd80e92",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "88fe9425-4168-4d17-8ff0-1fed0434df42",
"resources": [
{
"resourceInstanceName": "vFW 1f81e4be-0238 0",
"resourceCustomizationUUID": "0feb4743-6b97-4c4b-ba74-93a9dc5ed393",
"resourceName": "vFW 1f81e4be-0238",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c0c7c371-d4f7-4cee-9b5a-c658080e2d71",
"resourceInvariantUUID": "9db039b5-0f33-4638-948a-23ae691ecba5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1f81e4be02380_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"artifactChecksum": "OTczZjkxMjhiZGVjZDQ0NmRkZWU5YjkyZDBjYzlhMjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83999d5c-958a-45e6-9a6b-a2381d88249d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "131e74e5-e4d7-4923-8f30-daef3fe25f0c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eabc1883-6afb-4c89-bda0-d8efbba056bf",
"generatedFromUUID": "131e74e5-e4d7-4923-8f30-daef3fe25f0c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eabc1883-6afb-4c89-bda0-d8efbba056bf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230201082224-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"artifactChecksum": "MDZlODAwMDZiOGY5OTRiOTA1MjM4N2VhZDJjNzYwZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db210935-1c6b-4691-a4bf-e7e268fb3b3e"
}
],
"workloadContext": "Production"
}
2023-02-01T08:25:11.973Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:25:11.974Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90d2a609-27d9-4029-890a-527eefd80e92 ASDC
2023-02-01T08:25:11.975Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7f51f4ed-372d-4e40-8381-27bdacde4457
ServiceName:vFW 2023-02-01 08-22-24
ServiceVersion:1.0
ServiceUUID:90d2a609-27d9-4029-890a-527eefd80e92
ServiceInvariantUUID:88fe9425-4168-4d17-8ff0-1fed0434df42
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230201082224-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
ArtifactUUID:db210935-1c6b-4691-a4bf-e7e268fb3b3e
ArtifactChecksum:MDZlODAwMDZiOGY5OTRiOTA1MjM4N2VhZDJjNzYwZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1f81e4be-0238 0
ResourceCustomizationUUID:0feb4743-6b97-4c4b-ba74-93a9dc5ed393
ResourceInvariantUUID:9db039b5-0f33-4638-948a-23ae691ecba5
ResourceName:vFW 1f81e4be-0238
ResourceType:VF
ResourceUUID:c0c7c371-d4f7-4cee-9b5a-c658080e2d71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1f81e4be02380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
ArtifactUUID:83999d5c-958a-45e6-9a6b-a2381d88249d
ArtifactChecksum:OTczZjkxMjhiZGVjZDQ0NmRkZWU5YjkyZDBjYzlhMjQ=
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/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
ArtifactUUID:131e74e5-e4d7-4923-8f30-daef3fe25f0c
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/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
ArtifactUUID:eabc1883-6afb-4c89-bda0-d8efbba056bf
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/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
ArtifactUUID:eabc1883-6afb-4c89-bda0-d8efbba056bf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-01T08:25:11.976Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90d2a609-27d9-4029-890a-527eefd80e92 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-02-01T08:25:12.058Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:25:12.059Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:25:12.059Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:25:12.060Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: db210935-1c6b-4691-a4bf-e7e268fb3b3e from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:12.060Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:12.060Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:12.177Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar db210935-1c6b-4691-a4bf-e7e268fb3b3e 101492
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar ASDC sendASDCNotification
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:12.183Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:12.183Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:12.183Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239912182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:13.459Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:25:13.459Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:25:13.459Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: db210935-1c6b-4691-a4bf-e7e268fb3b3e, URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar to file: /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.460Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.460Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.460Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.646Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16960868429234312415/Definitions/service-Vfw20230201082224-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-01T08:25:15.819Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.822Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1f81e4be-0238 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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.822Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.822Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:25:15.825Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.825Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.826Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.826Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:25:15.827Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:25:15.827Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.827Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.828Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.828Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:25:15.828Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:25:15.829Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.829Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.829Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.830Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.830Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.830Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:15.832Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.832Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:15.832Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:15.833Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.833Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.833Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T08:25:15.835Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.835Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:25:15.836Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.836Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.836Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.838Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.838Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:15.838Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.839Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.839Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.839Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.841Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.841Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:15.841Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.842Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:15.842Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.842Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6f1da4f-8d8e-40b7-863f-3132bb038773
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:15.844Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.844Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.844Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:15.846Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.846Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:15.846Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.847Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c64e9cd-33ba-4a91-92fb-234530933d6b
2023-02-01T08:25:15.847Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.847Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.848Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.848Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:15.848Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.849Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.849Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.849Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.851Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.851Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-01T08:25:15.851Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39ab0748-92c2-4626-913d-1cd97d246b18
2023-02-01T08:25:15.852Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.852Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.852Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:15.854Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.854Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-01 08-22-24
Description:catalog service description
Model UUID:90d2a609-27d9-4029-890a-527eefd80e92
Model Version:NULL
Model InvariantUuid:88fe9425-4168-4d17-8ff0-1fed0434df42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1f81e4be-0238
Model UUID:4089aec4-4979-46ed-b896-60f36d52f3b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9db039b5-0f33-4638-948a-23ae691ecba5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0feb4743-6b97-4c4b-ba74-93a9dc5ed393
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fb95f2ec-4573-439d-bfc1-2a53015d3954
ModelName:Vfw1f81e4be0238..base_vfw..module-0
ModelUuid:371458a6-6e94-4515-80f1-6146443ee9fd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c6f1da4f-8d8e-40b7-863f-3132bb038773
ModelInvariantUuid:0df2b1ac-9b2f-4845-95b9-1403c2764007
ModelName:vFW 1f81e4be-0238-nodes.vfwCvfc
ModelUuid:82cf71a9-9f0c-46f2-a128-79047ffd5434
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8c25137c-c1d4-4f90-a553-89ba393c2a11
ModelInvariantUuid:3206cdca-59d7-4cf9-ba17-cf3e9fe72a9e
ModelName:Vfw1f81e4be0238.compute.nodes.heat.vfw
ModelUuid:da72fa08-5fc3-48ab-88a0-5e8a3c6ae079
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7c64e9cd-33ba-4a91-92fb-234530933d6b
ModelInvariantUuid:fa5aa020-ddff-4079-8e56-3170d891c828
ModelName:vFW 1f81e4be-0238-nodes.vsnCvfc
ModelUuid:19556adc-3f4b-4ace-8752-467aa5c34729
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:642217c5-1988-4fe8-a58d-65576c1851aa
ModelInvariantUuid:0e440bec-dce2-4641-b616-e11a209eb2df
ModelName:Vfw1f81e4be0238.compute.nodes.heat.vsn
ModelUuid:e6c49e3c-df56-49d2-ae45-d0693e4fb004
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:39ab0748-92c2-4626-913d-1cd97d246b18
ModelInvariantUuid:0de1cb52-efed-4de2-94c1-24422190918f
ModelName:vFW 1f81e4be-0238-nodes.vpgCvfc
ModelUuid:cdb68706-8f97-4817-a677-4bc4321a68fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:59193cfd-e223-466e-94f8-42340feb1878
ModelInvariantUuid:10f6210d-31c6-43c5-94c3-ffa822b18058
ModelName:Vfw1f81e4be0238.compute.nodes.heat.vpg
ModelUuid:2e4f4506-5de3-423b-a7e2-f7c4e5838401
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-02-01T08:25:15.915Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c0c7c371-d4f7-4cee-9b5a-c658080e2d71
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-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||vFW 1f81e4be-0238 0
2023-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0c7c371-d4f7-4cee-9b5a-c658080e2d71
2023-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83999d5c-958a-45e6-9a6b-a2381d88249d from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:15.935Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:15.990Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json 83999d5c-958a-45e6-9a6b-a2381d88249d 785
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json ASDC sendASDCNotification
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:15.992Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:15.992Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:15.992Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239915991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:16.993Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1f81e4be0238..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fb95f2ec-4573-439d-bfc1-2a53015d3954",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "371458a6-6e94-4515-80f1-6146443ee9fd",
"vfModuleModelCustomizationUUID": "592c4aeb-d6f8-4ffa-8ed7-fe957edeed34",
"isBase": true,
"artifacts": [
"131e74e5-e4d7-4923-8f30-daef3fe25f0c",
"eabc1883-6afb-4c89-bda0-d8efbba056bf"
],
"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-02-01T08:25:16.999Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f81e4be0238..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:371458a6-6e94-4515-80f1-6146443ee9fd
VfModuleModelInvariantUUID:fb95f2ec-4573-439d-bfc1-2a53015d3954
VfModuleModelDescription:NULL
Artifacts UUID List:{
131e74e5-e4d7-4923-8f30-daef3fe25f0c
,
eabc1883-6afb-4c89-bda0-d8efbba056bf
}
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-02-01T08:25:17.000Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1f81e4be0238..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fb95f2ec-4573-439d-bfc1-2a53015d3954",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "371458a6-6e94-4515-80f1-6146443ee9fd",
"vfModuleModelCustomizationUUID": "592c4aeb-d6f8-4ffa-8ed7-fe957edeed34",
"isBase": true,
"artifacts": [
"131e74e5-e4d7-4923-8f30-daef3fe25f0c",
"eabc1883-6afb-4c89-bda0-d8efbba056bf"
],
"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-02-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f81e4be0238..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:371458a6-6e94-4515-80f1-6146443ee9fd
VfModuleModelInvariantUUID:fb95f2ec-4573-439d-bfc1-2a53015d3954
VfModuleModelDescription:NULL
Artifacts UUID List:{
131e74e5-e4d7-4923-8f30-daef3fe25f0c
,
eabc1883-6afb-4c89-bda0-d8efbba056bf
}
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-02-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 131e74e5-e4d7-4923-8f30-daef3fe25f0c from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:17.052Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:17.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml 131e74e5-e4d7-4923-8f30-daef3fe25f0c 20368
2023-02-01T08:25:17.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-01T08:25:17.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239917053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:18.055Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eabc1883-6afb-4c89-bda0-d8efbba056bf from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:18.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:18.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:18.102Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:18.102Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env eabc1883-6afb-4c89-bda0-d8efbba056bf 2098
2023-02-01T08:25:18.103Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-01T08:25:18.103Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:18.104Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:18.104Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:18.104Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:18.105Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239918103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:19.106Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 90d2a609-27d9-4029-890a-527eefd80e92
2023-02-01T08:25:19.106Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1f81e4be-0238 0 c0c7c371-d4f7-4cee-9b5a-c658080e2d71 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-02-01T08:25:19.194Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a3bffc9, org.onap.sdc.toscaparser.api.parameters.Input@7ab0f25e, org.onap.sdc.toscaparser.api.parameters.Input@42447e37, org.onap.sdc.toscaparser.api.parameters.Input@4ba3a180, org.onap.sdc.toscaparser.api.parameters.Input@4ee3ca8a]
2023-02-01T08:25:19.195Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.195Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.195Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-02-01T08:25:19.196Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0feb4743-6b97-4c4b-ba74-93a9dc5ed393
2023-02-01T08:25:19.196Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0feb4743-6b97-4c4b-ba74-93a9dc5ed393 matches Tosca VF Customization UUID: 0feb4743-6b97-4c4b-ba74-93a9dc5ed393
2023-02-01T08:25:19.196Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0feb4743-6b97-4c4b-ba74-93a9dc5ed393 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-02-01T08:25:19.218Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.219Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0feb4743-6b97-4c4b-ba74-93a9dc5ed393: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49192e0
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:25:19.221Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 592c4aeb-d6f8-4ffa-8ed7-fe957edeed34
2023-02-01T08:25:19.221Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 592c4aeb-d6f8-4ffa-8ed7-fe957edeed34
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-02-01T08:25:19.246Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.247Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.247Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.247Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.251Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:19.251Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.251Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6f1da4f-8d8e-40b7-863f-3132bb038773
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-02-01T08:25:19.266Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.267Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.267Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.271Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:19.271Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.271Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c64e9cd-33ba-4a91-92fb-234530933d6b
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-02-01T08:25:19.277Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.277Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.277Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.280Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-01T08:25:19.284Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39ab0748-92c2-4626-913d-1cd97d246b18
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-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=0feb4743-6b97-4c4b-ba74-93a9dc5ed393
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-02-01T08:25:19.306Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.306Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.306Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 90d2a609-27d9-4029-890a-527eefd80e92: vFW 1f81e4be-0238
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-02-01 08-22-24
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-02-01T08:25:20.286Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1f81e4be-0238 c0c7c371-d4f7-4cee-9b5a-c658080e2d71 1 ASDC deployResourceStructure
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json ASDC sendASDCNotification
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:20.288Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239920287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:21.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239921288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:22.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-01T08:25:22.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:22.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:22.292Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:22.292Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:22.292Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239922291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar ASDC sendASDCNotification
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:23.294Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:23.294Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239923293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:24.295Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:25:24.329Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-02-01T08:25:24.331Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:25:24.331Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:25:24.331Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:25:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:25:25.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:25:54.332Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:25:54.355Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-02-01T08:25:54.360Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:25:54.360Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:25:54.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:26:24.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:26:24.382Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-02-01T08:26:24.384Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:26:24.385Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:26:24.385Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:26:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:26:25.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.738Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239882236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "ves-openapi-manager",
"timestamp": 1675239890251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239884155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239854927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239912182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239889368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239912928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239914768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "cds-sdc-listener",
"timestamp": 1675239915778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-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-02-01T08:26:25.778Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:26:25.778Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-02-01T08:26:25.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239913934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239915079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239915991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239908692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "policy-distribution",
"timestamp": 1675239915852,
"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-02-01T08:26:25.818Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:26:25.818Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-02-01T08:26:25.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239916337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239917053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239917171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239918231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239918103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239919730,
"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-02-01T08:26:25.851Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:26:25.851Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-02-01T08:26:25.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239920287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "multicloud-k8s",
"timestamp": 1675239920739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "DEPLOY_OK"
}
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239921288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239922291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675239923293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:54.385Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:26:54.510Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-02-01T08:26:54.521Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:26:54.521Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:26:54.522Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:27:24.522Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:27:24.557Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-02-01T08:27:24.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:27:24.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:27:24.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:27:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:27:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239923459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239933310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239937240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675239938244,
"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-02-01T08:27:25.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:27:25.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-02-01T08:27:25.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.822Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239948952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:27:25.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.823Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "aai-model-loader",
"timestamp": 1675239949961,
"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-02-01T08:27:25.840Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:27:25.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-02-01T08:27:54.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:27:54.616Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-02-01T08:27:54.621Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:27:54.623Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:27:54.623Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-02-01T08:27:54.641Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:28:24.641Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457 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-02-01T08:28:24.673Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f51f4ed-372d-4e40-8381-27bdacde4457 and serviceModelVersionId: 90d2a609-27d9-4029-890a-527eefd80e92
2023-02-01T08:28:24.673Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88fe9425-4168-4d17-8ff0-1fed0434df42
2023-02-01T08:28:24.675Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0
2023-02-01T08:28:24.683Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:28:24.749Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|INFO|500||Invoke
2023-02-01T08:28:24.749Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f51f4ed-372d-4e40-8381-27bdacde4457], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bb0c7af-1e3b-4ede-9b89-1b27b169481f], X-ECOMP-RequestID=[7f51f4ed-372d-4e40-8381-27bdacde4457], X-TransactionId=[], X-ONAP-RequestID=[7f51f4ed-372d-4e40-8381-27bdacde4457], Content-Type=[application/merge-patch+json]}
2023-02-01T08:28:24.808Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-01T08:28:24.974Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?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/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:28:24 GMT], content-length=[0], vertex-id=[192752], x-aai-txid=[1-aai-resources-230201-08:28:24:847-34900], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:28:24.975Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:28:24.976Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|INFO|500||InvokeReturn
2023-02-01T08:28:24.977Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:28:24.977Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-02-01T08:28:24.982Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-02-01T08:28:24.983Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f51f4ed-372d-4e40-8381-27bdacde4457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:28:24.983Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:28:24.984Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:28:24.984Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:28:24.984Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240104983,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:28:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:28:25.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:28:25.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240104983,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:28:25.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T08:28:26.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:29:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:29:26.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:30:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:30:26.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:31:25.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:31:26.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:32:25.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:32:26.050Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:33:25.732Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:33:26.051Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:34:25.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:34:26.051Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:35:25.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:35:26.052Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:36:25.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:36:26.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:37:25.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:37:26.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:38:25.738Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:38:26.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:39:25.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:39:26.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:40:25.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:26.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:40:29.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T08:40:29.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"998dcb7a-3e71-4118-95a4-398a223d3445","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7a330a73-2bc1-4d28-8247-56975f7b137c","serviceDescription":"service","serviceInvariantUUID":"ad1b86fd-6d0f-455b-8c41-71b12ef92403","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"13a12bae-53d9-40f1-858d-a2fae41e94ef","resourceInvariantUUID":"dfa29541-35fb-4eff-8c82-1ba05b67b45e","resourceCustomizationUUID":"649147e0-29c4-4629-90fa-d54e6fc7b13f","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":"OTliNTIzNWMxNGY3MmU1NjM4MWZlYmYxYmY4ZTYzODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7fdfe9f-2939-40a0-b0b6-7605a4c1e374","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmMzNDRjNzY3Yzg4ZTQ2YTViMmJlMjBiZGFiZDcxZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb1c7061-8c79-4589-8cdd-4d478d674000","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:40:29.383Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:40:29.383Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:29.384Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:29.384Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240826056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:29.411Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.411Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:40:29.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "policy-distribution",
"timestamp": 1675240816882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:40:29.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:40:30.421Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:40:30.422Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:30.422Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:30.422Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240826056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:31.423Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7a330a73-2bc1-4d28-8247-56975f7b137c",
"serviceDescription": "service",
"serviceInvariantUUID": "ad1b86fd-6d0f-455b-8c41-71b12ef92403",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "649147e0-29c4-4629-90fa-d54e6fc7b13f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "13a12bae-53d9-40f1-858d-a2fae41e94ef",
"resourceInvariantUUID": "dfa29541-35fb-4eff-8c82-1ba05b67b45e",
"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": "YmMzNDRjNzY3Yzg4ZTQ2YTViMmJlMjBiZGFiZDcxZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb1c7061-8c79-4589-8cdd-4d478d674000"
}
],
"workloadContext": "Production"
}
2023-02-01T08:40:31.424Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:40:31.424Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a330a73-2bc1-4d28-8247-56975f7b137c ASDC
2023-02-01T08:40:31.429Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:998dcb7a-3e71-4118-95a4-398a223d3445
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7a330a73-2bc1-4d28-8247-56975f7b137c
ServiceInvariantUUID:ad1b86fd-6d0f-455b-8c41-71b12ef92403
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:bb1c7061-8c79-4589-8cdd-4d478d674000
ArtifactChecksum:YmMzNDRjNzY3Yzg4ZTQ2YTViMmJlMjBiZGFiZDcxZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:649147e0-29c4-4629-90fa-d54e6fc7b13f
ResourceInvariantUUID:dfa29541-35fb-4eff-8c82-1ba05b67b45e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:13a12bae-53d9-40f1-858d-a2fae41e94ef
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-01T08:40:31.429Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a330a73-2bc1-4d28-8247-56975f7b137c 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-02-01T08:40:31.496Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb1c7061-8c79-4589-8cdd-4d478d674000 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:31.570Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bb1c7061-8c79-4589-8cdd-4d478d674000 57793
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:40:31.574Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:31.574Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:31.574Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240831573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:32.575Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:40:32.579Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:40:32.579Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bb1c7061-8c79-4589-8cdd-4d478d674000, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:32.579Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-01T08:40:32.580Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:32.580Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:32.761Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4802767498656517003/Definitions/service-BasicNetwork-template.yml
2023-02-01T08:40:33.422Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7a330a73-2bc1-4d28-8247-56975f7b137c
Model Version:NULL
Model InvariantUuid:ad1b86fd-6d0f-455b-8c41-71b12ef92403
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dfa29541-35fb-4eff-8c82-1ba05b67b45e
Model UUID:4af329cb-1b21-41ae-b650-f3fc413552f9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:649147e0-29c4-4629-90fa-d54e6fc7b13f
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-02-01T08:40:33.442Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 13a12bae-53d9-40f1-858d-a2fae41e94ef
2023-02-01T08:40:33.442Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||No resources found for Service: 7a330a73-2bc1-4d28-8247-56975f7b137c
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-02-01T08:40:33.450Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||
2023-02-01T08:40:33.451Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7a330a73-2bc1-4d28-8247-56975f7b137c
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a330a73-2bc1-4d28-8247-56975f7b137c
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.459Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c5c5cf, org.onap.sdc.toscaparser.api.parameters.Input@3e23d6ae, org.onap.sdc.toscaparser.api.parameters.Input@2c4c9ebc, org.onap.sdc.toscaparser.api.parameters.Input@82ad444, org.onap.sdc.toscaparser.api.parameters.Input@24b9333]
2023-02-01T08:40:33.460Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.460Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a330a73-2bc1-4d28-8247-56975f7b137c: Generic NeutronNet
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.462Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.462Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.462Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.512Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.514Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.514Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:40:33.609Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:33.611Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240833609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:34.613Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:40:34.671Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-02-01T08:40:34.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:40:34.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:40:34.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:41:04.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:41:04.697Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-02-01T08:41:04.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:41:04.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:41:04.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:41:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:41:25.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:41:25.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "ves-openapi-manager",
"timestamp": 1675240812226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240826056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:41:34.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:41:34.720Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-02-01T08:41:34.722Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:41:34.722Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:41:34.722Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:42:04.723Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:42:04.743Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-02-01T08:42:04.746Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:42:04.746Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:42:04.746Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:42:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:42:25.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "multicloud-k8s",
"timestamp": 1675240822305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "cds-sdc-listener",
"timestamp": 1675240817570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675240823459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "policy-distribution",
"timestamp": 1675240816882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "ves-openapi-manager",
"timestamp": 1675240812226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240826056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "cds-sdc-listener",
"timestamp": 1675240817570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "multicloud-k8s",
"timestamp": 1675240822305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675240823459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "policy-distribution",
"timestamp": 1675240831210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240831573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "cds-sdc-listener",
"timestamp": 1675240832981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675240831180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "policy-distribution",
"timestamp": 1675240832214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "cds-sdc-listener",
"timestamp": 1675240833989,
"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-02-01T08:42:25.763Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.763Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-02-01T08:42:25.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "policy-distribution",
"timestamp": 1675240833216,
"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-02-01T08:42:25.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-02-01T08:42:25.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.828Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240833609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675240832934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675240833939,
"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-02-01T08:42:25.837Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.837Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-02-01T08:42:25.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.856Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "aai-model-loader",
"timestamp": 1675240838693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "aai-model-loader",
"timestamp": 1675240838693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "aai-model-loader",
"timestamp": 1675240841063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "aai-model-loader",
"timestamp": 1675240849180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "aai-model-loader",
"timestamp": 1675240850192,
"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-02-01T08:42:25.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.865Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-02-01T08:42:34.747Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-01T08:42:34.785Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:42:34.790Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-01T08:42:34.790Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:42:34.808Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:43:04.808Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445 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-02-01T08:43:04.816Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 998dcb7a-3e71-4118-95a4-398a223d3445 and serviceModelVersionId: 7a330a73-2bc1-4d28-8247-56975f7b137c
2023-02-01T08:43:04.816Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad1b86fd-6d0f-455b-8c41-71b12ef92403
2023-02-01T08:43:04.818Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0
2023-02-01T08:43:04.823Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:43:04.882Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|INFO|500||Invoke
2023-02-01T08:43:04.883Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[998dcb7a-3e71-4118-95a4-398a223d3445], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89eae77e-e5ea-4a76-a2d2-e6f59afdfa3d], X-ECOMP-RequestID=[998dcb7a-3e71-4118-95a4-398a223d3445], X-TransactionId=[], X-ONAP-RequestID=[998dcb7a-3e71-4118-95a4-398a223d3445], Content-Type=[application/merge-patch+json]}
2023-02-01T08:43:04.928Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-01T08:43:05.045Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?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/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:43:04 GMT], content-length=[0], vertex-id=[192640], x-aai-txid=[0-aai-resources-230201-08:43:04:958-54758], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:43:05.045Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:43:05.046Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|INFO|500||InvokeReturn
2023-02-01T08:43:05.046Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:43:05.047Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:43:05.053Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||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-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 998dcb7a-3e71-4118-95a4-398a223d3445 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:05.055Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240985054,
"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-02-01T08:43:06.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:43:06.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T08:43:06.120Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"57f149ce-0b72-4dab-bd91-2a9682ffd0cd","serviceName":"Demo_pNF_SnclZ4PzYnhGKjkWZknD","serviceVersion":"1.0","serviceUUID":"2f61b715-cb08-436f-bcc7-d115abded0cb","serviceDescription":"catalog service description","serviceInvariantUUID":"d27c3f56-3554-4dca-9238-98156cd228c0","resources":[{"resourceInstanceName":"pNF 3e5e7e51-6297 0","resourceName":"pNF 3e5e7e51-6297","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8974f26b-77da-4f98-b414-a60b8b29a9df","resourceInvariantUUID":"1c41d83b-3841-466e-a996-1ce2f584afa5","resourceCustomizationUUID":"c05cfa7b-5245-4486-90ed-8497b1a2a0e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ1YjU2MTQyMTE2OTQyNmE1MzAwMTFiMjAxMzg4MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aed1aae3-3ec6-463c-aaf0-a2e12a588311","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar","artifactChecksum":"NzNhYmI2MGVjNzUyMDVlNTM0MzUyYjAyZWI5ZWIzNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9eb0bbc2-c78d-43c4-8f72-57aedca1b5a7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"079caa90-b0c2-4238-9c70-b013eb674d24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml","artifactChecksum":"MjZhYzhiNjJkYjQ1MTU0ZGM2N2Y0ZDA3M2UzMWYwODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80e0260f-49f2-4d66-885d-aac9d3e7bd3e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e2f08bf-e854-49ad-b6f4-2c145b1c401e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0f1b305-3aaa-4818-8c11-22a5049cd11f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml","artifactChecksum":"YjRmNTllOWJmZjU0MGUzYTBkZjFmNGQyMjgwM2I1M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab4ed1b3-cea8-4ec3-a216-be59a9a35415","artifactVersion":"1"},{"artifactName":"service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar","artifactChecksum":"MGIxNzNiYTg5NDQzM2RjNDg3Zjk2Y2FhYjFhMTU0MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1fca086-03ab-4159-9cd8-106b3b5e041e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:07.123Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:07.124Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:07.124Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:07.124Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:08.124Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:08.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:08.125Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:08.125Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:09.126Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:09.127Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:09.127Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:09.127Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:10.128Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:10.129Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:10.129Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:10.129Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:11.130Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:11.130Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:11.130Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:11.131Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:12.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:12.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:12.133Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:12.133Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:13.134Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:13.134Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:13.135Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:13.135Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240986105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:14.136Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"serviceName": "Demo_pNF_SnclZ4PzYnhGKjkWZknD",
"serviceVersion": "1.0",
"serviceUUID": "2f61b715-cb08-436f-bcc7-d115abded0cb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d27c3f56-3554-4dca-9238-98156cd228c0",
"resources": [
{
"resourceInstanceName": "pNF 3e5e7e51-6297 0",
"resourceCustomizationUUID": "c05cfa7b-5245-4486-90ed-8497b1a2a0e7",
"resourceName": "pNF 3e5e7e51-6297",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8974f26b-77da-4f98-b414-a60b8b29a9df",
"resourceInvariantUUID": "1c41d83b-3841-466e-a996-1ce2f584afa5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
"artifactChecksum": "MGIxNzNiYTg5NDQzM2RjNDg3Zjk2Y2FhYjFhMTU0MDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e1fca086-03ab-4159-9cd8-106b3b5e041e"
}
],
"workloadContext": "Production"
}
2023-02-01T08:43:14.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:43:14.136Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2f61b715-cb08-436f-bcc7-d115abded0cb ASDC
2023-02-01T08:43:14.137Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:57f149ce-0b72-4dab-bd91-2a9682ffd0cd
ServiceName:Demo_pNF_SnclZ4PzYnhGKjkWZknD
ServiceVersion:1.0
ServiceUUID:2f61b715-cb08-436f-bcc7-d115abded0cb
ServiceInvariantUUID:d27c3f56-3554-4dca-9238-98156cd228c0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
ArtifactUUID:e1fca086-03ab-4159-9cd8-106b3b5e041e
ArtifactChecksum:MGIxNzNiYTg5NDQzM2RjNDg3Zjk2Y2FhYjFhMTU0MDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3e5e7e51-6297 0
ResourceCustomizationUUID:c05cfa7b-5245-4486-90ed-8497b1a2a0e7
ResourceInvariantUUID:1c41d83b-3841-466e-a996-1ce2f584afa5
ResourceName:pNF 3e5e7e51-6297
ResourceType:PNF
ResourceUUID:8974f26b-77da-4f98-b414-a60b8b29a9df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-01T08:43:14.137Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f61b715-cb08-436f-bcc7-d115abded0cb 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-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1fca086-03ab-4159-9cd8-106b3b5e041e from URL: /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:14.257Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:43:14.257Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:14.328Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar e1fca086-03ab-4159-9cd8-106b3b5e041e 88020
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar ASDC sendASDCNotification
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:43:14.333Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:14.333Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:14.333Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
"consumerID": "SO-sdc-controller",
"timestamp": 1675240994332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:15.334Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:43:15.334Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:43:15.335Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e1fca086-03ab-4159-9cd8-106b3b5e041e, URL: /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar to file: /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.335Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.336Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.336Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.442Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13241643945921758080/Definitions/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml
2023-02-01T08:43:16.217Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:43:16.217Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:43:16.217Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||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-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||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-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e5e7e51-6297 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-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Node template pNF 3e5e7e51-6297 0 is matching search criteria
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3e5e7e51-6297 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Node template pNF 3e5e7e51-6297 0 is matching search criteria
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3e5e7e51-6297 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.222Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.222Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.222Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_SnclZ4PzYnhGKjkWZknD
Description:catalog service description
Model UUID:2f61b715-cb08-436f-bcc7-d115abded0cb
Model Version:NULL
Model InvariantUuid:d27c3f56-3554-4dca-9238-98156cd228c0
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-02-01T08:43:16.246Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8974f26b-77da-4f98-b414-a60b8b29a9df
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-02-01T08:43:16.251Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||pNF 3e5e7e51-6297 0
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8974f26b-77da-4f98-b414-a60b8b29a9df
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2f61b715-cb08-436f-bcc7-d115abded0cb
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2f61b715-cb08-436f-bcc7-d115abded0cb
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3e5e7e51-6297 0 8974f26b-77da-4f98-b414-a60b8b29a9df 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-02-01T08:43:16.264Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@684efe4c, org.onap.sdc.toscaparser.api.parameters.Input@7bebbd10, org.onap.sdc.toscaparser.api.parameters.Input@44f72b0, org.onap.sdc.toscaparser.api.parameters.Input@506e7dc9, org.onap.sdc.toscaparser.api.parameters.Input@4fcd5516]
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2f61b715-cb08-436f-bcc7-d115abded0cb: pNF 3e5e7e51-6297
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8974f26b-77da-4f98-b414-a60b8b29a9df
2023-02-01T08:43:16.266Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery