By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-01-12T05:29:24.923Z||main|||||INFO|500||The following profiles are active: basic
2023-01-12T05:29:44.642Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-12T05:29:44.645Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-12T05:29:44.927Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-12T05:29:55.211Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-12T05:29:56.174Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-12T05:29:57.693Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-12T05:29:58.495Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-12T05:30:00.249Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-12T05:30:05.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-12T05:30:06.661Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-01-12T05:30:11.593Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-12T05:30:11.819Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-12T05:30:11.847Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-12T05:30:11.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-12T05:30:12.654Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-12T05:30:13.270Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-12T05:30:15.069Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-12T05:30:15.109Z||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$$d5924008.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-12T05:30:15.111Z||main|||||WARN|500||The sdc end point is not alive
2023-01-12T05:30:20.623Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-01-12T05:30:25.307Z||main|||||WARN|500||---
2023-01-12T05:30:25.308Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-12T05:30:25.308Z||main|||||WARN|500||---
2023-01-12T05:30:25.997Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-12T05:30:34.859Z||main|||||INFO|500||Started Application in 75.72 seconds (JVM running for 79.399)
2023-01-12T05:30:34.889Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-12T05:30:34.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-12T05:30:34.905Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-12T05:30:35.033Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8311de5e-081f-4bd1-9819-aecde8b77c12 url= /sdc/v1/artifactTypes
2023-01-12T05:30:35.052Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-12T05:30:35.606Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-12T05:30:35.678Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-01-12T05:30:35.678Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-12T05:30:35.679Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 630e18e4-6f84-4070-8011-2b9f9ee897ef url= /sdc/v1/distributionKafkaData
2023-01-12T05:30:35.679Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-12T05:30:35.720Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-12T05:30:35.738Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@1a1e852c
2023-01-12T05:30:35.850Z||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-d9a76cd5-7a04-428b-a3f0-272af13c19c4
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-01-12T05:30:35.920Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Instantiated an idempotent producer.
2023-01-12T05:30:36.081Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-12T05:30:36.193Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-12T05:30:36.193Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-12T05:30:36.194Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673501436185
2023-01-12T05:30:36.201Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-12T05:30:36.225Z||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-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-01-12T05:30:36.424Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-12T05:30:36.425Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-12T05:30:36.425Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673501436424
2023-01-12T05:30:36.428Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:30:36.433Z||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-5d4d4ce3-3e5d-467b-9f88-3109987f4325
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-01-12T05:30:36.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:30:36.482Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-12T05:30:36.483Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-12T05:30:36.483Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673501436482
2023-01-12T05:30:36.485Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:30:36.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:30:36.499Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-12T05:30:37.524Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.524Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.525Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Cluster ID: neeTT9P8TjqOaCsdA8Qp5Q
2023-01-12T05:30:37.525Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.525Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:37.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 FYXgqTjLRFSX4uBXbyTEQA
2023-01-12T05:30:37.527Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] ProducerId set to 2003 with epoch 0
2023-01-12T05:30:37.535Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Cluster ID: neeTT9P8TjqOaCsdA8Qp5Q
2023-01-12T05:30:37.537Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-12T05:30:37.540Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Cluster ID: neeTT9P8TjqOaCsdA8Qp5Q
2023-01-12T05:30:37.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-12T05:30:37.591Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] (Re-)joining group
2023-01-12T05:30:37.594Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] (Re-)joining group
2023-01-12T05:30:37.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2
2023-01-12T05:30:37.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-01-12T05:30:37.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] (Re-)joining group
2023-01-12T05:30:37.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc
2023-01-12T05:30:37.768Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-01-12T05:30:37.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] (Re-)joining group
2023-01-12T05:30:43.723Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2', protocol='range'}
2023-01-12T05:30:43.728Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc', protocol='range'}
2023-01-12T05:30:43.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, 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 g64j3qQiSluIemnfVX4Qww
2023-01-12T05:30:43.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc=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-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-01-12T05:30:43.834Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325-b16ff62b-6f48-49e2-bb5b-7a661280aacc', protocol='range'}
2023-01-12T05:30:43.835Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e-6af22858-cac2-4200-9b00-a7e791a780c2', protocol='range'}
2023-01-12T05:30:43.836Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-01-12T05:30:43.842Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-12T05:30:43.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-01-12T05:30:43.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-12T05:30:43.864Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-12T05:30:43.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-12T05:30:43.865Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-12T05:30:43.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-12T05:30:43.865Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-12T05:30:43.865Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-12T05:30:43.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-12T05:30:43.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-12T05:30:43.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-12T05:30:43.866Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-12T05:30:43.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-12T05:30:43.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-12T05:30:43.911Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-12T05:30:43.913Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-12T05:30:44.023Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-12T05:30:44.024Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-12T05:30:44.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-12T05:30:44.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-12T05:30:44.053Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-12T05:30:44.058Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-12T05:30:44.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-12T05:30:44.077Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-12T05:30:44.078Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-12T05:30:44.079Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-12T05:31:36.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:31:36.491Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:32:36.458Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:32:36.495Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:33:36.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:33:36.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:34:36.465Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:34:36.497Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:35:36.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:35:36.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:36:36.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:36:36.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:37:36.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:37:36.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:38:36.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:38:36.503Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:39:36.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:39:36.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:39:37.797Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Node -1 disconnected.
2023-01-12T05:39:37.816Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e33e0ac6-90d2-4ea7-9a15-0974cd8fb28e, groupId=so] Node -1 disconnected.
2023-01-12T05:39:37.819Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d4d4ce3-3e5d-467b-9f88-3109987f4325, groupId=so] Node -1 disconnected.
2023-01-12T05:39:49.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-12T05:40:36.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:40:36.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:41:36.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:41:36.508Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:42:36.479Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:42:36.509Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:43:36.481Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:43:36.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:44:36.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:44:36.513Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:45:36.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:45:36.515Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:46:36.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:46:36.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:47:36.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:47:36.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:48:36.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:48:36.520Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:49:36.493Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:49:36.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:50:36.495Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:50:36.523Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:51:36.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:51:36.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:52:36.499Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:52:36.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:53:36.501Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:53:36.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:54:36.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:54:36.529Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:55:36.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:55:36.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:56:36.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:56:36.532Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:57:36.507Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:57:36.534Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:58:36.509Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:58:36.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T05:59:36.511Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T05:59:36.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:00:36.512Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:00:36.539Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:01:36.515Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:01:36.540Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:02:36.518Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:02:36.542Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:03:36.521Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:03:36.544Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:04:36.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:04:36.548Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:05:36.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:05:36.551Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:06:36.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:06:36.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:07:36.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:07:36.556Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:08:36.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:08:36.559Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:09:36.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:09:36.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:10:36.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:10:36.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:11:36.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:11:36.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:12:36.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:12:36.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:13:36.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:13:36.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:14:36.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:14:36.574Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:15:36.542Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:15:36.579Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:16:36.545Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:16:36.581Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:17:36.548Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:17:36.583Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:18:36.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:18:36.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:19:36.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:19:36.585Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:20:36.555Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:20:36.587Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:21:36.560Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:21:36.587Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:22:36.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:22:36.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:23:36.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:23:36.590Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:24:36.564Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:24:36.591Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:25:36.570Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:25:36.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:26:36.571Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:26:36.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:27:36.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:27:36.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:28:36.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:28:36.596Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:29:36.575Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:29:36.598Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:30:36.577Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:30:36.600Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:31:36.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:31:36.601Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:32:36.582Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:32:36.603Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:33:36.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:33:36.604Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:34:36.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:34:36.606Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:35:36.588Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:35:36.608Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:36.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:36:36.609Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:51.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-12T06:36:51.946Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"46f8127f-e9eb-47b9-bd38-64041cb87cd0","serviceName":"vFW 2023-01-12 06-35-36","serviceVersion":"1.0","serviceUUID":"a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56","serviceDescription":"catalog service description","serviceInvariantUUID":"8bd27a86-3f7b-40c6-a6f4-a88aec4d75df","resources":[{"resourceInstanceName":"vFW e5af6057-e8aa 0","resourceName":"vFW e5af6057-e8aa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"202f5d15-fa1c-45b9-a07a-3fde715fda11","resourceInvariantUUID":"5ab27cbc-7957-438a-beab-b9ccef6649d9","resourceCustomizationUUID":"178af391-dbb5-4fa2-92f0-250c000c03b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml","artifactChecksum":"MWRmOGJmZjI0NTM3NWUxZDkxNjlkMTliOTE4ZTNkN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cca0f16b-5abe-4514-88fd-dc36b1fc674b","artifactVersion":"1"},{"artifactName":"vfwe5af6057e8aa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json","artifactChecksum":"MjI1NGVmOWMwNjFkZjNkYTdhODdjNGE1OWE4ODQ4NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5daae992-e460-4ceb-819e-bf79e41c4f69","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2a5d5d4-8319-4d9e-8e57-8154408b8cd4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml","artifactChecksum":"YTYxZjU1ZDkzMGU1NDYyOTlhMGJlZjdmMWIzYjhhYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6dbdef7b-cba0-40ef-8c49-df35629b5c8c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2f7c1d61-70c7-4a78-ac88-881da58e3f34","artifactVersion":"2","generatedFromUUID":"a2a5d5d4-8319-4d9e-8e57-8154408b8cd4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230112063536-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml","artifactChecksum":"NWQ4NTJiNGRmNzQxODllZjUzNTBmMGZjNTU5N2RiMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf0558c6-9e35-4fbc-8af0-39d3d04f30bc","artifactVersion":"1"},{"artifactName":"service-Vfw20230112063536-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar","artifactChecksum":"NzEzNjY5NjU2MzBlZDAyNTAwOTRlY2ZkNzRiZmI5YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e50b54a-0485-4132-87e9-c22460b3100d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:36:51.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:51.983Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:51.983Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:51.983Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:51.994Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.995Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.995Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.995Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.996Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:51.996Z||kafka-producer-network-thread | SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d9a76cd5-7a04-428b-a3f0-272af13c19c4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to g64j3qQiSluIemnfVX4Qww
2023-01-12T06:36:52.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:36:52.012Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:36:52.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:36:53.033Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:53.034Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:53.034Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:53.034Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:54.036Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:54.036Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:54.037Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:54.037Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:55.039Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:55.040Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:55.040Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:55.040Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:56.042Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:56.043Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:56.043Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:56.043Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:57.044Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:57.045Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:57.045Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:57.046Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:58.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:36:58.047Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:36:58.048Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:36:58.049Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:36:59.052Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"serviceName": "vFW 2023-01-12 06-35-36",
"serviceVersion": "1.0",
"serviceUUID": "a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8bd27a86-3f7b-40c6-a6f4-a88aec4d75df",
"resources": [
{
"resourceInstanceName": "vFW e5af6057-e8aa 0",
"resourceCustomizationUUID": "178af391-dbb5-4fa2-92f0-250c000c03b3",
"resourceName": "vFW e5af6057-e8aa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "202f5d15-fa1c-45b9-a07a-3fde715fda11",
"resourceInvariantUUID": "5ab27cbc-7957-438a-beab-b9ccef6649d9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe5af6057e8aa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"artifactChecksum": "MjI1NGVmOWMwNjFkZjNkYTdhODdjNGE1OWE4ODQ4NmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5daae992-e460-4ceb-819e-bf79e41c4f69",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a2a5d5d4-8319-4d9e-8e57-8154408b8cd4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2f7c1d61-70c7-4a78-ac88-881da58e3f34",
"generatedFromUUID": "a2a5d5d4-8319-4d9e-8e57-8154408b8cd4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2f7c1d61-70c7-4a78-ac88-881da58e3f34",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230112063536-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"artifactChecksum": "NzEzNjY5NjU2MzBlZDAyNTAwOTRlY2ZkNzRiZmI5YWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e50b54a-0485-4132-87e9-c22460b3100d"
}
],
"workloadContext": "Production"
}
2023-01-12T06:36:59.053Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:36:59.054Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56 ASDC
2023-01-12T06:36:59.233Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:46f8127f-e9eb-47b9-bd38-64041cb87cd0
ServiceName:vFW 2023-01-12 06-35-36
ServiceVersion:1.0
ServiceUUID:a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
ServiceInvariantUUID:8bd27a86-3f7b-40c6-a6f4-a88aec4d75df
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230112063536-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
ArtifactUUID:8e50b54a-0485-4132-87e9-c22460b3100d
ArtifactChecksum:NzEzNjY5NjU2MzBlZDAyNTAwOTRlY2ZkNzRiZmI5YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e5af6057-e8aa 0
ResourceCustomizationUUID:178af391-dbb5-4fa2-92f0-250c000c03b3
ResourceInvariantUUID:5ab27cbc-7957-438a-beab-b9ccef6649d9
ResourceName:vFW e5af6057-e8aa
ResourceType:VF
ResourceUUID:202f5d15-fa1c-45b9-a07a-3fde715fda11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe5af6057e8aa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
ArtifactUUID:5daae992-e460-4ceb-819e-bf79e41c4f69
ArtifactChecksum:MjI1NGVmOWMwNjFkZjNkYTdhODdjNGE1OWE4ODQ4NmU=
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/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
ArtifactUUID:a2a5d5d4-8319-4d9e-8e57-8154408b8cd4
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/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
ArtifactUUID:2f7c1d61-70c7-4a78-ac88-881da58e3f34
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/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
ArtifactUUID:2f7c1d61-70c7-4a78-ac88-881da58e3f34
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-12T06:36:59.233Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:36:59.608Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:36:59.612Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:36:59.613Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:36:59.613Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e50b54a-0485-4132-87e9-c22460b3100d from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:36:59.614Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:36:59.615Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:36:59.989Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:00.007Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar 8e50b54a-0485-4132-87e9-c22460b3100d 101567
2023-01-12T06:37:00.009Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar ASDC sendASDCNotification
2023-01-12T06:37:00.009Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:00.010Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:00.011Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:00.011Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:00.012Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505420008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:01.014Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:37:01.015Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:37:01.016Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8e50b54a-0485-4132-87e9-c22460b3100d, URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar to file: /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:01.017Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230112063536-csar.csar
2023-01-12T06:37:01.113Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:01.114Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:02.055Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11005117298489335215/Definitions/service-Vfw20230112063536-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-01-12T06:37:06.404Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:37:06.410Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:37:06.411Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.412Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-12T06:37:06.412Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.412Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.413Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e5af6057-e8aa 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-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.413Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.413Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.414Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.414Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.415Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.416Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.416Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.417Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:06.417Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:37:06.426Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.428Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.434Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.435Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:37:06.437Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:37:06.439Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.439Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.440Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.440Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:37:06.441Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:37:06.441Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.441Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.445Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.446Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.446Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.446Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:06.447Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.447Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.448Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:06.449Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:06.449Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.449Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.450Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:06.450Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.451Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:06.451Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.451Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T06:37:06.452Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.452Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:37:06.454Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.454Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.455Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:06.456Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.456Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.456Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:06.457Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.457Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:06.457Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:06.458Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.458Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.459Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.459Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-12T06:37:06.460Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.460Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:06.460Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:06.461Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.461Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.461Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:06.462Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.462Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:06.462Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.463Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f58a2f0b-de47-4ed1-b769-74d3b9c34dc0
2023-01-12T06:37:06.463Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.464Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.464Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.465Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:06.465Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.465Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.466Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.466Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:06.466Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.467Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-12T06:37:06.467Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:06.467Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.468Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:06.468Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.469Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f94f629e-b169-429b-b65c-4bdc50ff0df5
2023-01-12T06:37:06.469Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.469Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:06.470Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:06.470Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:06.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.472Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:06.472Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:06.473Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:06.474Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-12T06:37:06.474Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d8af326-72d4-4786-b9da-16c0a8966359
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.475Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.476Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.476Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.476Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:06.477Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:06.477Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-12 06-35-36
Description:catalog service description
Model UUID:a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
Model Version:NULL
Model InvariantUuid:8bd27a86-3f7b-40c6-a6f4-a88aec4d75df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e5af6057-e8aa
Model UUID:ebdba269-bf4b-4ea9-a3f9-60d27dcbcfc8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ab27cbc-7957-438a-beab-b9ccef6649d9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:178af391-dbb5-4fa2-92f0-250c000c03b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d34009ef-8b4c-4162-a156-caada731e11c
ModelName:VfwE5af6057E8aa..base_vfw..module-0
ModelUuid:aac6bce1-a22e-4926-876b-1ffc83ad782f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f58a2f0b-de47-4ed1-b769-74d3b9c34dc0
ModelInvariantUuid:f57a6e8e-2d14-4655-988a-db3dbd6524f9
ModelName:vFW e5af6057-e8aa-nodes.vfwCvfc
ModelUuid:e2a7d850-c539-49ff-8d71-a299c6d124ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:625f3aa8-c409-4333-92bd-f77744644933
ModelInvariantUuid:aa8f4f35-81f0-47f3-aba9-77080282765d
ModelName:VfwE5af6057E8aa.compute.nodes.heat.vfw
ModelUuid:0bc630f2-e5cc-48c1-bc3f-876d3a10261c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f94f629e-b169-429b-b65c-4bdc50ff0df5
ModelInvariantUuid:ce7a37c2-9992-4f51-8218-620b42cf0e8b
ModelName:vFW e5af6057-e8aa-nodes.vsnCvfc
ModelUuid:6a3514cc-1678-475f-bb83-bcc58caf236d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:77936558-8a3a-4fb8-b16d-513085bc8478
ModelInvariantUuid:6529723f-8ceb-4a76-94dc-e9ffa40896f5
ModelName:VfwE5af6057E8aa.compute.nodes.heat.vsn
ModelUuid:8041c246-6906-41bb-a0c4-4678a235133b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d8af326-72d4-4786-b9da-16c0a8966359
ModelInvariantUuid:42528647-fd08-45e8-8ce0-db808fb5a0e5
ModelName:vFW e5af6057-e8aa-nodes.vpgCvfc
ModelUuid:83a1cdfe-8c83-43d7-b07e-bd393b148ddf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ca980774-a37b-44aa-bbe2-f55a6fb4d9e8
ModelInvariantUuid:0bd8c07d-47e1-40a7-8eb5-96defe6759e7
ModelName:VfwE5af6057E8aa.compute.nodes.heat.vpg
ModelUuid:3798d111-b9f3-493e-a6f4-deb074a4bd11
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-12T06:37:06.514Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 202f5d15-fa1c-45b9-a07a-3fde715fda11
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:37:06.659Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||vFW e5af6057-e8aa 0
2023-01-12T06:37:06.668Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 202f5d15-fa1c-45b9-a07a-3fde715fda11
2023-01-12T06:37:06.669Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5daae992-e460-4ceb-819e-bf79e41c4f69 from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:06.669Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:37:06.669Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:06.757Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:06.757Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json 5daae992-e460-4ceb-819e-bf79e41c4f69 785
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json ASDC sendASDCNotification
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:06.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:06.759Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505426758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:07.761Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE5af6057E8aa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d34009ef-8b4c-4162-a156-caada731e11c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aac6bce1-a22e-4926-876b-1ffc83ad782f",
"vfModuleModelCustomizationUUID": "af8c5cc8-8361-4592-9f68-1b74d354bc9b",
"isBase": true,
"artifacts": [
"a2a5d5d4-8319-4d9e-8e57-8154408b8cd4",
"2f7c1d61-70c7-4a78-ac88-881da58e3f34"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-12T06:37:07.779Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE5af6057E8aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac6bce1-a22e-4926-876b-1ffc83ad782f
VfModuleModelInvariantUUID:d34009ef-8b4c-4162-a156-caada731e11c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2a5d5d4-8319-4d9e-8e57-8154408b8cd4
,
2f7c1d61-70c7-4a78-ac88-881da58e3f34
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-12T06:37:07.783Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE5af6057E8aa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d34009ef-8b4c-4162-a156-caada731e11c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aac6bce1-a22e-4926-876b-1ffc83ad782f",
"vfModuleModelCustomizationUUID": "af8c5cc8-8361-4592-9f68-1b74d354bc9b",
"isBase": true,
"artifacts": [
"a2a5d5d4-8319-4d9e-8e57-8154408b8cd4",
"2f7c1d61-70c7-4a78-ac88-881da58e3f34"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-12T06:37:07.784Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE5af6057E8aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac6bce1-a22e-4926-876b-1ffc83ad782f
VfModuleModelInvariantUUID:d34009ef-8b4c-4162-a156-caada731e11c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2a5d5d4-8319-4d9e-8e57-8154408b8cd4
,
2f7c1d61-70c7-4a78-ac88-881da58e3f34
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-12T06:37:07.784Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2a5d5d4-8319-4d9e-8e57-8154408b8cd4 from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:07.785Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:37:07.785Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:07.882Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:07.883Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml a2a5d5d4-8319-4d9e-8e57-8154408b8cd4 20368
2023-01-12T06:37:07.884Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-12T06:37:07.884Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:07.884Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:07.886Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:07.886Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:07.887Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505427884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:08.888Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f7c1d61-70c7-4a78-ac88-881da58e3f34 from URL: /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:08.889Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:37:08.889Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:08.955Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:37:08.956Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env 2f7c1d61-70c7-4a78-ac88-881da58e3f34 2098
2023-01-12T06:37:08.957Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-12T06:37:08.957Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:08.957Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:37:08.958Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:08.958Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:08.958Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505428957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:09.960Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
2023-01-12T06:37:09.961Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e5af6057-e8aa 0 202f5d15-fa1c-45b9-a07a-3fde715fda11 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:37:10.013Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78ed51e2, org.onap.sdc.toscaparser.api.parameters.Input@1ba1ea84, org.onap.sdc.toscaparser.api.parameters.Input@4a038f3c, org.onap.sdc.toscaparser.api.parameters.Input@6bcd3b91, org.onap.sdc.toscaparser.api.parameters.Input@79bd054b]
2023-01-12T06:37:10.018Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.019Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.019Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-01-12T06:37:10.020Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 178af391-dbb5-4fa2-92f0-250c000c03b3
2023-01-12T06:37:10.020Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 178af391-dbb5-4fa2-92f0-250c000c03b3 matches Tosca VF Customization UUID: 178af391-dbb5-4fa2-92f0-250c000c03b3
2023-01-12T06:37:10.021Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 178af391-dbb5-4fa2-92f0-250c000c03b3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-12T06:37:10.030Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.031Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.033Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 178af391-dbb5-4fa2-92f0-250c000c03b3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T06:37:10.033Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@572768c6
2023-01-12T06:37:10.034Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.034Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:37:10.035Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af8c5cc8-8361-4592-9f68-1b74d354bc9b
2023-01-12T06:37:10.036Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af8c5cc8-8361-4592-9f68-1b74d354bc9b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-12T06:37:10.045Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.045Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.046Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.047Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.048Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.048Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.049Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.049Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:10.049Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:10.050Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-12T06:37:10.050Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:10.050Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:10.051Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:10.051Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.052Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.052Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:10.053Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.053Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:10.053Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.054Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f58a2f0b-de47-4ed1-b769-74d3b9c34dc0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-12T06:37:10.065Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.067Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.067Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.068Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.069Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:10.069Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:10.070Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:10.070Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.071Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.071Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.072Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:10.072Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:10.073Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-12T06:37:10.073Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T06:37:10.074Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.074Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T06:37:10.075Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.075Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f94f629e-b169-429b-b65c-4bdc50ff0df5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-12T06:37:10.080Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.081Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.082Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.086Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.087Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is not matching search criteria
2023-01-12T06:37:10.088Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T06:37:10.088Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T06:37:10.089Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.089Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.090Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.090Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T06:37:10.091Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T06:37:10.091Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T06:37:10.092Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T06:37:10.092Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T06:37:10.092Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T06:37:10.093Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-12T06:37:10.093Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d8af326-72d4-4786-b9da-16c0a8966359
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-12T06:37:10.096Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.097Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.097Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:37:10.097Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.098Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Node template vFW e5af6057-e8aa 0 is matching search criteria
2023-01-12T06:37:10.098Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e5af6057-e8aa 0] matching following query criteria: sdcType=VF, customizationUUID=178af391-dbb5-4fa2-92f0-250c000c03b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:37:10.101Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.101Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.102Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56: vFW e5af6057-e8aa
2023-01-12T06:37:10.102Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.102Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.103Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.104Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.104Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.104Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.105Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.105Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.106Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:37:10.106Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-01-12 06-35-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:37:10.107Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-01-12 06-35-36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:37:10.636Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e5af6057-e8aa 202f5d15-fa1c-45b9-a07a-3fde715fda11 1 ASDC deployResourceStructure
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json ASDC sendASDCNotification
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:10.637Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:10.638Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:10.638Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505430637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:11.640Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-12T06:37:11.640Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml
2023-01-12T06:37:11.640Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:11.641Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:11.641Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:11.641Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505431640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:12.643Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-12T06:37:12.643Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:12.644Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505432643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:13.646Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar ASDC sendASDCNotification
2023-01-12T06:37:13.647Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar
2023-01-12T06:37:13.647Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:37:13.648Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:37:13.648Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:37:13.648Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505433646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:14.651Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:37:14.732Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:37:14.746Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:37:14.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:37:14.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:37:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:37:36.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:37:36.491Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:37:36.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:37:44.748Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:37:44.818Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:37:44.827Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:37:44.828Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:37:44.828Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:38:14.829Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:38:14.880Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:38:14.891Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:38:14.892Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:38:14.892Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:38:36.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:38:36.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.510Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.515Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.517Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.518Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.519Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.522Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.524Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505379388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505399422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505386908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505391562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505397096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505396589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505409949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505418873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505418783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505418065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505418883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.547Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505420008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505419308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.548Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505419796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.549Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505419899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.581Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505420008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.582Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "policy-distribution",
"timestamp": 1673505420800,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.591Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505421138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505422241,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-01-12T06:38:36.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.620Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673505423244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505424677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.622Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505425683,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.634Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.649Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505426758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.651Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.652Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.653Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.654Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.655Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505427884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.657Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.658Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.659Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505428957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505430637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/vfwe5af6057e8aa0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505431640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505432643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/resourceInstances/vfwe5af6057e8aa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.679Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505421801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673505418361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.681Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505420913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505424250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505433646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505433966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505434029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505434084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505433317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112063536/1.0/artifacts/service-Vfw20230112063536-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.688Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505434969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "cds-sdc-listener",
"timestamp": 1673505435036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.713Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.714Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "aai-model-loader",
"timestamp": 1673505434321,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.736Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46f8127f-e9eb-47b9-bd38-64041cb87cd0
2023-01-12T06:38:36.737Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505435245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "policy-distribution",
"timestamp": 1673505435970,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.768Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.768Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505436329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.783Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505437352,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.789Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.789Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-01-12T06:38:36.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.797Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "multicloud-k8s",
"timestamp": 1673505438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.798Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.812Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505435325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505442439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.815Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.816Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505439949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505447828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505450139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505449710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673505451143,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.837Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:36.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:38:36.852Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "aai-model-loader",
"timestamp": 1673505450713,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:36.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46236d9c-463d-4b9a-b46c-6898cbf9e43b
2023-01-12T06:38:36.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46236d9c-463d-4b9a-b46c-6898cbf9e43b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:38:44.894Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:38:44.922Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:38:44.930Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:38:44.931Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:38:44.931Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:38:44.931Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:38:44.932Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:38:44.932Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:38:44.932Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:38:44.933Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:38:44.933Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:38:44.933Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:38:44.960Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:39:14.961Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-12T06:39:14.978Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and serviceModelVersionId: a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56
2023-01-12T06:39:14.980Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bd27a86-3f7b-40c6-a6f4-a88aec4d75df
2023-01-12T06:39:34.426Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0
2023-01-12T06:39:34.561Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:39:35.308Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|INFO|500||Invoke
2023-01-12T06:39:35.314Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46f8127f-e9eb-47b9-bd38-64041cb87cd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cc34b66-99ae-4482-bd7c-5bb25a295af2], X-ECOMP-RequestID=[46f8127f-e9eb-47b9-bd38-64041cb87cd0], X-TransactionId=[], X-ONAP-RequestID=[46f8127f-e9eb-47b9-bd38-64041cb87cd0], Content-Type=[application/merge-patch+json]}
2023-01-12T06:39:35.471Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-12T06:39:35.683Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?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/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:39:34 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[2-aai-resources-230112-06:39:34:087-45867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:39:35.685Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:39:35.688Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bd27a86-3f7b-40c6-a6f4-a88aec4d75df/model-vers/model-ver/a9c16a8c-2d56-45d1-bdeb-53f7d2cd6b56?depth=0|INFO|500||InvokeReturn
2023-01-12T06:39:35.694Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:39:35.695Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:39:35.705Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:39:35.707Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46f8127f-e9eb-47b9-bd38-64041cb87cd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:39:35.709Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:39:35.710Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:35.711Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:35.711Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505575707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:36.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:39:36.495Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46f8127f-e9eb-47b9-bd38-64041cb87cd0",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505575707,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:39:36.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-12T06:39:36.726Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:39:36.733Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-12T06:39:36.733Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"46236d9c-463d-4b9a-b46c-6898cbf9e43b","serviceName":"basic_onboard_ExAtuK","serviceVersion":"1.0","serviceUUID":"0bcf5014-10b8-402b-8c4a-310fed5e5672","serviceDescription":"service","serviceInvariantUUID":"fda6314d-9c55-4dda-a47c-a83e8325ceda","resources":[{"resourceInstanceName":"basic_onboard_ExAtuK 0","resourceName":"basic_onboard_ExAtuK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a6e8c16-365f-4d02-9de2-09e3c7da9bda","resourceInvariantUUID":"bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1","resourceCustomizationUUID":"f8b84416-3bfd-462e-8ed1-2a5c83b86c34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml","artifactChecksum":"MDEwYzIyYjg4MjljNmU1ODllMjMyMGNlY2NjYWVlNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"894eb74f-7283-49b1-87e3-06ef0d8fbceb","artifactVersion":"1"},{"artifactName":"basic_onboard_exatuk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json","artifactChecksum":"NDAyNDhkM2NjYjAyZDMwYTI5OGI2MTdhYzBlNGU5Mjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eaaf24d9-6fba-4c97-b98d-83ed75584084","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3e76556c-4633-437b-9ed2-f38456f2c406","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41590528-1227-4463-b1aa-6844f9dd8650","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a33de0c0-986f-45a9-bcb1-98aa08f1980c","artifactVersion":"2","generatedFromUUID":"3e76556c-4633-437b-9ed2-f38456f2c406"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardExatuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml","artifactChecksum":"NjE5NDliZThmMGU3YjRlZjY4ZTg2NmYxZmE4NWIyYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f04d05a3-308d-4145-92be-83fc06b5b570","artifactVersion":"1"},{"artifactName":"service-BasicOnboardExatuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar","artifactChecksum":"MjliZTM4ZjZiODE1MmUyYjllY2Q5MTI2MTY2YzAwNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1366509-5446-446e-9122-c76495d4a89c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:39:36.735Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:36.736Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:36.736Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:36.736Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:37.737Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:37.738Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:37.739Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:37.740Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:38.742Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:38.743Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:38.743Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:38.743Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:39.744Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:39.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:39.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:39.747Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:40.748Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:40.749Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:40.749Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:40.749Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:41.750Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:41.751Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:41.751Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:41.751Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:42.753Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:39:42.755Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:42.755Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:42.755Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:43.758Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"serviceName": "basic_onboard_ExAtuK",
"serviceVersion": "1.0",
"serviceUUID": "0bcf5014-10b8-402b-8c4a-310fed5e5672",
"serviceDescription": "service",
"serviceInvariantUUID": "fda6314d-9c55-4dda-a47c-a83e8325ceda",
"resources": [
{
"resourceInstanceName": "basic_onboard_ExAtuK 0",
"resourceCustomizationUUID": "f8b84416-3bfd-462e-8ed1-2a5c83b86c34",
"resourceName": "basic_onboard_ExAtuK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5a6e8c16-365f-4d02-9de2-09e3c7da9bda",
"resourceInvariantUUID": "bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_exatuk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"artifactChecksum": "NDAyNDhkM2NjYjAyZDMwYTI5OGI2MTdhYzBlNGU5Mjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eaaf24d9-6fba-4c97-b98d-83ed75584084",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3e76556c-4633-437b-9ed2-f38456f2c406",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a33de0c0-986f-45a9-bcb1-98aa08f1980c",
"generatedFromUUID": "3e76556c-4633-437b-9ed2-f38456f2c406"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a33de0c0-986f-45a9-bcb1-98aa08f1980c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardExatuk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"artifactChecksum": "MjliZTM4ZjZiODE1MmUyYjllY2Q5MTI2MTY2YzAwNGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1366509-5446-446e-9122-c76495d4a89c"
}
],
"workloadContext": "Production"
}
2023-01-12T06:39:43.759Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:39:43.759Z|46f8127f-e9eb-47b9-bd38-64041cb87cd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0bcf5014-10b8-402b-8c4a-310fed5e5672 ASDC
2023-01-12T06:39:43.760Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:46236d9c-463d-4b9a-b46c-6898cbf9e43b
ServiceName:basic_onboard_ExAtuK
ServiceVersion:1.0
ServiceUUID:0bcf5014-10b8-402b-8c4a-310fed5e5672
ServiceInvariantUUID:fda6314d-9c55-4dda-a47c-a83e8325ceda
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardExatuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
ArtifactUUID:f1366509-5446-446e-9122-c76495d4a89c
ArtifactChecksum:MjliZTM4ZjZiODE1MmUyYjllY2Q5MTI2MTY2YzAwNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ExAtuK 0
ResourceCustomizationUUID:f8b84416-3bfd-462e-8ed1-2a5c83b86c34
ResourceInvariantUUID:bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1
ResourceName:basic_onboard_ExAtuK
ResourceType:VF
ResourceUUID:5a6e8c16-365f-4d02-9de2-09e3c7da9bda
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_exatuk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
ArtifactUUID:eaaf24d9-6fba-4c97-b98d-83ed75584084
ArtifactChecksum:NDAyNDhkM2NjYjAyZDMwYTI5OGI2MTdhYzBlNGU5Mjc=
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/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3e76556c-4633-437b-9ed2-f38456f2c406
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/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
ArtifactUUID:a33de0c0-986f-45a9-bcb1-98aa08f1980c
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/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
ArtifactUUID:a33de0c0-986f-45a9-bcb1-98aa08f1980c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-12T06:39:43.760Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0bcf5014-10b8-402b-8c4a-310fed5e5672 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-12T06:39:43.818Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:39:43.819Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:39:43.820Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:39:43.820Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f1366509-5446-446e-9122-c76495d4a89c from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:43.820Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:43.821Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:43.934Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:43.951Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar f1366509-5446-446e-9122-c76495d4a89c 75679
2023-01-12T06:39:43.951Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar ASDC sendASDCNotification
2023-01-12T06:39:43.951Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:43.952Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:43.960Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:43.961Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:43.961Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505583951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:44.962Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:39:44.963Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-12T06:39:44.964Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f1366509-5446-446e-9122-c76495d4a89c, URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar to file: /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:44.965Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:44.980Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:44.981Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:45.160Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4397602093789946907/Definitions/service-BasicOnboardExatuk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-12T06:39:46.842Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.843Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ExAtuK 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-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:46.844Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-12T06:39:46.845Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.845Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.845Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.846Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.847Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is not matching search criteria
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-12T06:39:46.848Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.849Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:46.850Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:46.851Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:46.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is not matching search criteria
2023-01-12T06:39:46.852Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2319d386-2ca3-443f-9c26-05fca21a20cc
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.853Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.854Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:46.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:46.855Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ExAtuK
Description:service
Model UUID:0bcf5014-10b8-402b-8c4a-310fed5e5672
Model Version:NULL
Model InvariantUuid:fda6314d-9c55-4dda-a47c-a83e8325ceda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ExAtuK
Model UUID:5b01aad3-975e-4d77-b63f-ce4f8fa7e28c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbf6dd03-47ce-4eb8-ad4c-ced2d22fc0c1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8b84416-3bfd-462e-8ed1-2a5c83b86c34
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:631435b9-5897-4bec-8fd6-2c4c6c6f97a9
ModelName:BasicOnboardExatuk..base_ubuntu18..module-0
ModelUuid:4760f473-d4ee-4f39-8f4a-b5a041e3dac1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2319d386-2ca3-443f-9c26-05fca21a20cc
ModelInvariantUuid:11ba029c-a787-4756-a32e-81ee11a51d81
ModelName:basic_onboard_ExAtuK-nodes.ubuntu18Cvfc
ModelUuid:a95bbc9e-5837-4be1-9506-415ca51944a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:416a7676-3cc3-4fc6-a07f-638c088b6847
ModelInvariantUuid:4813f4a4-2dad-4c44-895f-0b66820c73c9
ModelName:BasicOnboardExatuk.compute.nodes.heat.ubuntu18
ModelUuid:eac10c2b-3547-4f11-9de7-6147b8a36f7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-12T06:39:46.867Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a6e8c16-365f-4d02-9de2-09e3c7da9bda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:39:46.871Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||basic_onboard_ExAtuK 0
2023-01-12T06:39:46.871Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a6e8c16-365f-4d02-9de2-09e3c7da9bda
2023-01-12T06:39:46.872Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eaaf24d9-6fba-4c97-b98d-83ed75584084 from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:46.872Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:46.873Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:46.981Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:46.982Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json eaaf24d9-6fba-4c97-b98d-83ed75584084 798
2023-01-12T06:39:46.982Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json ASDC sendASDCNotification
2023-01-12T06:39:46.982Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:46.983Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505586982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:47.985Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardExatuk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "631435b9-5897-4bec-8fd6-2c4c6c6f97a9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4760f473-d4ee-4f39-8f4a-b5a041e3dac1",
"vfModuleModelCustomizationUUID": "0d827967-4a74-49b8-a9c8-b0b257f8b827",
"isBase": true,
"artifacts": [
"3e76556c-4633-437b-9ed2-f38456f2c406",
"a33de0c0-986f-45a9-bcb1-98aa08f1980c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-12T06:39:48.001Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardExatuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4760f473-d4ee-4f39-8f4a-b5a041e3dac1
VfModuleModelInvariantUUID:631435b9-5897-4bec-8fd6-2c4c6c6f97a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e76556c-4633-437b-9ed2-f38456f2c406
,
a33de0c0-986f-45a9-bcb1-98aa08f1980c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardExatuk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "631435b9-5897-4bec-8fd6-2c4c6c6f97a9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4760f473-d4ee-4f39-8f4a-b5a041e3dac1",
"vfModuleModelCustomizationUUID": "0d827967-4a74-49b8-a9c8-b0b257f8b827",
"isBase": true,
"artifacts": [
"3e76556c-4633-437b-9ed2-f38456f2c406",
"a33de0c0-986f-45a9-bcb1-98aa08f1980c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardExatuk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4760f473-d4ee-4f39-8f4a-b5a041e3dac1
VfModuleModelInvariantUUID:631435b9-5897-4bec-8fd6-2c4c6c6f97a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e76556c-4633-437b-9ed2-f38456f2c406
,
a33de0c0-986f-45a9-bcb1-98aa08f1980c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e76556c-4633-437b-9ed2-f38456f2c406 from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:48.005Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:48.006Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:48.106Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml 3e76556c-4633-437b-9ed2-f38456f2c406 5033
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:48.107Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:48.108Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:48.108Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:48.108Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505588107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:49.109Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a33de0c0-986f-45a9-bcb1-98aa08f1980c from URL: /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:49.110Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-12T06:39:49.110Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:49.194Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-12T06:39:49.194Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env a33de0c0-986f-45a9-bcb1-98aa08f1980c 909
2023-01-12T06:39:49.195Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-12T06:39:49.195Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:49.195Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:39:49.196Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:49.196Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:49.196Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505589195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:50.197Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0bcf5014-10b8-402b-8c4a-310fed5e5672
2023-01-12T06:39:50.198Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ExAtuK 0 5a6e8c16-365f-4d02-9de2-09e3c7da9bda ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:39:50.214Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47ef854b, org.onap.sdc.toscaparser.api.parameters.Input@3a0d396f, org.onap.sdc.toscaparser.api.parameters.Input@5a298cb, org.onap.sdc.toscaparser.api.parameters.Input@5dd1f3f8, org.onap.sdc.toscaparser.api.parameters.Input@662fe0d4]
2023-01-12T06:39:50.215Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f8b84416-3bfd-462e-8ed1-2a5c83b86c34
2023-01-12T06:39:50.216Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8b84416-3bfd-462e-8ed1-2a5c83b86c34 matches Tosca VF Customization UUID: f8b84416-3bfd-462e-8ed1-2a5c83b86c34
2023-01-12T06:39:50.217Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f8b84416-3bfd-462e-8ed1-2a5c83b86c34 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-12T06:39:50.220Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.220Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.221Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f8b84416-3bfd-462e-8ed1-2a5c83b86c34: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T06:39:50.221Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7653b0d1
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d827967-4a74-49b8-a9c8-b0b257f8b827
2023-01-12T06:39:50.222Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d827967-4a74-49b8-a9c8-b0b257f8b827
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-12T06:39:50.225Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.225Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.226Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:50.226Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.226Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.227Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:50.227Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.227Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is not matching search criteria
2023-01-12T06:39:50.228Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-12T06:39:50.228Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T06:39:50.229Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2319d386-2ca3-443f-9c26-05fca21a20cc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-12T06:39:50.232Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.232Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.232Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T06:39:50.233Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.233Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ExAtuK 0 is matching search criteria
2023-01-12T06:39:50.233Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ExAtuK 0] matching following query criteria: sdcType=VF, customizationUUID=f8b84416-3bfd-462e-8ed1-2a5c83b86c34
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:39:50.236Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.237Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.237Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0bcf5014-10b8-402b-8c4a-310fed5e5672: basic_onboard_ExAtuK
2023-01-12T06:39:50.238Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.238Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.238Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.239Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.240Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:39:50.240Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ExAtuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:39:50.240Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_ExAtuK
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:39:50.343Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ExAtuK 5a6e8c16-365f-4d02-9de2-09e3c7da9bda 1 ASDC deployResourceStructure
2023-01-12T06:39:50.343Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json ASDC sendASDCNotification
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:50.344Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:50.345Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505590343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:51.346Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-12T06:39:51.346Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml
2023-01-12T06:39:51.346Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:51.347Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:51.347Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:51.347Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505591346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:52.348Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-12T06:39:52.349Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env
2023-01-12T06:39:52.349Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:52.350Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:52.350Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:52.351Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505592348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:53.353Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar ASDC sendASDCNotification
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:39:53.354Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:39:53.355Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505593353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:39:54.357Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:39:54.374Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:39:54.379Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:39:54.379Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:39:54.380Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:39:54.381Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:39:54.381Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:39:54.381Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:39:54.390Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:40:24.391Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-12T06:40:24.399Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46236d9c-463d-4b9a-b46c-6898cbf9e43b and serviceModelVersionId: 0bcf5014-10b8-402b-8c4a-310fed5e5672
2023-01-12T06:40:24.400Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fda6314d-9c55-4dda-a47c-a83e8325ceda
2023-01-12T06:40:24.401Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0
2023-01-12T06:40:24.405Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:40:24.462Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-12T06:40:24.464Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0|INFO|500||Invoke
2023-01-12T06:40:24.495Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-12T06:40:24.624Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0|INFO|500||InvokeReturn
2023-01-12T06:40:24.625Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fda6314d-9c55-4dda-a47c-a83e8325ceda/model-vers/model-ver/0bcf5014-10b8-402b-8c4a-310fed5e5672?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:40:23 GMT], content-length=[0], vertex-id=[192704], x-aai-txid=[1-aai-resources-230112-06:40:23:102-57184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:40:24.626Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:40:24.626Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:40:24.626Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:40:24.634Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:40:24.634Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46236d9c-463d-4b9a-b46c-6898cbf9e43b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:40:24.635Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505624635,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-12T06:40:25.660Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:40:36.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:40:36.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-12T06:40:36.491Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:40:36.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:25.666Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:41:36.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:41:36.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.499Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T06:41:36.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.501Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:41:36.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-12T06:41:36.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:41:36.508Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505576726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505583951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505586982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505588107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505589195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505590343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/basic_onboard_exatuk0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.512Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505591346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505592348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/resourceInstances/basic_onboard_exatuk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.514Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505593353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExatuk/1.0/artifacts/service-BasicOnboardExatuk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:41:36.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:41:36.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T06:41:36.517Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "46236d9c-463d-4b9a-b46c-6898cbf9e43b",
"consumerID": "SO-sdc-controller",
"timestamp": 1673505624635,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T06:41:36.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:42:25.666Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:42:36.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:43:25.668Z|46236d9c-463d-4b9a-b46c-6898cbf9e43b|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:43:36.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:44:25.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:44:36.490Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:45:25.677Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:45:36.492Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:46:25.679Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:46:36.495Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:47:25.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:47:36.497Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:48:25.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:48:36.499Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:49:25.697Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:49:36.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:50:25.697Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:50:36.501Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:00.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T06:51:00.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"22e72509-c48b-42f7-9b44-aeaf2a2040d3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e198438c-b924-4266-b991-68a25ee170c5","serviceDescription":"service","serviceInvariantUUID":"2032213f-f5ab-4ef6-8caa-7ac76c8ad164","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"46c8223e-e8d6-4c00-bef1-648f596a760a","resourceInvariantUUID":"6755e809-9ca9-494b-a2ce-2eaf54ad8cad","resourceCustomizationUUID":"706a4071-7097-42dd-8e66-a5e71ffd0f44","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":"MTU5Y2E0NzgwYjQ5NmQ2MTQxMmYyMDY1ODQyNDE1M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e9d5005-a0d2-4e6f-88a4-1ee60f031e0f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWMzZWE0ZDdjN2RmOGNmMDdmOTExYTM0OWJmM2MzYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:51:00.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:51:00.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-12T06:51:00.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506256878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:51:00.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:51:00.769Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:00.769Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:00.769Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506225697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:01.776Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:51:01.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:01.780Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:01.781Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506225697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:02.783Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e198438c-b924-4266-b991-68a25ee170c5",
"serviceDescription": "service",
"serviceInvariantUUID": "2032213f-f5ab-4ef6-8caa-7ac76c8ad164",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "706a4071-7097-42dd-8e66-a5e71ffd0f44",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "46c8223e-e8d6-4c00-bef1-648f596a760a",
"resourceInvariantUUID": "6755e809-9ca9-494b-a2ce-2eaf54ad8cad",
"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": "MWMzZWE0ZDdjN2RmOGNmMDdmOTExYTM0OWJmM2MzYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca"
}
],
"workloadContext": "Production"
}
2023-01-12T06:51:02.783Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:51:02.784Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e198438c-b924-4266-b991-68a25ee170c5 ASDC
2023-01-12T06:51:02.792Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:22e72509-c48b-42f7-9b44-aeaf2a2040d3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e198438c-b924-4266-b991-68a25ee170c5
ServiceInvariantUUID:2032213f-f5ab-4ef6-8caa-7ac76c8ad164
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:85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca
ArtifactChecksum:MWMzZWE0ZDdjN2RmOGNmMDdmOTExYTM0OWJmM2MzYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:706a4071-7097-42dd-8e66-a5e71ffd0f44
ResourceInvariantUUID:6755e809-9ca9-494b-a2ce-2eaf54ad8cad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:46c8223e-e8d6-4c00-bef1-648f596a760a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-12T06:51:02.792Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e198438c-b924-4266-b991-68a25ee170c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:51:02.867Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:02.870Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:51:02.871Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:03.042Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:51:03.045Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca 57790
2023-01-12T06:51:03.046Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-12T06:51:03.046Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:03.046Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:51:03.047Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:03.047Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:03.048Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506263046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:04.050Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:51:04.051Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:51:04.052Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 85eab0fc-4cd0-4eb1-8c0d-185ffd3491ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:04.053Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-12T06:51:04.054Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:04.054Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:04.364Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13306482081697652038/Definitions/service-BasicNetwork-template.yml
2023-01-12T06:51:05.196Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:51:05.196Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.197Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-12T06:51:05.198Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:51:05.199Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.200Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.201Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.202Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e198438c-b924-4266-b991-68a25ee170c5
Model Version:NULL
Model InvariantUuid:2032213f-f5ab-4ef6-8caa-7ac76c8ad164
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6755e809-9ca9-494b-a2ce-2eaf54ad8cad
Model UUID:064bb6c1-0ee5-4349-942b-82cc1eccc263
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:706a4071-7097-42dd-8e66-a5e71ffd0f44
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-12T06:51:05.222Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 46c8223e-e8d6-4c00-bef1-648f596a760a
2023-01-12T06:51:05.222Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||No resources found for Service: e198438c-b924-4266-b991-68a25ee170c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:51:05.232Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||
2023-01-12T06:51:05.233Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-12T06:51:05.234Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e198438c-b924-4266-b991-68a25ee170c5
2023-01-12T06:51:05.234Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e198438c-b924-4266-b991-68a25ee170c5
2023-01-12T06:51:05.235Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-12T06:51:05.235Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:51:05.243Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5eeaa1, org.onap.sdc.toscaparser.api.parameters.Input@474250bb, org.onap.sdc.toscaparser.api.parameters.Input@5c7085b2, org.onap.sdc.toscaparser.api.parameters.Input@c7f4cda, org.onap.sdc.toscaparser.api.parameters.Input@f8a416]
2023-01-12T06:51:05.246Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.247Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.248Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.248Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.249Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e198438c-b924-4266-b991-68a25ee170c5: Generic NeutronNet
2023-01-12T06:51:05.249Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.249Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.250Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.251Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-12T06:51:05.315Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.316Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:51:05.317Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:51:05.318Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-12T06:51:05.427Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-12T06:51:05.428Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-12T06:51:05.428Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T06:51:05.429Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T06:51:05.429Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:51:05.429Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:51:05.430Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506265428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:06.431Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:51:06.446Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:51:06.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:51:06.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:51:06.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:51:36.449Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:51:36.465Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:51:36.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:51:36.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:51:36.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:51:36.490Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:51:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:51:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506216053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:51:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:51:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:51:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "multicloud-k8s",
"timestamp": 1673506249405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:51:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:51:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:51:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "policy-distribution",
"timestamp": 1673506246996,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:51:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:06.469Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:52:06.493Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:52:06.499Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:52:06.499Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:52:06.499Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:52:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:52:36.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506225697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506256878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506216053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "multicloud-k8s",
"timestamp": 1673506249405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "policy-distribution",
"timestamp": 1673506246996,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506225697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506262299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "policy-distribution",
"timestamp": 1673506262258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "aai-model-loader",
"timestamp": 1673506261562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506263046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506263304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-12T06:52:36.500Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:52:36.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.516Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and ComponentName cds
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=?
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=?
2023-01-12T06:52:36.522Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:52:36.528Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:52:36.528Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T06:52:36.528Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T06:52:36.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "policy-distribution",
"timestamp": 1673506263262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:52:36.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "aai-model-loader",
"timestamp": 1673506261562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "policy-distribution",
"timestamp": 1673506264264,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:52:36.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:52:36.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.583Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "aai-model-loader",
"timestamp": 1673506263724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506265428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "aai-model-loader",
"timestamp": 1673506267890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.587Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "aai-model-loader",
"timestamp": 1673506268893,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:52:36.614Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:52:36.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.631Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673506279949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:52:36.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.632Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673506279949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T06:52:36.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673506282738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T06:52:36.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673506284402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T06:52:36.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:52:36.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:52:36.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673506285406,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:52:36.647Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22e72509-c48b-42f7-9b44-aeaf2a2040d3
2023-01-12T06:52:36.647Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:53:06.529Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:53:06.544Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T06:53:06.550Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T06:53:06.551Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T06:53:06.559Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T06:53:36.488Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:36.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506324308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.494Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "policy-distribution",
"timestamp": 1673506325268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506336841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.496Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "multicloud-k8s",
"timestamp": 1673506322182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.497Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "policy-distribution",
"timestamp": 1673506325268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.498Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506324308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.499Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506336841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "multicloud-k8s",
"timestamp": 1673506322182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.500Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "aai-model-loader",
"timestamp": 1673506351562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "policy-distribution",
"timestamp": 1673506325268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506336841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506324308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "multicloud-k8s",
"timestamp": 1673506322182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "aai-model-loader",
"timestamp": 1673506351562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.503Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506336841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "policy-distribution",
"timestamp": 1673506325268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.505Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506324308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.506Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "multicloud-k8s",
"timestamp": 1673506322182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "aai-model-loader",
"timestamp": 1673506351562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506336841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "policy-distribution",
"timestamp": 1673506325268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506324308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "multicloud-k8s",
"timestamp": 1673506322182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.511Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "aai-model-loader",
"timestamp": 1673506351562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "policy-distribution",
"timestamp": 1673506325268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "cds-sdc-listener",
"timestamp": 1673506324308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "ves-openapi-manager",
"timestamp": 1673506336841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-12T06:53:36.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T06:53:36.514Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "multicloud-k8s",
"timestamp": 1673506322182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T06:53:36.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T06:53:36.560Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-12T06:53:36.570Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and serviceModelVersionId: e198438c-b924-4266-b991-68a25ee170c5
2023-01-12T06:53:36.571Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2032213f-f5ab-4ef6-8caa-7ac76c8ad164
2023-01-12T06:53:36.572Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0
2023-01-12T06:53:36.580Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T06:53:36.656Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|INFO|500||Invoke
2023-01-12T06:53:36.657Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22e72509-c48b-42f7-9b44-aeaf2a2040d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cf46f8-27e3-4569-b05c-03ea33769a52], X-ECOMP-RequestID=[22e72509-c48b-42f7-9b44-aeaf2a2040d3], X-TransactionId=[], X-ONAP-RequestID=[22e72509-c48b-42f7-9b44-aeaf2a2040d3], Content-Type=[application/merge-patch+json]}
2023-01-12T06:53:36.690Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-12T06:53:36.834Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?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/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:53:35 GMT], content-length=[0], vertex-id=[188624], x-aai-txid=[1-aai-resources-230112-06:53:35:270-10161], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T06:53:36.834Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T06:53:36.835Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2032213f-f5ab-4ef6-8caa-7ac76c8ad164/model-vers/model-ver/e198438c-b924-4266-b991-68a25ee170c5?depth=0|INFO|500||InvokeReturn
2023-01-12T06:53:36.835Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T06:53:36.835Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:53:36.849Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T06:53:36.849Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22e72509-c48b-42f7-9b44-aeaf2a2040d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T06:53:36.850Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T06:53:36.851Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:36.851Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:36.851Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "22e72509-c48b-42f7-9b44-aeaf2a2040d3",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506416849,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-12T06:53:37.865Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-12T06:53:37.872Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T06:53:37.872Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"24532426-6ba1-4b25-acb3-945275361ae2","serviceName":"Demo_pNF_ML4zFn9384siiexm8sEX","serviceVersion":"1.0","serviceUUID":"cce419bd-a98c-4c2b-9d13-bca85e508a7c","serviceDescription":"catalog service description","serviceInvariantUUID":"65562dc3-493c-4d29-83b2-c7a288a40fef","resources":[{"resourceInstanceName":"pNF 6425cc3d-0ef3 0","resourceName":"pNF 6425cc3d-0ef3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aef889ca-2f35-4b17-ac7c-ccfdd0639f27","resourceInvariantUUID":"d9657a10-f7dd-4a16-9f87-f452a5f3f582","resourceCustomizationUUID":"dd94c7da-f33c-491b-a163-9882ab2e2d3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml","artifactChecksum":"YTM0ZjQ5NzAwY2RjODAxYzJhMzk2NTBhOTljZmMxMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"417832f6-9fef-422a-9628-13cfdab22674","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar","artifactChecksum":"ZDdjM2UwNWQzNTQwZjVmZGQ4ZDNkYWM4ZTQwMGExMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba567e0e-2b76-4272-a296-45b05f4e798a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97ea9b6a-b2c1-4f41-97c0-c9c0d523817f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml","artifactChecksum":"MmUwN2IzNTFhODFlMTAzNDA1ODhiMjgxN2JmNTZhYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b67023a-b008-45ed-8ff4-66f90000b760","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b78631f1-d078-4b61-9baf-15043218138b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5b15e7a-0e75-49f8-be4a-d59f921c7321","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMl4zfn9384siiexm8sex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml","artifactChecksum":"ZDQ4OWRhZjk2NTYxOGUzMTVjNTczYzBhMjJlNjkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f28b621b-cf98-4276-aee3-b66b4a2badee","artifactVersion":"1"},{"artifactName":"service-DemoPnfMl4zfn9384siiexm8sex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar","artifactChecksum":"MTEzMTY0Y2RlZTAyZDBiNDJhNDRmMzAzMDE0N2JlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"debd1d46-b037-4e35-a11b-da10efa43d49","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T06:53:37.876Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:37.876Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:37.877Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:37.877Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:38.878Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:38.879Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:38.879Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:38.879Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:39.880Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:39.880Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:39.881Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:39.881Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:40.882Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:40.882Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:40.883Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:40.884Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:41.885Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:41.886Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:41.887Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:41.887Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:42.888Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:42.889Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:42.889Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:42.889Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/resourceInstances/pnf6425cc3d0ef30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:43.891Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:43.891Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:43.891Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:43.892Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:44.894Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T06:53:44.895Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:44.895Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:44.895Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506417865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:45.897Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"serviceName": "Demo_pNF_ML4zFn9384siiexm8sEX",
"serviceVersion": "1.0",
"serviceUUID": "cce419bd-a98c-4c2b-9d13-bca85e508a7c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "65562dc3-493c-4d29-83b2-c7a288a40fef",
"resources": [
{
"resourceInstanceName": "pNF 6425cc3d-0ef3 0",
"resourceCustomizationUUID": "dd94c7da-f33c-491b-a163-9882ab2e2d3e",
"resourceName": "pNF 6425cc3d-0ef3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "aef889ca-2f35-4b17-ac7c-ccfdd0639f27",
"resourceInvariantUUID": "d9657a10-f7dd-4a16-9f87-f452a5f3f582",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
"artifactChecksum": "MTEzMTY0Y2RlZTAyZDBiNDJhNDRmMzAzMDE0N2JlMDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "debd1d46-b037-4e35-a11b-da10efa43d49"
}
],
"workloadContext": "Production"
}
2023-01-12T06:53:45.898Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T06:53:45.898Z|22e72509-c48b-42f7-9b44-aeaf2a2040d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cce419bd-a98c-4c2b-9d13-bca85e508a7c ASDC
2023-01-12T06:53:45.899Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:24532426-6ba1-4b25-acb3-945275361ae2
ServiceName:Demo_pNF_ML4zFn9384siiexm8sEX
ServiceVersion:1.0
ServiceUUID:cce419bd-a98c-4c2b-9d13-bca85e508a7c
ServiceInvariantUUID:65562dc3-493c-4d29-83b2-c7a288a40fef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
ArtifactUUID:debd1d46-b037-4e35-a11b-da10efa43d49
ArtifactChecksum:MTEzMTY0Y2RlZTAyZDBiNDJhNDRmMzAzMDE0N2JlMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6425cc3d-0ef3 0
ResourceCustomizationUUID:dd94c7da-f33c-491b-a163-9882ab2e2d3e
ResourceInvariantUUID:d9657a10-f7dd-4a16-9f87-f452a5f3f582
ResourceName:pNF 6425cc3d-0ef3
ResourceType:PNF
ResourceUUID:aef889ca-2f35-4b17-ac7c-ccfdd0639f27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-12T06:53:45.906Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cce419bd-a98c-4c2b-9d13-bca85e508a7c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T06:53:45.985Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:53:45.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:53:45.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:53:45.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: debd1d46-b037-4e35-a11b-da10efa43d49 from URL: /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:45.988Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T06:53:45.988Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:46.190Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T06:53:46.202Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar debd1d46-b037-4e35-a11b-da10efa43d49 88004
2023-01-12T06:53:46.207Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar ASDC sendASDCNotification
2023-01-12T06:53:46.208Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:46.208Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T06:53:46.209Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T06:53:46.210Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-12T06:53:46.212Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "24532426-6ba1-4b25-acb3-945275361ae2",
"consumerID": "SO-sdc-controller",
"timestamp": 1673506426203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-12T06:53:47.220Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T06:53:47.234Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T06:53:47.234Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: debd1d46-b037-4e35-a11b-da10efa43d49, URL: /sdc/v1/catalog/services/DemoPnfMl4zfn9384siiexm8sex/1.0/artifacts/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar to file: /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.235Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.235Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.236Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:47.422Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2548610533424050776/Definitions/service-DemoPnfMl4zfn9384siiexm8sex-template.yml
2023-01-12T06:53:48.895Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T06:53:48.895Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:53:48.895Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.896Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T06:53:48.905Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6425cc3d-0ef3 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-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.906Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||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-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.906Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.912Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||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-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.912Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.912Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMl4zfn9384siiexm8sex-csar.csar
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.913Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.917Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Node template pNF 6425cc3d-0ef3 0 is matching search criteria
2023-01-12T06:53:48.917Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:53:48.918Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6425cc3d-0ef3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:53:48.918Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.919Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.919Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Node template pNF 6425cc3d-0ef3 0 is matching search criteria
2023-01-12T06:53:48.919Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T06:53:48.920Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6425cc3d-0ef3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T06:53:48.920Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.921Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.921Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.921Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.922Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.922Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.922Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.923Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.923Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:48.923Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:48.924Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ML4zFn9384siiexm8sEX
Description:catalog service description
Model UUID:cce419bd-a98c-4c2b-9d13-bca85e508a7c
Model Version:NULL
Model InvariantUuid:65562dc3-493c-4d29-83b2-c7a288a40fef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-12T06:53:48.961Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: aef889ca-2f35-4b17-ac7c-ccfdd0639f27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:53:48.985Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||pNF 6425cc3d-0ef3 0
2023-01-12T06:53:48.986Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aef889ca-2f35-4b17-ac7c-ccfdd0639f27
2023-01-12T06:53:48.986Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: cce419bd-a98c-4c2b-9d13-bca85e508a7c
2023-01-12T06:53:48.986Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cce419bd-a98c-4c2b-9d13-bca85e508a7c
2023-01-12T06:53:48.987Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6425cc3d-0ef3 0 aef889ca-2f35-4b17-ac7c-ccfdd0639f27 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T06:53:49.025Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7666792c, org.onap.sdc.toscaparser.api.parameters.Input@113adbed, org.onap.sdc.toscaparser.api.parameters.Input@f867e04, org.onap.sdc.toscaparser.api.parameters.Input@72421944, org.onap.sdc.toscaparser.api.parameters.Input@37a8b139]
2023-01-12T06:53:49.026Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T06:53:49.027Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ML4zFn9384siiexm8sEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T06:53:49.030Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cce419bd-a98c-4c2b-9d13-bca85e508a7c: pNF 6425cc3d-0ef3
2023-01-12T06:53:49.030Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||INFO|500||Processing PNF resource: aef889ca-2f35-4b17-ac7c-ccfdd0639f27
2023-01-12T06:53:49.030Z|24532426-6ba1-4b25-acb3-945275361ae2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery