By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-03-20T17:50:58.744Z||main|||||INFO|500||The following profiles are active: basic
2023-03-20T17:51:08.646Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-20T17:51:08.650Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-20T17:51:08.769Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-20T17:51:12.439Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-20T17:51:12.797Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-20T17:51:13.252Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-20T17:51:13.555Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-20T17:51:14.229Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-20T17:51:17.371Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-20T17:51:17.812Z||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-03-20T17:51:19.805Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-20T17:51:19.897Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-20T17:51:19.925Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-20T17:51:19.934Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-20T17:51:20.440Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-20T17:51:20.710Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-20T17:51:21.498Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-20T17:51:22.037Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-20T17:51:22.037Z||main|||||ERROR|500||(conn=826) Table 'catalogdb.activity_spec' doesn't exist
2023-03-20T17:51:22.054Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-03-20T17:51:24.048Z||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-03-20T17:51:25.997Z||main|||||WARN|500||---
2023-03-20T17:51:25.998Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-20T17:51:25.998Z||main|||||WARN|500||---
2023-03-20T17:51:26.304Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-20T17:51:30.036Z||main|||||INFO|500||Started Application in 33.81 seconds (JVM running for 36.529)
2023-03-20T17:51:30.049Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-20T17:51:30.053Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-20T17:51:30.060Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-20T17:51:30.096Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 853f33f3-6cfc-4fa8-92bf-71294ce02d0b url= /sdc/v1/artifactTypes
2023-03-20T17:51:30.099Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-20T17:51:30.182Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-20T17:51:30.183Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a92807d
2023-03-20T17:51:30.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-20T17:51:30.198Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-20T17:51:30.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-20T17:51:30.221Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$24c330a.periodicControllerTask()
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2023-03-20T17:52:20.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-20T17:52:20.032Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-20T17:52:20.032Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-20T17:52:20.040Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b2fb4651-18fa-47c7-bfe6-0ce79491704e url= /sdc/v1/artifactTypes
2023-03-20T17:52:20.040Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-20T17:52:20.108Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-20T17:52:20.118Z||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-03-20T17:52:20.118Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-20T17:52:20.119Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 29dffb40-1296-492d-be2e-0b46049a5b25 url= /sdc/v1/distributionKafkaData
2023-03-20T17:52:20.119Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-20T17:52:20.157Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-20T17:52:20.162Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@9d44bac
2023-03-20T17:52:20.221Z||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-a7243739-d632-4cce-8d8f-068cb27ee03f
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-03-20T17:52:20.271Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Instantiated an idempotent producer.
2023-03-20T17:52:20.351Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-20T17:52:20.405Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-20T17:52:20.405Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-20T17:52:20.405Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679334740401
2023-03-20T17:52:20.409Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-20T17:52:20.428Z||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-3b40ca4b-7b7c-449d-a50f-5ce13a035026
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-03-20T17:52:20.509Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-20T17:52:20.510Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-20T17:52:20.510Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679334740509
2023-03-20T17:52:20.511Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:52:20.514Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:52:20.514Z||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-f8c890cf-fda9-4771-a283-5628dd94a098
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-03-20T17:52:20.522Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-20T17:52:20.522Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-20T17:52:20.523Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679334740522
2023-03-20T17:52:20.523Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:52:20.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:52:20.530Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-20T17:52:21.243Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A
2023-03-20T17:52:21.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A
2023-03-20T17:52:21.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A
2023-03-20T17:52:21.244Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A
2023-03-20T17:52:21.245Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A
2023-03-20T17:52:21.246Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 2ORUwNHHQgWQAckFxvm63A
2023-03-20T17:52:21.247Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Cluster ID: g32yTkd-TXuJkj03ayRFTA
2023-03-20T17:52:21.248Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:21.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:21.250Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Cluster ID: g32yTkd-TXuJkj03ayRFTA
2023-03-20T17:52:21.250Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Cluster ID: g32yTkd-TXuJkj03ayRFTA
2023-03-20T17:52:21.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-20T17:52:21.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-20T17:52:21.275Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-20T17:52:21.275Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-20T17:52:21.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] ProducerId set to 2000 with epoch 0
2023-03-20T17:52:21.341Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793
2023-03-20T17:52:21.341Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7
2023-03-20T17:52:21.342Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:21.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-20T17:52:21.342Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-20T17:52:21.342Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-20T17:52:27.349Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-20T17:52:27.349Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793', protocol='range'}
2023-03-20T17:52:27.399Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:27.400Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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 AFMAaHcdRBOVFYxI-jh8ww
2023-03-20T17:52:27.405Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793=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-03-20T17:52:27.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793', protocol='range'}
2023-03-20T17:52:27.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-20T17:52:27.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-20T17:52:27.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-20T17:52:27.427Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.441Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-20T17:52:27.441Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-20T17:52:27.441Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-20T17:52:27.442Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-20T17:52:27.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-20T17:52:27.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-20T17:52:27.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-20T17:52:27.484Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.524Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-20T17:52:27.524Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-20T17:52:27.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-20T17:52:27.526Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-20T17:52:27.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-20T17:52:27.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-20T17:52:27.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:52:27.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-20T17:53:20.520Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:53:20.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:54:20.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:54:20.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:55:20.522Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:55:20.530Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:56:20.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:56:20.532Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:57:20.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:57:20.532Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:58:20.526Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:58:20.534Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T17:59:20.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T17:59:20.535Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:00:20.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:00:20.536Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:01:20.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:01:20.538Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:01:21.293Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Node -1 disconnected.
2023-03-20T18:01:21.293Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Node -1 disconnected.
2023-03-20T18:01:21.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Node -1 disconnected.
2023-03-20T18:01:28.030Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-20T18:02:20.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:02:20.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:03:20.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:03:20.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:04:20.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:04:20.542Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:05:20.535Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:05:20.543Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:06:20.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:06:20.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:07:20.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:07:20.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:08:20.539Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:08:20.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:09:20.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:09:20.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:10:20.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:10:20.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:11:20.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:11:20.550Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:12:20.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:12:20.551Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:13:20.546Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:13:20.551Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:14:20.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:14:20.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:15:20.548Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:15:20.554Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:16:20.549Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:16:20.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:17:20.551Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:17:20.557Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:18:20.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:18:20.558Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:19:20.553Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:19:20.560Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:20:20.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:20:20.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:21:20.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:21:20.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:22:20.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:22:20.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:23:20.557Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:23:20.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:24:20.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:24:20.564Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:25:20.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:25:20.566Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:26:20.560Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:26:20.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:27:20.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:27:20.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:28:20.563Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:28:20.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:29:20.564Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:29:20.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:30:20.564Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:30:20.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:31:20.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:31:20.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:32:20.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:32:20.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:33:20.569Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:33:20.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:34:20.570Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:34:20.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:35:20.571Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:35:20.576Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:36:20.573Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:36:20.577Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:37:20.573Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:37:20.580Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:38:20.575Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:38:20.582Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:39:20.577Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:39:20.583Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:40:20.578Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:40:20.586Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:41:20.579Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:41:20.587Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:42:20.580Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:42:20.588Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:43:20.581Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:43:20.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:44:20.581Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:44:20.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:45:20.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:45:20.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:46:20.583Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:46:20.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:47:20.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:47:20.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:48:20.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:48:20.595Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:49:20.587Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:49:20.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:50:20.588Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:50:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:51:20.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:51:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:52:20.589Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:52:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:53:20.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:53:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:54:20.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:54:20.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:55:20.593Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:55:20.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:56:20.594Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:56:20.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:57:20.595Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:57:20.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:58:20.597Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:58:20.603Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T18:59:20.598Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T18:59:20.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:00:20.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:00:20.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:01:20.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:01:20.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:02:20.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:02:20.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:03:20.603Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:03:20.609Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:04:20.603Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:04:20.610Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:05:20.604Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:05:20.611Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:06:20.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:06:20.612Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:07:20.606Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:07:20.613Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:08:20.608Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:08:20.613Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:09:20.609Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:09:20.615Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:10:20.611Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:10:20.616Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:11:20.612Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:11:20.616Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:12:20.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:12:20.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:13:20.614Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:13:20.617Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:14:20.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:14:20.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:15:20.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:15:20.619Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:16:20.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:16:20.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:17:20.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:17:20.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:18:20.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:18:20.621Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:19:20.619Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:19:20.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:20:20.621Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:20:20.622Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:21:20.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:21:20.623Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:22:20.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:22:20.625Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:23:20.624Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:23:20.626Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:24:20.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:24:20.626Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:25:20.627Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:25:20.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:26:20.628Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:26:20.629Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:27:20.629Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:27:20.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:28:20.629Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:28:20.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:29:20.629Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:29:20.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:30:20.631Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:30:20.632Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:31:20.633Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:31:20.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:32:20.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:32:20.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:33:20.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:33:20.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:34:20.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:34:20.637Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:35:20.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:35:20.637Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:36:20.638Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:36:20.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:37:20.639Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:37:20.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:38:20.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:38:20.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:39:20.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:39:20.642Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:40:20.643Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:40:20.642Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:41:20.644Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:41:20.644Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:42:20.644Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:42:20.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:43:20.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:43:20.646Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:44:20.647Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:44:20.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:45:20.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:45:20.648Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:46:20.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:46:20.649Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:47:20.649Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:47:20.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:48:20.651Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:48:20.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:49:20.652Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:49:20.653Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:50:20.652Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:50:20.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:51:20.653Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:51:20.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:52:20.654Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:52:20.656Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:53:20.655Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:53:20.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:54:20.657Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:54:20.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:55:20.659Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:55:20.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:56:20.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:56:20.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:57:20.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:57:20.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:58:20.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T19:58:20.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:59:20.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T19:59:20.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:00:20.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:00:20.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:01:20.665Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:01:20.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:02:20.666Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:02:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:03:20.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:03:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:04:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:04:20.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:05:20.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:05:20.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:06:20.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:06:20.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:07:20.670Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:07:20.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:08:20.672Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:08:20.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:09:20.673Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:09:20.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:10:20.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:10:20.674Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:11:20.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:11:20.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:12:20.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:12:20.676Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:13:20.676Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:13:20.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:14:20.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:14:20.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:15:20.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:15:20.679Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:16:20.679Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:16:20.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:17:20.680Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:17:20.680Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:18:20.681Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:18:20.681Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:19:20.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:19:20.683Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:20:20.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:20:20.684Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:21:20.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:21:20.684Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:22:20.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:22:20.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:23:20.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:23:20.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:24:20.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:24:20.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:25:20.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:25:20.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:26:20.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:26:20.689Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:27:20.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:27:20.691Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:28:20.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:28:20.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:29:20.692Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:29:20.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:30:20.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:30:20.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:31:20.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:31:20.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:32:20.696Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:32:20.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:33:20.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:33:20.697Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:33:47.929Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-20T20:34:20.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:34:20.698Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:35:20.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:35:20.699Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:36:20.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:36:20.700Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:37:20.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:37:20.701Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:38:20.702Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:38:20.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:39:20.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:39:20.703Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:40:20.704Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:40:20.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:41:20.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:41:20.705Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:42:20.706Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:42:20.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:43:20.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:43:20.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:44:20.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:44:20.708Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:45:20.709Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:45:20.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:46:20.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:46:20.711Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:47:20.712Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:47:20.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:48:20.713Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:48:20.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:49:20.714Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:49:20.715Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:50:20.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:50:20.717Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:51:20.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:51:20.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:52:20.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:52:20.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:53:20.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:53:20.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:54:20.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:54:20.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:55:20.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:55:20.721Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:56:20.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:56:20.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:57:20.722Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:57:20.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:58:20.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:58:20.724Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T20:59:20.724Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T20:59:20.724Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:00:20.725Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:00:20.725Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:01:20.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:01:20.727Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:02:20.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:02:20.728Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:03:20.728Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:03:20.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:04:20.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:04:20.729Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:05:20.730Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:05:20.730Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:06:20.731Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:06:20.732Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:07:20.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:07:20.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:08:20.733Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:08:20.733Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:09:20.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:09:20.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:10:20.736Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:10:20.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:11:20.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:11:20.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:12:20.739Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:12:20.739Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:13:20.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:13:20.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:14:20.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:14:20.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:15:20.741Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:15:20.742Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:16:20.742Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:16:20.743Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:17:20.742Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:17:20.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:18:20.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:18:20.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:19:20.744Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:19:20.745Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:20:20.746Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:20:20.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:21:20.747Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:21:20.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:22:20.747Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:22:20.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:23:20.748Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:23:20.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:24:20.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:24:20.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:25:20.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:25:20.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:26:20.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:26:20.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:27:20.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:27:20.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:28:20.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:28:20.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:29:20.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:29:20.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:30:20.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:30:20.756Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:31:20.756Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:31:20.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:32:20.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:32:20.757Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:33:20.759Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:33:20.759Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:34:20.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:34:20.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:35:20.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:35:20.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:36:20.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:36:20.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:37:20.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:37:20.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:38:20.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:38:20.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:39:20.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:39:20.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:40:20.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:40:20.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:41:20.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:41:20.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:42:20.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:42:20.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:43:20.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:43:20.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:44:20.769Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:44:20.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:45:20.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:45:20.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:46:20.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:46:20.772Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:47:20.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:47:20.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:48:20.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:48:20.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:49:20.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:49:20.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:50:20.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:50:20.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:51:20.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:51:20.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:52:20.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:52:20.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:53:20.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:53:20.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:54:20.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:54:20.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:55:20.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:55:20.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:56:20.778Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:56:20.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:57:20.779Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:57:20.780Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:58:20.781Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:58:20.781Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T21:59:20.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T21:59:20.782Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:00:20.783Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:00:20.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:01:20.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:01:20.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:02:20.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:02:20.786Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:03:20.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:03:20.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:04:20.785Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:04:20.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:05:20.786Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:05:20.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:06:20.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:06:20.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:07:20.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:07:20.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:08:20.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:08:20.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:09:20.789Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:09:20.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:10:20.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:10:20.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:11:20.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:11:20.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:12:20.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:12:20.793Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:13:20.793Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:13:20.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:14:20.793Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:14:20.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:15:20.795Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:15:20.796Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:16:20.796Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:16:20.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:17:20.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:17:20.798Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:18:20.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:18:20.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:19:20.798Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:19:20.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:20:20.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:20:20.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:21:20.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:21:20.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:22:20.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:22:20.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:23:20.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:23:20.803Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:24:20.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:24:20.803Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:25:20.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:25:20.805Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:26:20.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:26:20.806Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:27:20.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:27:20.806Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:28:20.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:28:20.808Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:29:20.808Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:29:20.808Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:30:20.808Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:30:20.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:31:20.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:31:20.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:32:20.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:32:20.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:33:20.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:33:20.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:34:20.812Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:34:20.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:35:20.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:35:20.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:36:20.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:36:20.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:37:20.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:37:20.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:38:20.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:38:20.816Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:39:20.816Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:39:20.816Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:40:20.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:40:20.817Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:41:20.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:41:20.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:42:20.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:42:20.819Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:43:20.819Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:43:20.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:44:20.821Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:44:20.821Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:45:20.822Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:45:20.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:46:20.823Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:46:20.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:47:20.824Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:47:20.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:48:20.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:48:20.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:49:20.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:49:20.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:50:20.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:50:20.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:51:20.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:51:20.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:52:20.830Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:52:20.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:53:20.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:53:20.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:54:20.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:54:20.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:55:20.833Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:55:20.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:56:20.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:56:20.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:57:20.835Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:57:20.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:58:20.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:58:20.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T22:59:20.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T22:59:20.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:00:20.838Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:00:20.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:01:20.839Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:01:20.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:02:20.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:02:20.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:03:20.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:03:20.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:04:20.841Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:04:20.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:05:20.842Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:05:20.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:06:20.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:06:20.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:07:20.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:07:20.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:08:20.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:08:20.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:09:20.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:09:20.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:10:20.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:10:20.848Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:11:20.849Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:11:20.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:12:20.849Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:12:20.850Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:13:20.850Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:13:20.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:14:20.851Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:14:20.852Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:15:20.851Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:15:20.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:16:20.853Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:16:20.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:17:20.853Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:17:20.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:18:20.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:18:20.856Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:19:20.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:19:20.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:20:20.857Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:20:20.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:21:20.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:21:20.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:22:20.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:22:20.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:23:20.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:23:20.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:24:20.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:24:20.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:25:20.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:25:20.863Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:26:20.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:26:20.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:27:20.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:27:20.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:28:20.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:28:20.865Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:29:20.865Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:29:20.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:30:20.866Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:30:20.867Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:31:20.867Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:31:20.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:32:20.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:32:20.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:33:20.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:33:20.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:34:20.870Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:34:20.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:35:20.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:35:20.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:36:20.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:36:20.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:37:20.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:37:20.873Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:38:20.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:38:20.874Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:39:20.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:39:20.875Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:40:20.876Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:40:20.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:41:20.878Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:41:20.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:42:20.878Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:42:20.879Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:43:20.880Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:43:20.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:44:20.881Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:44:20.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:45:20.882Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:45:20.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:46:20.882Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:46:20.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:47:20.884Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:47:20.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:48:20.885Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:48:20.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:49:20.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:49:20.887Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:50:20.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:50:20.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:51:20.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:51:20.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:52:20.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:52:20.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:53:20.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:53:20.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:54:20.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:54:20.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:55:20.890Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:55:20.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:56:20.890Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:56:20.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:57:20.891Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:57:20.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:58:20.892Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:58:20.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:59:20.893Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:59:20.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:00:20.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:00:20.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:01:20.895Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:01:20.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:02:20.897Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:02:20.900Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:03:20.897Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:03:20.900Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:04:20.899Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:04:20.901Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:05:20.900Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:05:20.902Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:06:20.901Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:06:20.903Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:07:20.903Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:07:20.904Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:08:20.905Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:08:20.905Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:09:20.906Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:09:20.906Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:10:20.908Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:10:20.908Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:11:20.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:11:20.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:12:20.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:12:20.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:13:20.910Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:13:20.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:14:20.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:14:20.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:15:20.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:15:20.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:16:20.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:16:20.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:17:20.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:17:20.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:18:20.916Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:18:20.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:19:20.916Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:19:20.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:20:20.917Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:20:20.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:21:20.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:21:20.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:22:20.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:22:20.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:23:20.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:23:20.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:24:20.921Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:24:20.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:25:20.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:25:20.924Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:26:20.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:26:20.925Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:27:20.926Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:27:20.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:28:20.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:28:20.927Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:29:20.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:29:20.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:30:20.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:30:20.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:31:20.931Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:31:20.930Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:32:20.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:32:20.933Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:33:20.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:33:20.934Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:34:20.935Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:34:20.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:35:20.936Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:35:20.936Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:36:20.938Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:36:20.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:37:20.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:37:20.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:38:20.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:38:20.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:39:20.940Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:39:20.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:40:20.941Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:40:20.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:41:20.942Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:41:20.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:42:20.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:42:20.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:43:20.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:43:20.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:44:20.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:44:20.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:45:20.944Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:45:20.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:46:20.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:46:20.946Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:47:20.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:47:20.947Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:48:20.947Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:48:20.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:49:20.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:49:20.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:50:20.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:50:20.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:51:20.950Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:51:20.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:52:20.950Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:52:20.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:53:20.951Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:53:20.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:54:20.952Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:54:20.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:55:15.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T00:55:15.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"691c2ced-7f9a-450c-99f5-4127a3a2f781","serviceName":"vFW 2023-03-21 00-54-04","serviceVersion":"1.0","serviceUUID":"48559de9-208b-4a29-ba39-81ab76d61737","serviceDescription":"catalog service description","serviceInvariantUUID":"69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b","resources":[{"resourceInstanceName":"vFW 564d4194-93de 0","resourceName":"vFW 564d4194-93de","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6ac1611-6d31-4937-b825-956973cd0585","resourceInvariantUUID":"93a5283d-ffec-41d4-b94b-90e22c366f60","resourceCustomizationUUID":"8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml","artifactChecksum":"NjM3Y2Y1ZTg5OTJkNzM3NTc2YzY4ZjRiYjJkMjhmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16bb02cb-f8fb-4b8f-b4fd-f9ff20ce81b5","artifactVersion":"1"},{"artifactName":"vfw564d419493de0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json","artifactChecksum":"OGYwODZjZjMxZjYxNjNmNTdmNzI3ZDI1ZDExOWU1ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b006769c-2916-4da6-8ae7-f172a5e15071","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a35a525c-2fd8-4bb7-b3dd-5c52aeef5385","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDYyODcwMWE3Nzg0MjYwN2UxYWI0ODkwMTE4NmI3NWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41a7484a-202a-4060-a246-f86ab9bc790d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bfabe727-e0a0-4a89-80b6-eed08d082127","artifactVersion":"2","generatedFromUUID":"a35a525c-2fd8-4bb7-b3dd-5c52aeef5385"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321005404-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml","artifactChecksum":"YmY2ZWZhYzM0ZmQxZmU3ZDFhMGNiNDg3MWQ5NzJhODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e4fea6d-61d9-49e0-af16-f59c8a0947c9","artifactVersion":"1"},{"artifactName":"service-Vfw20230321005404-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar","artifactChecksum":"MTdkZjA5YmM0NjEwMTQ5ZWM5YmM4NWQyOTNhNTRkYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1814d69-9607-4c80-a30b-725eb307ecf1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T00:55:15.186Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:15.192Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:15.192Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:15.192Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A
2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A
2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A
2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A
2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A
2023-03-21T00:55:15.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 2ORUwNHHQgWQAckFxvm63A
2023-03-21T00:55:15.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:55:15.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:55:15.305Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:55:16.224Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:16.224Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:16.224Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:16.225Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:17.226Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:17.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:17.227Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:17.227Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:18.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:18.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:18.229Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:18.229Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:19.231Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:19.231Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:19.231Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:19.232Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:20.232Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:20.233Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:20.233Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:20.233Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:20.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:55:20.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:55:20.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:55:20.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:55:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:55:20.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:55:21.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:55:21.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:21.235Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:21.235Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:22.238Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"serviceName": "vFW 2023-03-21 00-54-04",
"serviceVersion": "1.0",
"serviceUUID": "48559de9-208b-4a29-ba39-81ab76d61737",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b",
"resources": [
{
"resourceInstanceName": "vFW 564d4194-93de 0",
"resourceCustomizationUUID": "8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981",
"resourceName": "vFW 564d4194-93de",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f6ac1611-6d31-4937-b825-956973cd0585",
"resourceInvariantUUID": "93a5283d-ffec-41d4-b94b-90e22c366f60",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw564d419493de0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"artifactChecksum": "OGYwODZjZjMxZjYxNjNmNTdmNzI3ZDI1ZDExOWU1ODg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b006769c-2916-4da6-8ae7-f172a5e15071",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a35a525c-2fd8-4bb7-b3dd-5c52aeef5385",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bfabe727-e0a0-4a89-80b6-eed08d082127",
"generatedFromUUID": "a35a525c-2fd8-4bb7-b3dd-5c52aeef5385"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bfabe727-e0a0-4a89-80b6-eed08d082127",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230321005404-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"artifactChecksum": "MTdkZjA5YmM0NjEwMTQ5ZWM5YmM4NWQyOTNhNTRkYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1814d69-9607-4c80-a30b-725eb307ecf1"
}
],
"workloadContext": "Production"
}
2023-03-21T00:55:22.243Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T00:55:22.243Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48559de9-208b-4a29-ba39-81ab76d61737 ASDC
2023-03-21T00:55:22.313Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:691c2ced-7f9a-450c-99f5-4127a3a2f781
ServiceName:vFW 2023-03-21 00-54-04
ServiceVersion:1.0
ServiceUUID:48559de9-208b-4a29-ba39-81ab76d61737
ServiceInvariantUUID:69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321005404-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar
ArtifactUUID:c1814d69-9607-4c80-a30b-725eb307ecf1
ArtifactChecksum:MTdkZjA5YmM0NjEwMTQ5ZWM5YmM4NWQyOTNhNTRkYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 564d4194-93de 0
ResourceCustomizationUUID:8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981
ResourceInvariantUUID:93a5283d-ffec-41d4-b94b-90e22c366f60
ResourceName:vFW 564d4194-93de
ResourceType:VF
ResourceUUID:f6ac1611-6d31-4937-b825-956973cd0585
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw564d419493de0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json
ArtifactUUID:b006769c-2916-4da6-8ae7-f172a5e15071
ArtifactChecksum:OGYwODZjZjMxZjYxNjNmNTdmNzI3ZDI1ZDExOWU1ODg=
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/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml
ArtifactUUID:a35a525c-2fd8-4bb7-b3dd-5c52aeef5385
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/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env
ArtifactUUID:bfabe727-e0a0-4a89-80b6-eed08d082127
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/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env
ArtifactUUID:bfabe727-e0a0-4a89-80b6-eed08d082127
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-21T00:55:22.313Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48559de9-208b-4a29-ba39-81ab76d61737 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-03-21T00:55:22.497Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T00:55:22.498Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T00:55:22.498Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T00:55:22.499Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c1814d69-9607-4c80-a30b-725eb307ecf1 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:22.499Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T00:55:22.499Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:22.623Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T00:55:22.628Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar c1814d69-9607-4c80-a30b-725eb307ecf1 101460
2023-03-21T00:55:22.629Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar ASDC sendASDCNotification
2023-03-21T00:55:22.629Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:22.630Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T00:55:22.630Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:22.631Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:22.631Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360122629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:23.631Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T00:55:23.632Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T00:55:23.633Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c1814d69-9607-4c80-a30b-725eb307ecf1, URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar to file: /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:23.633Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321005404-csar.csar
2023-03-21T00:55:23.692Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:23.693Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:24.050Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6145205338621366580/Definitions/service-Vfw20230321005404-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T00:55:26.019Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 564d4194-93de 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-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:26.023Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T00:55:26.029Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.030Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.033Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:26.033Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T00:55:26.034Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T00:55:26.035Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.035Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.036Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.038Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T00:55:26.039Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.040Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:26.041Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.042Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4288af03-0e58-4d8c-a735-c108b3a2b545
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T00:55:26.043Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b5a132-f034-4efe-841b-2f4a5a2ac9ae
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:26.044Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e975db20-2f8e-409d-b059-89440bd36454
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:26.045Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-21 00-54-04
Description:catalog service description
Model UUID:48559de9-208b-4a29-ba39-81ab76d61737
Model Version:NULL
Model InvariantUuid:69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 564d4194-93de
Model UUID:60e6d891-9c0c-4d6b-b4aa-73a976804105
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:93a5283d-ffec-41d4-b94b-90e22c366f60
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:78cdbd3a-c1bd-4c95-9194-a9a90897b0f2
ModelName:Vfw564d419493de..base_vfw..module-0
ModelUuid:279abaa9-0df3-43f4-ae35-55986bbd2a89
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4288af03-0e58-4d8c-a735-c108b3a2b545
ModelInvariantUuid:84ecddde-e518-4454-acf2-c85b530ab50a
ModelName:vFW 564d4194-93de-nodes.vfwCvfc
ModelUuid:1c8f6d38-c709-4ce8-9db9-97c19b76ca2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d6d3243e-779d-4c45-83e6-ad29003f1885
ModelInvariantUuid:4b73074e-af0c-4561-9d8e-c7583369089c
ModelName:Vfw564d419493de.compute.nodes.heat.vfw
ModelUuid:96970ea6-137a-4110-acd2-4d424e5221d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d8b5a132-f034-4efe-841b-2f4a5a2ac9ae
ModelInvariantUuid:a0a529b7-4bb3-4e7f-be8b-28482c9826b8
ModelName:vFW 564d4194-93de-nodes.vsnCvfc
ModelUuid:aaf4e5b3-75b3-413f-8f69-4f5b3650b797
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8080fc9b-1d6a-4e85-8185-9ca0ea475ab9
ModelInvariantUuid:6b293397-21e4-41c7-a02d-d1c73b0a8f6a
ModelName:Vfw564d419493de.compute.nodes.heat.vsn
ModelUuid:8edc8d0d-c199-44a5-a519-8812ef442687
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e975db20-2f8e-409d-b059-89440bd36454
ModelInvariantUuid:0278de53-41bb-46e5-8f92-bec4bba0882f
ModelName:vFW 564d4194-93de-nodes.vpgCvfc
ModelUuid:4d546618-80ff-4e45-9a76-f2fe585abd5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8d019c48-c405-4238-a8ea-7323ebf50f4d
ModelInvariantUuid:08f89a68-895a-4575-9f94-71e77e780986
ModelName:Vfw564d419493de.compute.nodes.heat.vpg
ModelUuid:abbebe84-7cdc-4d23-960d-79511ac8ef72
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-03-21T00:55:26.074Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f6ac1611-6d31-4937-b825-956973cd0585
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-03-21T00:55:26.124Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||vFW 564d4194-93de 0
2023-03-21T00:55:26.129Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6ac1611-6d31-4937-b825-956973cd0585
2023-03-21T00:55:26.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b006769c-2916-4da6-8ae7-f172a5e15071 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json
2023-03-21T00:55:26.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T00:55:26.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json
2023-03-21T00:55:26.237Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json b006769c-2916-4da6-8ae7-f172a5e15071 785
2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json ASDC sendASDCNotification
2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json
2023-03-21T00:55:26.238Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T00:55:26.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:26.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:26.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360126238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:27.240Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw564d419493de..base_vfw..module-0",
"vfModuleModelInvariantUUID": "78cdbd3a-c1bd-4c95-9194-a9a90897b0f2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "279abaa9-0df3-43f4-ae35-55986bbd2a89",
"vfModuleModelCustomizationUUID": "38d0e3df-a0b4-4eec-956c-ea579afd58bb",
"isBase": true,
"artifacts": [
"a35a525c-2fd8-4bb7-b3dd-5c52aeef5385",
"bfabe727-e0a0-4a89-80b6-eed08d082127"
],
"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-03-21T00:55:27.256Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw564d419493de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:279abaa9-0df3-43f4-ae35-55986bbd2a89
VfModuleModelInvariantUUID:78cdbd3a-c1bd-4c95-9194-a9a90897b0f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35a525c-2fd8-4bb7-b3dd-5c52aeef5385
,
bfabe727-e0a0-4a89-80b6-eed08d082127
}
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-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw564d419493de..base_vfw..module-0",
"vfModuleModelInvariantUUID": "78cdbd3a-c1bd-4c95-9194-a9a90897b0f2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "279abaa9-0df3-43f4-ae35-55986bbd2a89",
"vfModuleModelCustomizationUUID": "38d0e3df-a0b4-4eec-956c-ea579afd58bb",
"isBase": true,
"artifacts": [
"a35a525c-2fd8-4bb7-b3dd-5c52aeef5385",
"bfabe727-e0a0-4a89-80b6-eed08d082127"
],
"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-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw564d419493de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:279abaa9-0df3-43f4-ae35-55986bbd2a89
VfModuleModelInvariantUUID:78cdbd3a-c1bd-4c95-9194-a9a90897b0f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35a525c-2fd8-4bb7-b3dd-5c52aeef5385
,
bfabe727-e0a0-4a89-80b6-eed08d082127
}
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-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml
2023-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T00:55:27.259Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml
2023-03-21T00:55:27.367Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml a35a525c-2fd8-4bb7-b3dd-5c52aeef5385 20368
2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml
2023-03-21T00:55:27.368Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T00:55:27.369Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:27.369Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:27.369Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360127368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:28.370Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfabe727-e0a0-4a89-80b6-eed08d082127 from URL: /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env
2023-03-21T00:55:28.370Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T00:55:28.370Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env
2023-03-21T00:55:28.469Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env bfabe727-e0a0-4a89-80b6-eed08d082127 2098
2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env
2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T00:55:28.470Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:28.471Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:28.471Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360128470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:29.472Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 48559de9-208b-4a29-ba39-81ab76d61737
2023-03-21T00:55:29.472Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 564d4194-93de 0 f6ac1611-6d31-4937-b825-956973cd0585 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-03-21T00:55:29.521Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16ca02df, org.onap.sdc.toscaparser.api.parameters.Input@2225da58, org.onap.sdc.toscaparser.api.parameters.Input@3cd84a04, org.onap.sdc.toscaparser.api.parameters.Input@14568139, org.onap.sdc.toscaparser.api.parameters.Input@52ccb596]
2023-03-21T00:55:29.524Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981
2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 matches Tosca VF Customization UUID: 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981
2023-03-21T00:55:29.525Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981 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-03-21T00:55:29.532Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.532Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ebc920d
2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.533Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T00:55:29.534Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38d0e3df-a0b4-4eec-956c-ea579afd58bb
2023-03-21T00:55:29.535Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38d0e3df-a0b4-4eec-956c-ea579afd58bb
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-03-21T00:55:29.542Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.543Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:29.543Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:29.544Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.545Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4288af03-0e58-4d8c-a735-c108b3a2b545
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-03-21T00:55:29.553Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:29.554Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T00:55:29.555Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:29.556Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T00:55:29.556Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.556Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b5a132-f034-4efe-841b-2f4a5a2ac9ae
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-03-21T00:55:29.559Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.560Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:29.560Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is not matching search criteria
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.562Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T00:55:29.563Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e975db20-2f8e-409d-b059-89440bd36454
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-03-21T00:55:29.567Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.567Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Node template vFW 564d4194-93de 0 is matching search criteria
2023-03-21T00:55:29.568Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 564d4194-93de 0] matching following query criteria: sdcType=VF, customizationUUID=8a1e3a5c-20bd-47d4-a8ea-2ad8aca2f981
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-03-21T00:55:29.572Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.572Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 48559de9-208b-4a29-ba39-81ab76d61737: vFW 564d4194-93de
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.573Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-21 00-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T00:55:29.574Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-03-21 00-54-04
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-03-21T00:55:30.124Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 564d4194-93de f6ac1611-6d31-4937-b825-956973cd0585 1 ASDC deployResourceStructure
2023-03-21T00:55:30.124Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json ASDC sendASDCNotification
2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json
2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:30.125Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360130124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:31.126Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-21T00:55:31.127Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml
2023-03-21T00:55:31.127Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T00:55:31.128Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:31.128Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:31.128Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360131126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:32.129Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-21T00:55:32.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env
2023-03-21T00:55:32.130Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T00:55:32.131Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:32.131Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:32.131Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360132129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:33.132Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar ASDC sendASDCNotification
2023-03-21T00:55:33.133Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar
2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:55:33.134Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360133132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:34.136Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:55:34.177Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:55:34.181Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T00:55:34.181Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:55:34.181Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:56:04.182Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:56:04.207Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:56:04.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T00:56:04.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:56:04.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:56:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:56:20.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:56:20.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:56:34.211Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:56:34.234Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:56:34.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T00:56:34.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:56:34.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:57:04.239Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:57:04.261Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:57:04.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T00:57:04.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:57:04.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:57:20.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:57:20.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360103288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360075436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360060953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360088858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360100006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360122438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360124346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360124361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360122629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360117098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360125381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360125477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360124361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "policy-distribution-id",
"timestamp": 1679360126385,
"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-03-21T00:57:20.559Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781
2023-03-21T00:57:20.560Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-03-21T00:57:20.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360126573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360127748,
"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-03-21T00:57:20.587Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781
2023-03-21T00:57:20.587Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-03-21T00:57:20.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360126238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "multicloud-k8s",
"timestamp": 1679360128752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360127368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360128470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360130124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vfw564d419493de0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360131126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360132129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/resourceInstances/vfw564d419493de0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360133132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360127494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360135389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360139881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360140071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230321005404/1.0/artifacts/service-Vfw20230321005404-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "aai-model-loader",
"timestamp": 1679360141076,
"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-03-21T00:57:20.618Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781
2023-03-21T00:57:20.619Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-03-21T00:57:20.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.641Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360140888,
"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-03-21T00:57:20.651Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 691c2ced-7f9a-450c-99f5-4127a3a2f781
2023-03-21T00:57:20.651Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "ves-openapi-manager",
"timestamp": 1679360162344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360123451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360159757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360157388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360176028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Failed to download the artifact from : /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar due to ARTIFACT_NOT_FOUND "
}
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360177934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Failed to download artifact with name: service-BasicOnboardOmogvt-csar.csar due to: Specified artifact is not found"
}
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360177931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Failed to download artifact with name: basic_onboard_omogvt0_modules.json due to: Specified artifact is not found"
}
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360178937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DEPLOY_ERROR",
"errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: service-BasicOnboardOmogvt-csar.csar due to: Specified artifact is not found"
}
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360178941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DEPLOY_ERROR",
"errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: basic_onboard_omogvt0_modules.json due to: Specified artifact is not found"
}
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "policy-distribution-id",
"timestamp": 1679360179940,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "Failed to process the artifact",
"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=?
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-03-21T00:57:20.699Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784
2023-03-21T00:57:20.699Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T00:57:20.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.715Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "multicloud-k8s",
"timestamp": 1679360179944,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "Failed to process the artifact",
"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-03-21T00:57:20.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784
2023-03-21T00:57:20.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T00:57:20.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:20.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T00:57:20.744Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:57:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:57:34.265Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:57:34.298Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781
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-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T00:57:34.304Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T00:57:34.305Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T00:57:34.305Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-21T00:57:34.320Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T00:58:04.320Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 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-03-21T00:58:04.338Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 691c2ced-7f9a-450c-99f5-4127a3a2f781 and serviceModelVersionId: 48559de9-208b-4a29-ba39-81ab76d61737
2023-03-21T00:58:04.338Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b
2023-03-21T00:58:14.984Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0
2023-03-21T00:58:15.089Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T00:58:15.512Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|INFO|500||Invoke
2023-03-21T00:58:15.516Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[691c2ced-7f9a-450c-99f5-4127a3a2f781], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[895f409c-d2b9-4cea-8edf-8f0962603a3e], X-ECOMP-RequestID=[691c2ced-7f9a-450c-99f5-4127a3a2f781], X-TransactionId=[], X-ONAP-RequestID=[691c2ced-7f9a-450c-99f5-4127a3a2f781], Content-Type=[application/merge-patch+json]}
2023-03-21T00:58:15.540Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-21T00:58:15.794Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 00:58:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[218], vertex-id=[344232], x-aai-txid=[0-aai-resources-230321-00:58:15:052-79799], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T00:58:15.796Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T00:58:15.797Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69bfb3ad-0f31-439b-b9a5-04ea6e9d0a7b/model-vers/model-ver/48559de9-208b-4a29-ba39-81ab76d61737?depth=0|INFO|500||InvokeReturn
2023-03-21T00:58:15.800Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T00:58:15.801Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T00:58:15.812Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T00:58:15.813Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 691c2ced-7f9a-450c-99f5-4127a3a2f781 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T00:58:15.813Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T00:58:15.814Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:15.814Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:15.814Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360295813,
"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-03-21T00:58:16.846Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:58:16.855Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T00:58:16.856Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T00:58:16.859Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:16.859Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:16.860Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:16.860Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:17.860Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:17.861Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:17.862Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:17.862Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:18.863Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:18.863Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:18.863Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:18.864Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:19.864Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:19.865Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:19.865Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:19.866Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:20.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.530Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360177098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:58:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360184186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR"
}
2023-03-21T00:58:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360185191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DEPLOY_ERROR"
}
2023-03-21T00:58:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.532Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "aai-model-loader",
"timestamp": 1679360186194,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-03-21T00:58:20.551Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784
2023-03-21T00:58:20.552Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T00:58:20.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360187494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T00:58:20.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360195298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR"
}
2023-03-21T00:58:20.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:58:20.574Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679360196302,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "SDN-C encountered an error downloading an artifact in this distribution",
"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-03-21T00:58:20.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 0501a269-6917-4323-8916-7d2dd0e6a784
2023-03-21T00:58:20.585Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T00:58:20.867Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:20.867Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:20.867Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:20.868Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:21.869Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:21.869Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:21.869Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:21.870Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:22.870Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T00:58:22.871Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:22.871Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:22.872Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:23.874Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"serviceName": "basic_onboard_omOgvT",
"serviceVersion": "1.0",
"serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed",
"serviceDescription": "service",
"serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d",
"resources": [
{
"resourceInstanceName": "basic_onboard_omOgvT 0",
"resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb",
"resourceName": "basic_onboard_omOgvT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e",
"resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_omogvt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOmogvt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0"
}
],
"workloadContext": "Production"
}
2023-03-21T00:58:23.874Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T00:58:23.875Z|691c2ced-7f9a-450c-99f5-4127a3a2f781|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC
2023-03-21T00:58:23.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784
ServiceName:basic_onboard_omOgvT
ServiceVersion:1.0
ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed
ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmogvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0
ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_omOgvT 0
ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb
ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29
ResourceName:basic_onboard_omOgvT
ResourceType:VF
ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omogvt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98
ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM=
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-21T00:58:23.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed 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-03-21T00:58:23.934Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T00:58:23.935Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T00:58:23.998Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f304854
2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T00:58:23.999Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T00:58:24.004Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification
2023-03-21T00:58:24.004Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found)
2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:24.005Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360304000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:25.022Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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-03-21T00:58:25.039Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||error NSST process resource failure
java.lang.NullPointerException: null
at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T00:58:25.039Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
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-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0
2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T00:58:25.044Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T00:58:25.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T00:58:25.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39865545
2023-03-21T00:58:25.065Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification
2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found)
2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T00:58:25.066Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T00:58:25.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T00:58:25.067Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360305066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:26.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T00:58:26.068Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:58:26.098Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:58:26.105Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:58:26.106Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:58:56.106Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:58:56.137Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:58:56.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:58:56.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:59:20.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:59:20.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:59:20.526Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "691c2ced-7f9a-450c-99f5-4127a3a2f781",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360295813,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T00:59:20.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:59:20.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:59:20.527Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:59:20.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:59:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:59:20.529Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T00:59:20.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:59:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:59:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-21T00:59:20.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:59:20.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T00:59:20.531Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T00:59:20.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T00:59:26.141Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:59:26.163Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:59:26.168Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:59:26.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T00:59:56.169Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:59:56.193Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T00:59:56.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T00:59:56.197Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:00:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:00:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:00:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-21T01:00:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:00:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:00:20.531Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360296846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:00:20.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360304000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:00:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:00:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360305066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:00:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:00:26.198Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:00:26.224Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:00:26.229Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:00:26.230Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:00:56.230Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:00:56.257Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:00:56.265Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:00:56.265Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:01:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:01:26.265Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:01:26.292Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:01:26.299Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:01:26.299Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:01:56.299Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:01:56.324Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:01:56.328Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:01:56.328Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:02:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:02:26.329Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:02:26.353Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:02:26.358Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:02:26.358Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:02:56.358Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:02:56.387Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:02:56.392Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:02:56.392Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:03:16.873Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-21T01:03:16.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-dcc9e4ca-c15a-4321-bfef-d058d81cd793 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-03-21T01:03:16.875Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T01:03:16.876Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T01:03:18.768Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:18.785Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:03:18.787Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:03:18.792Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:03:18.792Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-03-21T01:03:18.811Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:03:18.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:03:18.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:03:18.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:03:18.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:03:18.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:03:18.819Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=136, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:03:18.820Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:03:18.820Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:03:20.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:03:26.392Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T01:03:26.393Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T01:03:26.404Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed
2023-03-21T01:03:26.405Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d
2023-03-21T01:03:26.406Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0
2023-03-21T01:03:26.412Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:03:26.446Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke
2023-03-21T01:03:26.446Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67420d3d-bada-4d60-8106-7ba49bc20ab5], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]}
2023-03-21T01:03:26.456Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-21T01:03:26.533Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:03:25 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[59], x-aai-txid=[2-aai-resources-230321-01:03:25:968-15488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:03:26.534Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}}
2023-03-21T01:03:26.535Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-21T01:03:26.557Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:03:26.558Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-03-21T01:03:26.559Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:03:26.559Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
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-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:03:26.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:03:26.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360606571,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:03:26.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:03:26.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360606571,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
2023-03-21T01:03:26.591Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-21T01:03:27.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:03:27.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously 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-03-21T01:03:27.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-21T01:03:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f
2023-03-21T01:03:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T01:03:27.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:03:27.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-21T01:03:27.894Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:30.903Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:33.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:36.919Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:39.927Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:42.936Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:45.946Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:48.954Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:51.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:54.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:03:57.981Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:00.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:03.998Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:07.007Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:10.014Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:13.023Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:16.031Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:19.043Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:04:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:20.542Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:04:20.543Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:04:20.548Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f', protocol='range'}
2023-03-21T01:04:20.548Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:04:20.554Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f=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-03-21T01:04:20.566Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f', protocol='range'}
2023-03-21T01:04:20.566Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:04:20.566Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:04:20.566Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:04:20.567Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:04:20.567Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:04:20.571Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-03-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-03-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-03-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=137, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:04:20.572Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-03-21T01:04:20.572Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:04:20.573Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:04:20.573Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T01:04:21.597Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:04:21.597Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:21.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:21.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:04:21.619Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:04:21.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:04:22.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:22.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:22.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:22.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:23.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:23.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:23.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:23.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:24.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:24.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:24.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:24.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:25.606Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:25.606Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:25.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:25.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:26.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:26.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:26.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:27.610Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:04:27.610Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:27.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"serviceName": "basic_onboard_omOgvT",
"serviceVersion": "1.0",
"serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed",
"serviceDescription": "service",
"serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d",
"resources": [
{
"resourceInstanceName": "basic_onboard_omOgvT 0",
"resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb",
"resourceName": "basic_onboard_omOgvT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e",
"resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_omogvt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOmogvt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0"
}
],
"workloadContext": "Production"
}
2023-03-21T01:04:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:04:28.613Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC
2023-03-21T01:04:28.614Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784
ServiceName:basic_onboard_omOgvT
ServiceVersion:1.0
ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed
ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmogvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0
ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_omOgvT 0
ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb
ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29
ResourceName:basic_onboard_omOgvT
ResourceType:VF
ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omogvt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98
ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM=
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-21T01:04:28.615Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed 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: 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-03-21T01:04:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:04:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:04:28.662Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T01:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:04:28.663Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T01:04:28.694Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24b491d4
2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T01:04:28.695Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:04:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification
2023-03-21T01:04:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found)
2023-03-21T01:04:28.696Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:04:28.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:28.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:28.697Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360668696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:29.698Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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-03-21T01:04:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||error NSST process resource failure
java.lang.NullPointerException: null
at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T01:04:29.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
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-03-21T01:04:29.725Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0
2023-03-21T01:04:29.725Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
2023-03-21T01:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T01:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:04:29.726Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T01:04:29.746Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4622befb
2023-03-21T01:04:29.747Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification
2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found)
2023-03-21T01:04:29.748Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:04:29.749Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360669748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:30.750Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T01:04:30.751Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:04:30.775Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:04:30.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:04:30.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:05:00.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:05:00.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:05:00.808Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:05:00.808Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:05:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:05:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T01:05:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360607601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360668696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:05:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360669748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:05:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:05:30.809Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:05:30.818Z||kafka-producer-network-thread | SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a7243739-d632-4cce-8d8f-068cb27ee03f] Node 0 disconnected.
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-03-21T01:05:30.828Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:05:30.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:05:30.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:06:00.832Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:06:00.857Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:06:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:06:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:06:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:06:30.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:06:30.879Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:06:30.884Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:06:30.885Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:07:00.885Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:07:00.909Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:07:00.913Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:07:00.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:07:20.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:07:30.914Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:07:30.937Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:07:30.942Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:07:30.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:08:00.943Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:08:00.968Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:08:00.972Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:08:00.972Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:08:20.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:08:30.972Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:08:30.996Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:08:31.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:08:31.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:09:01.001Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:09:01.027Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:09:01.032Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:09:01.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:09:20.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:09:21.679Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-21T01:09:21.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d97469c5-498f-4efd-a76d-aeae44d4033f sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-03-21T01:09:21.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T01:09:21.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T01:09:23.980Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:23.994Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:09:23.995Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:09:24.002Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:09:24.003Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-03-21T01:09:24.019Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:09:24.020Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:09:24.020Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:09:24.025Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:09:24.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:09:24.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:09:24.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=146, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:09:24.027Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:09:24.027Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:09:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T01:09:31.033Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T01:09:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed
2023-03-21T01:09:31.041Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d
2023-03-21T01:09:31.042Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0
2023-03-21T01:09:31.049Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:09:31.077Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke
2023-03-21T01:09:31.078Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da0c85dc-44eb-4152-b773-d46db302e8d4], X-ECOMP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], X-TransactionId=[], X-ONAP-RequestID=[0501a269-6917-4323-8916-7d2dd0e6a784], Content-Type=[application/merge-patch+json]}
2023-03-21T01:09:31.088Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-21T01:09:31.126Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:09:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230321-01:09:30:597-89804], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:09:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}}
2023-03-21T01:09:31.128Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-21T01:09:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:09:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-03-21T01:09:31.133Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:09:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
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-03-21T01:09:31.143Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:09:31.143Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:09:31.144Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360971143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:09:31.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:09:31.163Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360971143,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
2023-03-21T01:09:31.164Z||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-03-21T01:09:32.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:09:32.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T01:09:32.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-21T01:09:32.175Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-21T01:09:32.176Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously 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-03-21T01:09:32.176Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-21T01:09:32.181Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384
2023-03-21T01:09:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T01:09:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:09:32.182Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-21T01:09:33.169Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:36.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:39.189Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:42.199Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:45.210Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:48.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:51.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:54.239Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:09:57.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:00.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:03.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:06.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:09.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:12.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:15.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:18.323Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:10:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:20.539Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:10:20.539Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:10:20.545Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384', protocol='range'}
2023-03-21T01:10:20.545Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:10:20.550Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384=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-03-21T01:10:20.570Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384', protocol='range'}
2023-03-21T01:10:20.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:10:20.571Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:10:20.575Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-03-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-03-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-03-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-03-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-03-21T01:10:20.576Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T01:10:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:10:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:10:20.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=147, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:10:20.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:10:21.594Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.595Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:10:21.597Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:21.598Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:21.598Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:21.598Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:21.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361002371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:10:21.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "policy-distribution-id",
"timestamp": 1679360990971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:10:21.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360957038,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "multicloud-k8s",
"timestamp": 1679360990979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679360957038,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361002371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "policy-distribution-id",
"timestamp": 1679360990971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "multicloud-k8s",
"timestamp": 1679360990979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361015448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "policy-distribution-id",
"timestamp": 1679361017367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "policy-distribution-id",
"timestamp": 1679361018372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "aai-model-loader",
"timestamp": 1679361017098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "policy-distribution-id",
"timestamp": 1679361019374,
"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=?
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-03-21T01:10:21.637Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 349ea2e1-f588-43e7-a241-38b52134bab2
2023-03-21T01:10:21.638Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 349ea2e1-f588-43e7-a241-38b52134bab2 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-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "aai-model-loader",
"timestamp": 1679361017098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:10:21.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:10:21.658Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "aai-model-loader",
"timestamp": 1679361019223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:10:21.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:10:22.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:22.599Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:22.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:22.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:23.601Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:24.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:24.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:24.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:24.603Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:25.604Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:25.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:25.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:25.605Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:26.606Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:26.607Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:27.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:10:27.608Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:27.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:27.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"serviceName": "basic_onboard_omOgvT",
"serviceVersion": "1.0",
"serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed",
"serviceDescription": "service",
"serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d",
"resources": [
{
"resourceInstanceName": "basic_onboard_omOgvT 0",
"resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb",
"resourceName": "basic_onboard_omOgvT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e",
"resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_omogvt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOmogvt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0"
}
],
"workloadContext": "Production"
}
2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC
2023-03-21T01:10:28.611Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784
ServiceName:basic_onboard_omOgvT
ServiceVersion:1.0
ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed
ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmogvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0
ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_omOgvT 0
ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb
ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29
ResourceName:basic_onboard_omOgvT
ResourceType:VF
ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omogvt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98
ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM=
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-21T01:10:28.612Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed 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: 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-03-21T01:10:28.657Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:10:28.657Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:10:28.658Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T01:10:28.678Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:10:28.678Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1cbc3381
2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:10:28.679Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification
2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found)
2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:28.680Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361028679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:29.681Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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-03-21T01:10:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||error NSST process resource failure
java.lang.NullPointerException: null
at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T01:10:29.699Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
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-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0
2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:10:29.703Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61714328
2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:10:29.716Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found)
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:10:29.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361029717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:30.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T01:10:30.719Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:10:30.739Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:10:30.743Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:10:30.743Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:11:00.744Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:11:00.770Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:11:00.776Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:11:00.776Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:11:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:11:20.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:11:20.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:11:20.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:11:30.776Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:11:30.800Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:11:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:11:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:12:00.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:12:00.825Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:12:00.829Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:12:00.830Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:12:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:12:20.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.528Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "aai-model-loader",
"timestamp": 1679361023071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:12:20.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "aai-model-loader",
"timestamp": 1679361024073,
"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-03-21T01:12:20.546Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 349ea2e1-f588-43e7-a241-38b52134bab2
2023-03-21T01:12:20.546Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 349ea2e1-f588-43e7-a241-38b52134bab2 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-03-21T01:12:20.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361027494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361028679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361027494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361029717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361030248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361031769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361032773,
"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-03-21T01:12:20.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 349ea2e1-f588-43e7-a241-38b52134bab2
2023-03-21T01:12:20.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 349ea2e1-f588-43e7-a241-38b52134bab2 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-03-21T01:12:20.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.596Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361047098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361016453,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361050377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361042343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "multicloud-k8s",
"timestamp": 1679361047214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361057494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361066126,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361068040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361066325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361066891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:12:20.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361069043,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:12:20.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "policy-distribution-id",
"timestamp": 1679361070045,
"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=?
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-03-21T01:12:20.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed21b888-c295-4c78-8e75-070c29b5ed71
2023-03-21T01:12:20.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed21b888-c295-4c78-8e75-070c29b5ed71 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-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361068603,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:12:20.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.649Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361069606,
"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-03-21T01:12:20.659Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed21b888-c295-4c78-8e75-070c29b5ed71
2023-03-21T01:12:20.659Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed21b888-c295-4c78-8e75-070c29b5ed71 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-03-21T01:12:20.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361071225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:12:20.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:12:20.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:12:20.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "aai-model-loader",
"timestamp": 1679361072228,
"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-03-21T01:12:20.685Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed21b888-c295-4c78-8e75-070c29b5ed71
2023-03-21T01:12:20.685Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed21b888-c295-4c78-8e75-070c29b5ed71 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-03-21T01:12:30.830Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:12:30.851Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:12:30.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:12:30.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:13:00.856Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:13:00.875Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:13:00.879Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:13:00.879Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:13:20.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:13:20.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.529Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.530Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.531Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.533Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.534Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.535Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.536Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.537Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "ves-openapi-manager",
"timestamp": 1679361085653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361067129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361071047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361067942,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361077098,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361087494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361100087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "cds-sdc-listener",
"timestamp": 1679361098171,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361100092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361098371,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361098902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361101090,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:13:20.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361101188,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.543Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "policy-distribution-id",
"timestamp": 1679361102092,
"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=?
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-03-21T01:13:20.577Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45
2023-03-21T01:13:20.577Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361102282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361101079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361103333,
"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-03-21T01:13:20.603Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45
2023-03-21T01:13:20.603Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-03-21T01:13:20.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1679361102084,
"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-03-21T01:13:20.628Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45
2023-03-21T01:13:20.628Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "multicloud-k8s",
"timestamp": 1679361104336,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-21T01:13:20.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361105397,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:13:20.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:13:20.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T01:13:20.648Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "aai-model-loader",
"timestamp": 1679361106400,
"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-03-21T01:13:20.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8221b81-f8aa-44b8-970d-c22944d4ff45
2023-03-21T01:13:20.660Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8221b81-f8aa-44b8-970d-c22944d4ff45 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-03-21T01:13:30.880Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:13:30.902Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:13:30.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:13:30.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:14:00.907Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:14:00.931Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:14:00.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:14:00.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:14:20.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:14:30.936Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:14:30.960Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:14:30.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:14:30.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:15:00.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:15:00.988Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:15:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:15:00.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:15:20.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:15:21.655Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-21T01:15:21.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-199a4127-8950-4909-af44-33f561dda384 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-03-21T01:15:21.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T01:15:21.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T01:15:24.300Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:15:24.315Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:15:24.315Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:15:24.322Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:15:24.323Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-03-21T01:15:24.339Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:15:24.340Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:15:24.340Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:15:24.345Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:15:24.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:15:24.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:15:24.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=293, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:15:24.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:15:24.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:15:30.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T01:15:30.992Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T01:15:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed
2023-03-21T01:15:31.007Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d
2023-03-21T01:15:31.008Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0
2023-03-21T01:15:31.015Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:15:31.046Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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-03-21T01:15:31.048Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke
2023-03-21T01:15:31.054Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-21T01:15:31.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-21T01:15:31.117Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:15:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[0-aai-resources-230321-01:15:30:564-65647], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:15:31.123Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}}
2023-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:15:31.127Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
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-03-21T01:15:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:15:31.134Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:15:31.135Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361331134,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:15:31.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T01:15:31.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361331134,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
2023-03-21T01:15:31.160Z||pool-2-thread-9|||||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-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:15:32.170Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:15:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:15:33.172Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:15:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:15:33.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:15:34.173Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b",
"serviceDescription": "service",
"serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb",
"resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097",
"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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a"
}
],
"workloadContext": "Production"
}
2023-03-21T01:15:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:15:34.174Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC
2023-03-21T01:15:34.174Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44
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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a
ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0
ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-21T01:15:34.175Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 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-03-21T01:15:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:15:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:15:34.235Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:15:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T01:15:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:15:34.236Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T01:15:34.553Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T01:15:34.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a 57802
2023-03-21T01:15:34.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T01:15:34.555Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:15:34.556Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361334555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:15:35.557Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:15:35.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:15:35.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:35.558Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-21T01:15:35.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:35.559Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:35.641Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1954768861553092233/Definitions/service-BasicNetwork-template.yml
2023-03-21T01:15:36.026Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T01:15:36.026Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.027Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T01:15:36.028Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.029Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
Model Version:NULL
Model InvariantUuid:3d2898b5-fff0-456c-9fae-38ac46e50e44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:936ef0ad-b559-484f-9a46-572d13d7b097
Model UUID:fdd1ed48-c4f3-450f-a5b7-eb352313799b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0
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-03-21T01:15:36.046Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb
2023-03-21T01:15:36.047Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||No resources found for Service: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
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-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||
2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
2023-03-21T01:15:36.052Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-21T01:15:36.053Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T01:15:36.063Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24ebe10b, org.onap.sdc.toscaparser.api.parameters.Input@3dbd4e4e, org.onap.sdc.toscaparser.api.parameters.Input@6f43c278, org.onap.sdc.toscaparser.api.parameters.Input@6ba80971, org.onap.sdc.toscaparser.api.parameters.Input@10304eb6]
2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dcbfb342-a4c6-4f9c-8c99-9df96d4e766b: Generic NeutronNet
2023-03-21T01:15:36.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-21T01:15:36.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:15:36.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-21T01:15:36.281Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-21T01:15:36.281Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:15:36.282Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361336281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:15:37.284Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2
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-03-21T01:15:37.309Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2
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-03-21T01:15:37.314Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:15:37.315Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-21T01:15:37.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T01:16:07.329Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 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-03-21T01:16:07.340Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
2023-03-21T01:16:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44
2023-03-21T01:16:07.341Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0
2023-03-21T01:16:07.348Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:16:07.380Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke
2023-03-21T01:16:07.381Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf967f4c-9bbc-442e-8231-ff6348eacb05], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]}
2023-03-21T01:16:07.388Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-21T01:16:07.530Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:16:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:16:06:896-20684], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:16:07.531Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T01:16:07.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn
2023-03-21T01:16:07.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T01:16:07.532Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T01:16:07.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:16:07.542Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:07.543Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361367542,
"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-03-21T01:16:08.574Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:16:08.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T01:16:08.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-03-21T01:16:08.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-03-21T01:16:08.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Lost previously 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-03-21T01:16:08.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-21T01:16:08.581Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562
2023-03-21T01:16:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T01:16:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:16:08.582Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] (Re-)joining group
2023-03-21T01:16:09.579Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:16:12.589Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:16:15.598Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:16:18.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:16:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:20.540Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:16:20.540Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:16:20.546Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:16:20.546Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562', protocol='range'}
2023-03-21T01:16:20.552Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-03-21T01:16:20.569Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562', protocol='range'}
2023-03-21T01:16:20.569Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:16:20.570Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:16:20.570Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:16:20.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:16:20.570Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, 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-03-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset 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-03-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset 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-03-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset 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-03-21T01:16:20.575Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset 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-03-21T01:16:20.575Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:16:20.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset 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-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:16:20.576Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=294, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:16:20.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:16:21.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:16:21.597Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:16:21.598Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:16:21.638Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"0501a269-6917-4323-8916-7d2dd0e6a784","serviceName":"basic_onboard_omOgvT","serviceVersion":"1.0","serviceUUID":"49297361-ab29-4feb-b2e0-c9a10322c5ed","serviceDescription":"service","serviceInvariantUUID":"94725f6b-8bf4-476d-8915-a8ab2742892d","resources":[{"resourceInstanceName":"basic_onboard_omOgvT 0","resourceName":"basic_onboard_omOgvT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a20e0-d5ff-4ec7-9487-8e209b98e88e","resourceInvariantUUID":"9a7aa7f6-77bd-476c-84d6-f60fab272d29","resourceCustomizationUUID":"43b97e18-9b16-43fc-974c-3e7735647ccb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml","artifactChecksum":"NjU5ZTc1NTNhZGU5YzcyNGQyZDY4YTNhNjc2NGFjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48791b4d-7c03-4b8a-8c5b-3b0abba27917","artifactVersion":"1"},{"artifactName":"basic_onboard_omogvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json","artifactChecksum":"ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87e19e6c-2886-417d-b3f6-f338235aff98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d9a6abb-54b1-4c02-a703-a3fecb791230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d47c4e62-7b71-4dc0-a834-5ffe2df09507","artifactVersion":"2","generatedFromUUID":"33de63eb-6150-4c76-8ec6-4512a72adf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmogvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml","artifactChecksum":"YTc1NGQ2M2RjNzQ0OWIxOWNlZDdjY2Y4MGNmM2MxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ec0d3f1-4379-46b7-b636-b9def408cfb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmogvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar","artifactChecksum":"NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c2db5bc-2c47-4680-97b6-c464bb08eef0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:16:21.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:16:21.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:16:21.638Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679360972174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361334555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361336281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361367542,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T01:16:21.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:21.652Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:22.653Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:22.653Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:22.654Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:22.654Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:23.655Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:23.656Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:23.656Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:23.656Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:24.657Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:24.658Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:24.658Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:24.658Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:25.659Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:26.660Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:26.661Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:26.661Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:26.661Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:27.662Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:16:27.662Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:27.663Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:27.663Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:28.664Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"serviceName": "basic_onboard_omOgvT",
"serviceVersion": "1.0",
"serviceUUID": "49297361-ab29-4feb-b2e0-c9a10322c5ed",
"serviceDescription": "service",
"serviceInvariantUUID": "94725f6b-8bf4-476d-8915-a8ab2742892d",
"resources": [
{
"resourceInstanceName": "basic_onboard_omOgvT 0",
"resourceCustomizationUUID": "43b97e18-9b16-43fc-974c-3e7735647ccb",
"resourceName": "basic_onboard_omOgvT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f04a20e0-d5ff-4ec7-9487-8e209b98e88e",
"resourceInvariantUUID": "9a7aa7f6-77bd-476c-84d6-f60fab272d29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_omogvt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"artifactChecksum": "ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87e19e6c-2886-417d-b3f6-f338235aff98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"generatedFromUUID": "33de63eb-6150-4c76-8ec6-4512a72adf8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d47c4e62-7b71-4dc0-a834-5ffe2df09507",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOmogvt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"artifactChecksum": "NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c2db5bc-2c47-4680-97b6-c464bb08eef0"
}
],
"workloadContext": "Production"
}
2023-03-21T01:16:28.665Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:16:28.665Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49297361-ab29-4feb-b2e0-c9a10322c5ed ASDC
2023-03-21T01:16:28.665Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0501a269-6917-4323-8916-7d2dd0e6a784
ServiceName:basic_onboard_omOgvT
ServiceVersion:1.0
ServiceUUID:49297361-ab29-4feb-b2e0-c9a10322c5ed
ServiceInvariantUUID:94725f6b-8bf4-476d-8915-a8ab2742892d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmogvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
ArtifactUUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0
ArtifactChecksum:NDI4ZWM5NTljZDUzMTk5MGQ2OTg3NThhMTFjZjgzYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_omOgvT 0
ResourceCustomizationUUID:43b97e18-9b16-43fc-974c-3e7735647ccb
ResourceInvariantUUID:9a7aa7f6-77bd-476c-84d6-f60fab272d29
ResourceName:basic_onboard_omOgvT
ResourceType:VF
ResourceUUID:f04a20e0-d5ff-4ec7-9487-8e209b98e88e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omogvt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
ArtifactUUID:87e19e6c-2886-417d-b3f6-f338235aff98
ArtifactChecksum:ZmQyZDI1NGMxZWI2OWUwMzZhMDg0MGJhMDg1YzUxNmM=
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:33de63eb-6150-4c76-8ec6-4512a72adf8f
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
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/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env
ArtifactUUID:d47c4e62-7b71-4dc0-a834-5ffe2df09507
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-21T01:16:28.666Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49297361-ab29-4feb-b2e0-c9a10322c5ed 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: 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-03-21T01:16:28.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:16:28.717Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c2db5bc-2c47-4680-97b6-c464bb08eef0 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:16:28.718Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar
2023-03-21T01:16:28.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:16:28.753Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@231d0d2a
2023-03-21T01:16:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:16:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T01:16:28.754Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOmogvt-csar.csar /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar 0c2db5bc-2c47-4680-97b6-c464bb08eef0 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar ASDC sendASDCNotification
2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(Specified artifact is not found)
2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:28.755Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361388755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:29.756Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardOmogvt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar(UUID:0c2db5bc-2c47-4680-97b6-c464bb08eef0)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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-03-21T01:16:29.778Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||error NSST process resource failure
java.lang.NullPointerException: null
at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T01:16:29.779Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
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-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||basic_onboard_omOgvT 0
2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a20e0-d5ff-4ec7-9487-8e209b98e88e
2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87e19e6c-2886-417d-b3f6-f338235aff98 from URL: /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:16:29.786Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json
2023-03-21T01:16:29.802Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:16:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30ebd960
2023-03-21T01:16:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:16:29.803Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicOnboardOmogvt"
]
}
}
}
2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_omogvt0_modules.json /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json 87e19e6c-2886-417d-b3f6-f338235aff98 Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json ASDC sendASDCNotification
2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(Specified artifact is not found)
2023-03-21T01:16:29.804Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:16:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:16:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:16:29.805Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361389804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:30.806Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_omogvt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json(UUID:87e19e6c-2886-417d-b3f6-f338235aff98)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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-03-21T01:16:30.807Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:16:30.833Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:16:30.837Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:16:30.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:17:00.838Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:17:00.861Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:17:00.865Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:17:00.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:17:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:17:20.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:17:20.526Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:17:20.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:17:30.866Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:17:30.889Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:17:30.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:17:30.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:18:00.894Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:18:00.917Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:18:00.922Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:18:00.922Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:18:20.525Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:18:20.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.527Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "NOTIFIED"
}
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.529Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361388755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/artifacts/service-BasicOnboardOmogvt-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:18:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:20.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:18:20.530Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361389804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmogvt/1.0/resourceInstances/basic_onboard_omogvt0/artifacts/basic_onboard_omogvt0_modules.json",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:18:20.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:18:30.923Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:18:30.944Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:18:30.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:18:30.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:19:00.948Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:19:00.966Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:19:00.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:19:00.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:19:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:19:30.970Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:19:30.984Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:19:30.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:19:30.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:20:00.987Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:20:01.312Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:20:01.316Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:20:01.316Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:20:20.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:20:31.316Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:20:33.517Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:20:33.523Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:20:33.524Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:21:03.524Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:21:03.549Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784
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-03-21T01:21:03.554Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T01:21:03.554Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T01:21:20.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:21.605Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-03-21T01:21:21.605Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Member SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026-d4f03b6d-206b-4fb9-af6f-aa2aa594c562 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-03-21T01:21:21.605Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T01:21:21.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b40ca4b-7b7c-449d-a50f-5ce13a035026, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T01:21:24.099Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T01:21:24.115Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Revoke previously 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-03-21T01:21:24.116Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] (Re-)joining group
2023-03-21T01:21:24.122Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:21:24.122Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7=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-03-21T01:21:24.150Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098-cbb8f5bd-d523-4b30-abfb-72faef8431c7', protocol='range'}
2023-03-21T01:21:24.150Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:21:24.150Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, 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-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset 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-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset 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-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset 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-03-21T01:21:24.155Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=308, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T01:21:24.156Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset 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-03-21T01:21:24.156Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f8c890cf-fda9-4771-a283-5628dd94a098, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset 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-03-21T01:21:33.555Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T01:21:33.555Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0501a269-6917-4323-8916-7d2dd0e6a784 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-03-21T01:21:33.568Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0501a269-6917-4323-8916-7d2dd0e6a784 and serviceModelVersionId: 49297361-ab29-4feb-b2e0-c9a10322c5ed
2023-03-21T01:21:33.568Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94725f6b-8bf4-476d-8915-a8ab2742892d
2023-03-21T01:21:33.569Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0
2023-03-21T01:21:33.575Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:21:33.600Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?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-03-21T01:21:33.602Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|500||Invoke
2023-03-21T01:21:33.609Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2023-03-21T01:21:33.647Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-21T01:21:33.647Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed?depth=0 has http status code:404 and response headers:{date=[Tue, 21 Mar 2023 01:21:33 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230321-01:21:33:117-99325], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:21:33.649Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed","ERR.5.4.6114"]}}}
2023-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:21:33.653Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
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-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0501a269-6917-4323-8916-7d2dd0e6a784 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec=ERR.5.4.6114)
2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:21:33.661Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361693661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:33.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:21:33.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "0501a269-6917-4323-8916-7d2dd0e6a784",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361693661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0501a269-6917-4323-8916-7d2dd0e6a784 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94725f6b-8bf4-476d-8915-a8ab2742892d/model-vers/model-ver/49297361-ab29-4feb-b2e0-c9a10322c5ed) (ec\u003dERR.5.4.6114)"
}
2023-03-21T01:21:33.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-21T01:21:34.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:21:34.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"349ea2e1-f588-43e7-a241-38b52134bab2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dcbfb342-a4c6-4f9c-8c99-9df96d4e766b","serviceDescription":"service","serviceInvariantUUID":"3d2898b5-fff0-456c-9fae-38ac46e50e44","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f4e747e-8790-4b6a-b244-f4d927a3f3fb","resourceInvariantUUID":"936ef0ad-b559-484f-9a46-572d13d7b097","resourceCustomizationUUID":"dfab4749-661b-4ea6-8a19-b5bba5ea94c0","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":"ZTFiNjU2NjM3MDM2MDZkYmU5MjJlMGVmYzEwY2FlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5580d84d-d3f2-4dd6-ac86-f2326375f737","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65cc0785-11ac-4cb8-bcb1-cf48786ad30a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:21:34.689Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:21:34.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:21:34.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:21:34.690Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:21:35.691Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:36.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dcbfb342-a4c6-4f9c-8c99-9df96d4e766b",
"serviceDescription": "service",
"serviceInvariantUUID": "3d2898b5-fff0-456c-9fae-38ac46e50e44",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dfab4749-661b-4ea6-8a19-b5bba5ea94c0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0f4e747e-8790-4b6a-b244-f4d927a3f3fb",
"resourceInvariantUUID": "936ef0ad-b559-484f-9a46-572d13d7b097",
"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": "M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65cc0785-11ac-4cb8-bcb1-cf48786ad30a"
}
],
"workloadContext": "Production"
}
2023-03-21T01:21:36.692Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:21:36.693Z|0501a269-6917-4323-8916-7d2dd0e6a784|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcbfb342-a4c6-4f9c-8c99-9df96d4e766b ASDC
2023-03-21T01:21:36.693Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:349ea2e1-f588-43e7-a241-38b52134bab2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
ServiceInvariantUUID:3d2898b5-fff0-456c-9fae-38ac46e50e44
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:65cc0785-11ac-4cb8-bcb1-cf48786ad30a
ArtifactChecksum:M2U5NjgxZmNhZTEwOWY4ODRhMDNjNGRiZWRkOGY1ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dfab4749-661b-4ea6-8a19-b5bba5ea94c0
ResourceInvariantUUID:936ef0ad-b559-484f-9a46-572d13d7b097
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f4e747e-8790-4b6a-b244-f4d927a3f3fb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-21T01:21:36.694Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcbfb342-a4c6-4f9c-8c99-9df96d4e766b 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: 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-03-21T01:21:36.748Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:21:36.749Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30479396
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found]
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
"requestError": {
"serviceException": {
"messageId": "SVC4503",
"text": "Error: Requested \u0027%1\u0027 service was not found.",
"variables": [
"BasicNetwork"
]
}
}
}
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65cc0785-11ac-4cb8-bcb1-cf48786ad30a Specified artifact is not found 300 ASDC artifact download fail
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T01:21:36.783Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found)
2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:21:36.784Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361696783,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:37.785Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:65cc0785-11ac-4cb8-bcb1-cf48786ad30a)
Error message is Specified artifact is not found
at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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)
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 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-03-21T01:21:37.821Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists
2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists)
2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:21:37.822Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:21:37.823Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361697821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:38.824Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T01:21:38.824Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists)
2023-03-21T01:21:38.824Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T01:21:38.825Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:21:38.825Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:21:38.825Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361698824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:39.827Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2
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-03-21T01:21:39.853Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2
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-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:21:39.857Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-21T01:21:39.871Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T01:22:09.871Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 349ea2e1-f588-43e7-a241-38b52134bab2 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-03-21T01:22:09.881Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 349ea2e1-f588-43e7-a241-38b52134bab2 and serviceModelVersionId: dcbfb342-a4c6-4f9c-8c99-9df96d4e766b
2023-03-21T01:22:09.882Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2898b5-fff0-456c-9fae-38ac46e50e44
2023-03-21T01:22:09.883Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0
2023-03-21T01:22:09.888Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:22:09.913Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||Invoke
2023-03-21T01:22:09.914Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec1d6efa-ec23-4163-a6ef-fd075a981639], X-ECOMP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], X-TransactionId=[], X-ONAP-RequestID=[349ea2e1-f588-43e7-a241-38b52134bab2], Content-Type=[application/merge-patch+json]}
2023-03-21T01:22:09.921Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-21T01:22:10.064Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:22:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[348328], x-aai-txid=[0-aai-resources-230321-01:22:09:431-17731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d2898b5-fff0-456c-9fae-38ac46e50e44/model-vers/model-ver/dcbfb342-a4c6-4f9c-8c99-9df96d4e766b?depth=0|INFO|500||InvokeReturn
2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T01:22:10.065Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 349ea2e1-f588-43e7-a241-38b52134bab2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:10.075Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361730075,
"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-03-21T01:22:11.101Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:22:11.101Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"ed21b888-c295-4c78-8e75-070c29b5ed71","serviceName":"Demo_pNF_qsilN52ZaaL32UxCuFsY","serviceVersion":"1.0","serviceUUID":"2ba8ef3d-9806-4933-ad8c-aaa961fd333f","serviceDescription":"catalog service description","serviceInvariantUUID":"6bc436f9-763b-406b-a048-53fea80057ec","resources":[{"resourceInstanceName":"pNF 604e7639-aa75 0","resourceName":"pNF 604e7639-aa75","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"378b8ebd-3d5f-4415-b4ed-9789ae0009a9","resourceInvariantUUID":"7e2fbd81-4caa-4bee-b735-b927f529644e","resourceCustomizationUUID":"00da47b6-3465-4916-b489-dbbd3f454351","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml","artifactChecksum":"NWRkZjlkNTFjOGM4NTY5NjUwN2Y2ZTc0NGFhODNhMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2be17b65-f715-4e49-8ae7-800efa9c6c5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3c80abe-fa4c-4ab2-b562-08d5c996f24f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eac09d2f-6faf-4211-a60b-017a4a6e4136","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmMjU3NzMxYzdmOTY4MDA0OTA3OWFhZjJlNzQxOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e9ea639-c0fc-4b6f-8e74-b910d21f68b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78ec4316-291e-4393-9b53-8fe87bd47c27","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97535635-b646-4aa1-bf3f-55ad4d431312","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml","artifactChecksum":"ODNlMDM3MWUxNmI2OTVhMjlhNmNiOTEzNDViN2ZkYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923f6bb1-6924-4fa5-9c62-e07c46612043","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar","artifactChecksum":"N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8131ce2-80c6-4192-8ebc-231fe7c1473e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:22:11.101Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:11.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:11.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:11.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:12.102Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:12.103Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:12.103Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:12.103Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:13.104Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:14.105Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:15.106Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:15.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:15.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:15.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:16.107Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:16.108Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:16.108Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:16.108Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:17.110Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:17.111Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:17.111Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:17.112Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:18.112Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:18.112Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:18.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:18.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:19.113Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"serviceName": "Demo_pNF_qsilN52ZaaL32UxCuFsY",
"serviceVersion": "1.0",
"serviceUUID": "2ba8ef3d-9806-4933-ad8c-aaa961fd333f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bc436f9-763b-406b-a048-53fea80057ec",
"resources": [
{
"resourceInstanceName": "pNF 604e7639-aa75 0",
"resourceCustomizationUUID": "00da47b6-3465-4916-b489-dbbd3f454351",
"resourceName": "pNF 604e7639-aa75",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "378b8ebd-3d5f-4415-b4ed-9789ae0009a9",
"resourceInvariantUUID": "7e2fbd81-4caa-4bee-b735-b927f529644e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"artifactChecksum": "N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8131ce2-80c6-4192-8ebc-231fe7c1473e"
}
],
"workloadContext": "Production"
}
2023-03-21T01:22:19.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:22:19.114Z|349ea2e1-f588-43e7-a241-38b52134bab2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ba8ef3d-9806-4933-ad8c-aaa961fd333f ASDC
2023-03-21T01:22:19.114Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ed21b888-c295-4c78-8e75-070c29b5ed71
ServiceName:Demo_pNF_qsilN52ZaaL32UxCuFsY
ServiceVersion:1.0
ServiceUUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f
ServiceInvariantUUID:6bc436f9-763b-406b-a048-53fea80057ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
ArtifactUUID:b8131ce2-80c6-4192-8ebc-231fe7c1473e
ArtifactChecksum:N2QyMWZjYTVjNTQ0M2MyMTFmNGMxN2NjYmQyZTQwMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 604e7639-aa75 0
ResourceCustomizationUUID:00da47b6-3465-4916-b489-dbbd3f454351
ResourceInvariantUUID:7e2fbd81-4caa-4bee-b735-b927f529644e
ResourceName:pNF 604e7639-aa75
ResourceType:PNF
ResourceUUID:378b8ebd-3d5f-4415-b4ed-9789ae0009a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-21T01:22:19.114Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ba8ef3d-9806-4933-ad8c-aaa961fd333f 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-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e from URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:19.174Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:22:19.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:19.450Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T01:22:19.452Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar b8131ce2-80c6-4192-8ebc-231fe7c1473e 88024
2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification
2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:19.453Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361739452,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:20.454Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:22:20.455Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:22:20.455Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b8131ce2-80c6-4192-8ebc-231fe7c1473e, URL: /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar to file: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:20.456Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:20.456Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:20.456Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:20.524Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.532Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361696783,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_ERROR",
"errorReason": "Specified artifact is not found"
}
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361697821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Csar with UUID: 65cc0785-11ac-4cb8-bcb1-cf48786ad30a already exists"
}
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361698824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "ALREADY_DEPLOYED",
"errorReason": "Resource with UUID: 0f4e747e-8790-4b6a-b244-f4d927a3f3fb already exists"
}
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "349ea2e1-f588-43e7-a241-38b52134bab2",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361730075,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.533Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/resourceInstances/pnf604e7639aa750/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "NOTIFIED"
}
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361739452,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-21T01:22:20.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T01:22:20.537Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5949533469952484681/Definitions/service-DemoPnfQsiln52zaal32uxcufsy-template.yml
2023-03-21T01:22:21.151Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||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-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 604e7639-aa75 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-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.152Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Node template pNF 604e7639-aa75 0 is matching search criteria
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 604e7639-aa75 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.153Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_qsilN52ZaaL32UxCuFsY
Description:catalog service description
Model UUID:2ba8ef3d-9806-4933-ad8c-aaa961fd333f
Model Version:NULL
Model InvariantUuid:6bc436f9-763b-406b-a048-53fea80057ec
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-03-21T01:22:21.170Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9
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-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||pNF 604e7639-aa75 0
2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9
2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f
2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f
2023-03-21T01:22:21.175Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 604e7639-aa75 0 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 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-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42b59838, org.onap.sdc.toscaparser.api.parameters.Input@51959801, org.onap.sdc.toscaparser.api.parameters.Input@74deb1a6, org.onap.sdc.toscaparser.api.parameters.Input@5c7bbf17, org.onap.sdc.toscaparser.api.parameters.Input@32e188f8]
2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2ba8ef3d-9806-4933-ad8c-aaa961fd333f: pNF 604e7639-aa75
2023-03-21T01:22:21.186Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Processing PNF resource: 378b8ebd-3d5f-4415-b4ed-9789ae0009a9
2023-03-21T01:22:21.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:22:21.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qsilN52ZaaL32UxCuFsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:22:21.187Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Resource customization UUID: 00da47b6-3465-4916-b489-dbbd3f454351 is the same as notified resource customizationUUID: 00da47b6-3465-4916-b489-dbbd3f454351
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 604e7639-aa75 378b8ebd-3d5f-4415-b4ed-9789ae0009a9 0 ASDC deployResourceStructure
2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar ASDC sendASDCNotification
2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar
2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:21.288Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:21.289Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361741288,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQsiln52zaal32uxcufsy/1.0/artifacts/service-DemoPnfQsiln52zaal32uxcufsy-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:22.290Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71
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-03-21T01:22:22.312Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71
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-03-21T01:22:22.316Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-21T01:22:22.317Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-21T01:22:22.328Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T01:22:52.329Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed21b888-c295-4c78-8e75-070c29b5ed71 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-03-21T01:22:52.343Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed21b888-c295-4c78-8e75-070c29b5ed71 and serviceModelVersionId: 2ba8ef3d-9806-4933-ad8c-aaa961fd333f
2023-03-21T01:22:52.343Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc436f9-763b-406b-a048-53fea80057ec
2023-03-21T01:22:52.343Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0
2023-03-21T01:22:52.347Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T01:22:52.375Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||Invoke
2023-03-21T01:22:52.375Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48aab792-3d03-4fd4-904b-1d60b174f694], X-ECOMP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], X-TransactionId=[], X-ONAP-RequestID=[ed21b888-c295-4c78-8e75-070c29b5ed71], Content-Type=[application/merge-patch+json]}
2023-03-21T01:22:52.381Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-21T01:22:52.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 01:22:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[205016], x-aai-txid=[2-aai-resources-230321-01:22:51:889-4443], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T01:22:52.517Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T01:22:52.542Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc436f9-763b-406b-a048-53fea80057ec/model-vers/model-ver/2ba8ef3d-9806-4933-ad8c-aaa961fd333f?depth=0|INFO|500||InvokeReturn
2023-03-21T01:22:52.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T01:22:52.543Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T01:22:52.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-21T01:22:52.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed21b888-c295-4c78-8e75-070c29b5ed71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T01:22:52.551Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T01:22:52.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:52.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:52.552Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ed21b888-c295-4c78-8e75-070c29b5ed71",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361772551,
"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-03-21T01:22:53.585Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T01:22:53.585Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e8221b81-f8aa-44b8-970d-c22944d4ff45","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ce497e41-8d1d-4d2f-b1bd-bdc3675baa40","serviceDescription":"service","serviceInvariantUUID":"797cd2d7-1053-4fd3-9c8b-f1d842475f66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dab42346-7bbd-41ff-932e-49548fbc523a","resourceInvariantUUID":"0fbc9efa-bf43-4ecb-b439-f3ba9539825c","resourceCustomizationUUID":"7b49b8b6-f13b-4df1-96d8-371fc93d4909","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZWEzZGJmNTY0OWEyYzM0YjRhM2I0YmMxN2IxMmJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03f8811b-f50f-426c-b13a-aa1527fc04d6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f941c80-04f1-458d-85bd-1d16af20360b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f83fe089-6359-46fd-86dc-44d8737a1e5e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d78ea26c-2c84-476c-81e7-af76acd8b415","artifactVersion":"2","generatedFromUUID":"13d869a4-e043-4ee3-aecd-11773103eaa5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTQwN2NlMWYwZDQ2ODUzMzFiYzhiM2JjNjMxNWQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1af76837-cad3-4410-9e97-0699e39144a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T01:22:53.585Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:53.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:53.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:53.586Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:54.587Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:55.588Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:56.589Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:56.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:56.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:56.590Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:57.591Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:57.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:57.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:57.592Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:58.593Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:59.594Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T01:22:59.595Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:22:59.595Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:22:59.595Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361368574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:23:00.596Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "ce497e41-8d1d-4d2f-b1bd-bdc3675baa40",
"serviceDescription": "service",
"serviceInvariantUUID": "797cd2d7-1053-4fd3-9c8b-f1d842475f66",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "7b49b8b6-f13b-4df1-96d8-371fc93d4909",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dab42346-7bbd-41ff-932e-49548fbc523a",
"resourceInvariantUUID": "0fbc9efa-bf43-4ecb-b439-f3ba9539825c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f941c80-04f1-458d-85bd-1d16af20360b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d78ea26c-2c84-476c-81e7-af76acd8b415",
"generatedFromUUID": "13d869a4-e043-4ee3-aecd-11773103eaa5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d78ea26c-2c84-476c-81e7-af76acd8b415",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4"
}
],
"workloadContext": "Production"
}
2023-03-21T01:23:00.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T01:23:00.597Z|ed21b888-c295-4c78-8e75-070c29b5ed71|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 ASDC
2023-03-21T01:23:00.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e8221b81-f8aa-44b8-970d-c22944d4ff45
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40
ServiceInvariantUUID:797cd2d7-1053-4fd3-9c8b-f1d842475f66
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4
ArtifactChecksum:M2ZiNmQwZTI4OGI4MDE5MGQxMGUwMmZjZDUxYmM1ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909
ResourceInvariantUUID:0fbc9efa-bf43-4ecb-b439-f3ba9539825c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dab42346-7bbd-41ff-932e-49548fbc523a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:1f941c80-04f1-458d-85bd-1d16af20360b
ArtifactChecksum:MmZlNDllOWE4MTlhMDQyOGFiMmI3NjI3M2U4MzQ1MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:13d869a4-e043-4ee3-aecd-11773103eaa5
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d78ea26c-2c84-476c-81e7-af76acd8b415
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d78ea26c-2c84-476c-81e7-af76acd8b415
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-21T01:23:00.597Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce497e41-8d1d-4d2f-b1bd-bdc3675baa40 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-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T01:23:00.659Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:23:00.660Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T01:23:00.977Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4 75182
2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:23:00.980Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:23:00.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361780980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:23:01.981Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T01:23:01.982Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-21T01:23:01.984Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bcb4bb0c-2aff-4f53-8b1e-0f7b0132d2c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:01.985Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-21T01:23:01.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:01.986Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:02.078Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14406086783755664648/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.013Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.014Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.015Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:03.016Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T01:23:03.017Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:03.018Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ce497e41-8d1d-4d2f-b1bd-bdc3675baa40
Model Version:NULL
Model InvariantUuid:797cd2d7-1053-4fd3-9c8b-f1d842475f66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:e662e54f-d942-493d-818e-4a1388a187fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0fbc9efa-bf43-4ecb-b439-f3ba9539825c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7b49b8b6-f13b-4df1-96d8-371fc93d4909
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cff43b07-8721-459c-9b10-4d7f966527ae
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a08d0262-0306-4477-b079-38b5ac28241e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3
ModelInvariantUuid:49d5fe65-a050-4305-a889-9063378ef308
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b42ca908-4ab9-4442-ad2b-1f1b71614b51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:dc82f4eb-4004-43ac-bdb2-3b388fabeb3b
ModelInvariantUuid:54b31283-8a20-4332-a276-79fe9e1790db
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c99cd934-9e92-4c62-9d86-65668b8e093b
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-03-21T01:23:03.039Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: dab42346-7bbd-41ff-932e-49548fbc523a
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-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||basic_vm 0
2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dab42346-7bbd-41ff-932e-49548fbc523a
2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1f941c80-04f1-458d-85bd-1d16af20360b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:23:03.043Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-21T01:23:03.131Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T01:23:03.132Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1f941c80-04f1-458d-85bd-1d16af20360b 787
2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:23:03.133Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:23:03.134Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361783132,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:23:04.135Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "cff43b07-8721-459c-9b10-4d7f966527ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a08d0262-0306-4477-b079-38b5ac28241e",
"vfModuleModelCustomizationUUID": "a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04",
"isBase": true,
"artifacts": [
"13d869a4-e043-4ee3-aecd-11773103eaa5",
"d78ea26c-2c84-476c-81e7-af76acd8b415"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-21T01:23:04.140Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a08d0262-0306-4477-b079-38b5ac28241e
VfModuleModelInvariantUUID:cff43b07-8721-459c-9b10-4d7f966527ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
13d869a4-e043-4ee3-aecd-11773103eaa5
,
d78ea26c-2c84-476c-81e7-af76acd8b415
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "cff43b07-8721-459c-9b10-4d7f966527ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a08d0262-0306-4477-b079-38b5ac28241e",
"vfModuleModelCustomizationUUID": "a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04",
"isBase": true,
"artifacts": [
"13d869a4-e043-4ee3-aecd-11773103eaa5",
"d78ea26c-2c84-476c-81e7-af76acd8b415"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a08d0262-0306-4477-b079-38b5ac28241e
VfModuleModelInvariantUUID:cff43b07-8721-459c-9b10-4d7f966527ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
13d869a4-e043-4ee3-aecd-11773103eaa5
,
d78ea26c-2c84-476c-81e7-af76acd8b415
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 13d869a4-e043-4ee3-aecd-11773103eaa5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:23:04.142Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-21T01:23:04.235Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 13d869a4-e043-4ee3-aecd-11773103eaa5 5033
2023-03-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-21T01:23:04.236Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T01:23:04.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:23:04.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:23:04.237Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361784236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:23:05.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d78ea26c-2c84-476c-81e7-af76acd8b415 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-21T01:23:05.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-21T01:23:05.238Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d78ea26c-2c84-476c-81e7-af76acd8b415 903
2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-21T01:23:05.317Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T01:23:05.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-21T01:23:05.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T01:23:05.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "e8221b81-f8aa-44b8-970d-c22944d4ff45",
"consumerID": "SO-sdc-controller",
"timestamp": 1679361785317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:23:06.318Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ce497e41-8d1d-4d2f-b1bd-bdc3675baa40
2023-03-21T01:23:06.319Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dab42346-7bbd-41ff-932e-49548fbc523a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T01:23:06.349Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34868a25, org.onap.sdc.toscaparser.api.parameters.Input@65c19fed, org.onap.sdc.toscaparser.api.parameters.Input@3becda35, org.onap.sdc.toscaparser.api.parameters.Input@5ea991d2, org.onap.sdc.toscaparser.api.parameters.Input@5efeef80]
2023-03-21T01:23:06.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.351Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7b49b8b6-f13b-4df1-96d8-371fc93d4909
2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b49b8b6-f13b-4df1-96d8-371fc93d4909 matches Tosca VF Customization UUID: 7b49b8b6-f13b-4df1-96d8-371fc93d4909
2023-03-21T01:23:06.352Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7b49b8b6-f13b-4df1-96d8-371fc93d4909 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-03-21T01:23:06.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.356Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7b49b8b6-f13b-4df1-96d8-371fc93d4909: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78fc5f7d
2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04
2023-03-21T01:23:06.357Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4f9ba4c-e750-4da2-80d5-01cfe7b5ef04
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-03-21T01:23:06.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:06.361Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T01:23:06.362Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T01:23:06.363Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7b01b1b-b6f2-4e33-9a1f-a9dbc5c5fab3
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-03-21T01:23:06.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.367Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T01:23:06.368Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7b49b8b6-f13b-4df1-96d8-371fc93d4909
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-03-21T01:23:06.373Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ce497e41-8d1d-4d2f-b1bd-bdc3675baa40: basic_vm
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.374Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T01:23:06.375Z|e8221b81-f8aa-44b8-970d-c22944d4ff45|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery