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-14T00:13:53.715Z||main|||||INFO|500||The following profiles are active: basic
2023-03-14T00:14:22.579Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-14T00:14:22.581Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-14T00:14:22.824Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-14T00:14:28.012Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-14T00:14:28.741Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-14T00:14:30.069Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-14T00:14:30.826Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-14T00:14:32.115Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-14T00:14:36.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-14T00:14:38.285Z||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-14T00:14:44.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-14T00:14:44.771Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-14T00:14:44.851Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-14T00:14:44.894Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-14T00:14:46.213Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-14T00:14:47.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-14T00:14:50.163Z||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-14T00:14:51.516Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-14T00:14:51.517Z||main|||||ERROR|500||(conn=876) Table 'catalogdb.activity_spec' doesn't exist
2023-03-14T00:14:51.542Z||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-14T00:14:59.991Z||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-14T00:15:06.299Z||main|||||WARN|500||---
2023-03-14T00:15:06.300Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-14T00:15:06.300Z||main|||||WARN|500||---
2023-03-14T00:15:07.061Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-14T00:15:18.490Z||main|||||INFO|500||Started Application in 96.475 seconds (JVM running for 104.523)
2023-03-14T00:15:18.545Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:15:18.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:15:18.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:15:18.805Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bc3e7293-be40-41b1-87d3-215aa88a0fb3 url= /sdc/v1/artifactTypes
2023-03-14T00:15:18.818Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:15:19.433Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-14T00:15:19.437Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33ab9db2
2023-03-14T00:15:19.451Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-14T00:15:19.537Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-14T00:15:19.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-14T00:15:19.640Z||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$$5d9eb26d.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-14T00:16:08.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:16:08.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:16:08.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:16:08.494Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c88a1611-4eb1-418f-beb5-db1e821ffd76 url= /sdc/v1/artifactTypes
2023-03-14T00:16:08.495Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:16:08.575Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-14T00:16:08.579Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e6326c2
2023-03-14T00:16:08.580Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-14T00:16:08.580Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-14T00:16:08.582Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-14T00:16:08.602Z||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$$5d9eb26d.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-14T00:16:58.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:16:58.467Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:16:58.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:16:58.474Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 258e4254-5a4c-4e40-92c6-fb211e2de3fe url= /sdc/v1/artifactTypes
2023-03-14T00:16:58.475Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:16:58.489Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-14T00:16:58.490Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d68b0b9
2023-03-14T00:16:58.491Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-14T00:16:58.492Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-14T00:16:58.492Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-14T00:16:58.493Z||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$$5d9eb26d.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-14T00:17:48.468Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:17:48.471Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:17:48.471Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:17:48.491Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4ded8b2e-9513-48e0-81b5-3fbc5fcb0870 url= /sdc/v1/artifactTypes
2023-03-14T00:17:48.492Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:17:48.906Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-14T00:17:48.961Z||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-14T00:17:48.962Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-14T00:17:48.963Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c7a2a2e2-3066-49fb-90ff-f5fbdcf747ba url= /sdc/v1/distributionKafkaData
2023-03-14T00:17:48.964Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-14T00:17:49.090Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-14T00:17:49.125Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@27fb985b
2023-03-14T00:17:49.306Z||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-50e61ffa-3125-4b01-97ac-c061e7061869
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-14T00:17:49.408Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Instantiated an idempotent producer.
2023-03-14T00:17:49.723Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-14T00:17:49.873Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-14T00:17:49.874Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-14T00:17:49.874Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678753069867
2023-03-14T00:17:49.884Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-14T00:17:50.160Z||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-5142961d-fcc0-469a-ac82-49b5c9c9b45f
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-14T00:17:50.554Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-14T00:17:50.554Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-14T00:17:50.555Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678753070553
2023-03-14T00:17:50.561Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:17:50.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:17:50.581Z||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-557e1e1d-12b5-4436-852c-69dd49da38c0
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-14T00:17:50.653Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-14T00:17:50.654Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-14T00:17:50.654Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678753070653
2023-03-14T00:17:50.655Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:17:50.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:17:50.671Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-14T00:17:52.506Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.508Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Cluster ID: dm5JVeUITimFMokT0hn_Bg
2023-03-14T00:17:52.512Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.513Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.513Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.513Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.518Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Cluster ID: dm5JVeUITimFMokT0hn_Bg
2023-03-14T00:17:52.511Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-14T00:17:52.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Cluster ID: dm5JVeUITimFMokT0hn_Bg
2023-03-14T00:17:52.530Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-14T00:17:52.584Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] (Re-)joining group
2023-03-14T00:17:52.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] (Re-)joining group
2023-03-14T00:17:52.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] ProducerId set to 2000 with epoch 0
2023-03-14T00:17:52.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c
2023-03-14T00:17:52.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:52.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] (Re-)joining group
2023-03-14T00:17:52.760Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905
2023-03-14T00:17:52.761Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-14T00:17:52.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] (Re-)joining group
2023-03-14T00:17:58.765Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c', protocol='range'}
2023-03-14T00:17:58.771Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905', protocol='range'}
2023-03-14T00:17:59.016Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.037Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c=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-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905=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-14T00:17:59.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905', protocol='range'}
2023-03-14T00:17:59.141Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-14T00:17:59.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c', protocol='range'}
2023-03-14T00:17:59.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.199Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.198Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-14T00:17:59.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-14T00:17:59.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-14T00:17:59.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-14T00:17:59.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-14T00:17:59.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-14T00:17:59.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-14T00:17:59.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-14T00:17:59.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-14T00:17:59.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-14T00:17:59.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-14T00:17:59.268Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-14T00:17:59.290Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-14T00:17:59.362Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.369Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.603Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.605Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-14T00:17:59.668Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-14T00:17:59.669Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-14T00:17:59.675Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-14T00:17:59.676Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-14T00:17:59.704Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-14T00:17:59.704Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-14T00:18:50.586Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:18:50.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:19:50.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:19:50.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:20:50.590Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:20:50.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:21:50.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:21:50.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:22:50.600Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:22:50.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:23:42.379Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-14T00:23:50.602Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:23:50.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:24:50.605Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:24:50.674Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:25:50.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:25:50.675Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:26:50.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:26:50.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:26:52.614Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Node -1 disconnected.
2023-03-14T00:26:52.656Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Node -1 disconnected.
2023-03-14T00:26:52.781Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Node -1 disconnected.
2023-03-14T00:27:50.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:27:50.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:28:50.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:28:50.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:29:50.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:29:50.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:30:50.618Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:30:50.701Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:31:50.625Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:31:50.703Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:32:50.627Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:32:50.705Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:33:50.629Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:33:50.707Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:34:50.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:34:50.709Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:35:50.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:35:50.711Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:36:50.637Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:36:50.713Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:37:50.639Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:37:50.715Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:38:50.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:38:50.718Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:39:50.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:39:50.721Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:40:50.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:40:50.724Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:41:50.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:41:50.725Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:42:50.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:42:50.732Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:43:50.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:43:50.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:44:50.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:44:50.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:45:50.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:45:50.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:46:50.673Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:46:50.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:47:50.678Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:47:50.742Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:48:50.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:48:50.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:49:50.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:49:50.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:50:50.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:50:50.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:51:50.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:51:50.756Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:52:50.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:52:50.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:53:50.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:53:50.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:54:50.692Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:54:50.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:55:50.694Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:55:50.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:56:50.708Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:56:50.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:57:50.711Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:57:50.765Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:58:50.718Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:58:50.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:59:50.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:59:50.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:00:50.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:00:50.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:01:50.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:01:50.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:02:50.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:02:50.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:03:50.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:03:50.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:04:50.738Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:04:50.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:05:50.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:05:50.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:06:50.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:06:50.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:07:50.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:07:50.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:08:50.749Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:08:50.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:09:50.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:09:50.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:10:50.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:10:50.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:11:50.757Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:11:50.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:12:50.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:12:50.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:13:50.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:13:50.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:14:50.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:14:50.802Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:15:50.767Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:15:50.804Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:16:50.768Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:16:50.805Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:17:50.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:17:50.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:18:50.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:18:50.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:19:50.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:19:50.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:20:50.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:20:50.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:21:50.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:21:50.815Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:22:50.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:22:50.817Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:23:50.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:23:50.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:24:50.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:24:50.820Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:25:50.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:25:50.822Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:26:50.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:26:50.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:27:50.792Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:27:50.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:28:50.793Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:28:50.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:29:50.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:29:50.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:30:50.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:30:50.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:31:50.798Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:31:50.830Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:32:50.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:32:50.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:33:50.800Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:33:50.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:34:50.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:34:50.835Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:35:50.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:35:50.836Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:36:50.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:36:50.837Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:37:50.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:37:50.838Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:38:50.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:38:50.840Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:39:50.819Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:39:50.842Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:40:50.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:40:50.844Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:41:50.824Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:41:50.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:42:50.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:42:50.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:43:50.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:43:50.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:44:50.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:44:50.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:45:50.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:45:50.856Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:46:50.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:46:50.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:47:50.842Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:47:50.861Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:48:50.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:48:50.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:49:50.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:49:50.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:50:50.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:50:50.864Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:51:50.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:51:50.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:52:50.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:52:50.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:53:50.865Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:53:50.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:54:50.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:54:50.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:55:50.868Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:55:50.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:56:50.870Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:56:50.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:57:50.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:57:50.873Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:58:50.874Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:58:50.875Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:59:50.876Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:59:50.876Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:00:50.878Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:00:50.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:01:50.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:01:50.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:02:50.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:02:50.899Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:03:50.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:03:50.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:04:50.886Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:04:50.904Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:05:50.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:05:50.906Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:06:50.890Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:06:50.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:07:50.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:07:50.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:08:50.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:08:50.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:09:50.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:09:50.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:10:50.895Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:10:50.924Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:11:50.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:11:50.926Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:12:50.901Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:12:50.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:13:50.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:13:50.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:14:50.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:14:50.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:15:50.910Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:15:50.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:16:50.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:16:50.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:17:50.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:17:50.935Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:18:50.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:18:50.937Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:19:50.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:19:50.941Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:20:50.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:20:50.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:21:50.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:21:50.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:22:50.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:22:50.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:23:50.939Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:23:50.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:24:50.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:24:50.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:25:50.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:25:50.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:26:50.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:26:50.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:27:50.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:27:50.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:28:50.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:28:50.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:29:50.951Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:29:50.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:30:50.952Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:30:50.964Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:31:50.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:31:50.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:32:50.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:32:50.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:33:50.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:33:50.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:34:50.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:34:50.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:35:50.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:35:50.973Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:36:50.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:36:50.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:37:50.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:37:50.978Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:38:50.966Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:38:50.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:39:50.968Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:39:50.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:40:50.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:40:50.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:41:50.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:41:50.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:42:50.974Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:42:50.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:43:50.986Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:43:50.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:44:50.988Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:44:50.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:45:50.991Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:45:50.992Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:46:51.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:46:51.003Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:47:51.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:47:51.005Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:48:51.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:48:51.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:49:51.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:49:51.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:50:51.006Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:50:51.009Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:51:51.009Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:51:51.010Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:52:51.011Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:52:51.013Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:53:51.013Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:53:51.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:54:51.014Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:54:51.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:55:51.015Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:55:51.016Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:56:51.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:56:51.017Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:57:51.017Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:57:51.018Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:58:51.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:58:51.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:59:51.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:59:51.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:00:51.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:00:51.024Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:01:51.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:01:51.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:02:51.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:02:51.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:03:51.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:03:51.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:04:51.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:04:51.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:05:51.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:05:51.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:06:51.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:06:51.033Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:07:51.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:07:51.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:08:51.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:08:51.037Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:09:51.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:09:51.038Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:10:51.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:10:51.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:11:51.041Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:11:51.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:12:51.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:12:51.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:13:51.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:13:51.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:14:51.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:14:51.046Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:15:51.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:15:51.050Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:16:51.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:16:51.052Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:17:51.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:17:51.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:18:51.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:18:51.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:19:51.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:19:51.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:20:51.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:20:51.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:21:51.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:21:51.057Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:22:51.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:22:51.057Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:23:51.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:23:51.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:24:51.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:24:51.060Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:25:51.061Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:25:51.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:26:51.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:26:51.063Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:27:51.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:27:51.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:28:51.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:28:51.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:29:51.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:29:51.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:30:51.069Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:30:51.070Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:31:51.070Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:31:51.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:32:51.072Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:32:51.073Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:33:51.074Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:33:51.075Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:34:51.075Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:34:51.075Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:35:51.077Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:35:51.076Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:36:51.078Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:36:51.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:37:51.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:37:51.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:38:51.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:38:51.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:39:51.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:39:51.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:40:51.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:40:51.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:41:51.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:41:51.090Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:42:51.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:42:51.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:43:51.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:43:51.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:44:51.093Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:44:51.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:45:51.095Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:45:51.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:46:51.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:46:51.097Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:47:51.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:47:51.098Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:48:51.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:48:51.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:49:51.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:49:51.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:50:51.106Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:50:51.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:51:51.107Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:51:51.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:52:51.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:52:51.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:53:51.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:53:51.116Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:54:51.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:54:51.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:55:51.114Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:55:51.119Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:56:51.115Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:56:51.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:57:51.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:57:51.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:58:51.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:58:51.125Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:59:51.126Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:59:51.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:00:51.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:00:51.131Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:01:51.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:01:51.133Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:02:51.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:02:51.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:03:51.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:03:51.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:04:51.135Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:04:51.135Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:05:51.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:05:51.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:06:51.140Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:06:51.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:07:51.142Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:07:51.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:08:51.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:08:51.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:09:51.144Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:09:51.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:10:51.145Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:10:51.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:11:51.146Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:11:51.148Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:12:51.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:12:51.149Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:13:51.150Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:13:51.152Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:14:51.152Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:14:51.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:15:51.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:15:51.158Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:16:51.156Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:16:51.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:17:51.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:17:51.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:18:51.158Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:18:51.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:19:51.159Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:19:51.161Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:20:51.163Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:20:51.165Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:21:51.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:21:51.168Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:22:51.169Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:22:51.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:23:51.172Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:23:51.173Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:24:51.173Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:24:51.174Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:25:51.176Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:25:51.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:26:51.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:26:51.178Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:27:51.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:27:51.180Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:28:51.179Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:28:51.181Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:29:51.180Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:29:51.182Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:30:51.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:30:51.183Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:31:51.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:31:51.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:32:51.184Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:32:51.186Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:33:51.185Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:33:51.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:34:51.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:34:51.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:35:51.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:35:51.189Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:36:51.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:36:51.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:37:51.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:37:51.191Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:38:51.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:38:51.194Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:39:51.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:39:51.197Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:40:51.200Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:40:51.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:41:51.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:41:51.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:42:51.203Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:42:51.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:43:51.204Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:43:51.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:44:51.204Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:44:51.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:45:51.207Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:45:51.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:46:51.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:46:51.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:47:51.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:47:51.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:48:51.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:48:51.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:49:51.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:49:51.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:50:51.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:50:51.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:51:51.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:51:51.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:52:51.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:52:51.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:53:51.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:53:51.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:54:51.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:54:51.226Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:55:51.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:55:51.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:56:51.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:56:51.228Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:57:51.228Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:57:51.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:58:51.229Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:58:51.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:59:51.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:59:51.233Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:00:51.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:00:51.235Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:01:51.235Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:01:51.237Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:02:51.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:02:51.238Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:03:51.239Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:03:51.238Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:04:51.242Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:04:51.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:05:51.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:05:51.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:06:51.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:06:51.251Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:07:51.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:07:51.253Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:08:51.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:08:51.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:09:51.251Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:09:51.254Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:10:51.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:10:51.256Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:11:51.254Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:11:51.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:12:51.256Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:12:51.258Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:13:51.261Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:13:51.261Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:14:51.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:14:51.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:15:51.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:15:51.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:16:51.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:16:51.267Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:17:51.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:17:51.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:18:51.270Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:18:51.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:19:51.272Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:19:51.275Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:20:51.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:20:51.276Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:21:51.278Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:21:51.280Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:22:51.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:22:51.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:23:51.283Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:23:51.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:24:51.286Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:24:51.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:25:51.288Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:25:51.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:26:51.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:26:51.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:27:51.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:27:51.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:28:51.298Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:28:51.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:29:51.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:29:51.336Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:30:51.304Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:30:51.337Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:31:51.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:31:51.339Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:32:51.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:32:51.340Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:33:51.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:33:51.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:34:51.313Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:34:51.341Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:35:51.314Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:35:51.343Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:36:51.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:36:51.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:37:51.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:37:51.347Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:38:51.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:38:51.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:39:51.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:39:51.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:40:51.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:40:51.364Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:41:51.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:41:51.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:42:51.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:42:51.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:43:51.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:43:51.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:44:51.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:44:51.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:45:51.336Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:45:51.376Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:46:51.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:46:51.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:47:51.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:47:51.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:48:51.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:48:51.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:49:51.343Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:49:51.381Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:50:51.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:50:51.388Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:51:51.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:51:51.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:52:51.348Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:52:51.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:53:51.349Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:53:51.407Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:54:51.361Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:54:51.408Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:55:51.361Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:55:51.410Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:56:51.364Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:56:51.412Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:57:51.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:57:51.415Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:58:51.369Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:58:51.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:59:51.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:59:51.418Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:00:51.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:00:51.423Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:32.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-14T06:01:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:01:32.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c0b25e1d-6299-42a2-9c96-d160975f8044","serviceName":"vFW 2023-03-14 05-59-06","serviceVersion":"1.0","serviceUUID":"fbb83ded-1508-4d82-a8c7-f77b79726596","serviceDescription":"catalog service description","serviceInvariantUUID":"b4015b56-50eb-4671-bbc9-e4df00ac096a","resources":[{"resourceInstanceName":"vFW e8c55bfa-5d7d 0","resourceName":"vFW e8c55bfa-5d7d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"735206d4-49b3-4f1d-b1f9-85892862457e","resourceInvariantUUID":"62662cec-8e0f-4083-92a9-48be044b5c39","resourceCustomizationUUID":"087f950e-c828-43c0-aa8c-44e55e9d1e54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml","artifactChecksum":"MDFjODJjN2QzYjQ1MDMyZmU2M2JlYTIzMGE4MTdjM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98b9b4-69b9-4089-8442-f5af818941b3","artifactVersion":"1"},{"artifactName":"vfwe8c55bfa5d7d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json","artifactChecksum":"OGM2YjQ4MTlkMzVhZGEyM2RkYTU5OTc4ZTI3MGE2OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3157d338-738e-4551-8d5e-322399b603e1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e845993c-9ea6-47cb-819f-f3f176fa738c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTNkN2M0YzI5Y2RjYmE1MDg4Yzk0OGJjYTE0YTc0OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e84f1fa-77f4-4e77-8d57-4a29309e4662","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c805b16e-3149-4975-84e3-4e900c7e8ab4","artifactVersion":"2","generatedFromUUID":"e845993c-9ea6-47cb-819f-f3f176fa738c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230314055906-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml","artifactChecksum":"MTU1MTFhYTM5ZjE4ZjY1NWE4ODZmMjE2ZmRjZGUwZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0f948e6-e783-4f44-9034-6a652d943849","artifactVersion":"1"},{"artifactName":"service-Vfw20230314055906-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar","artifactChecksum":"OTNkNTU5MDBjOTllZmYzOTJkN2Y5YTVlMzcxYzhmZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec50c7e1-95e9-4f68-9637-28aa6db74ae0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:01:32.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:01:32.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:32.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:01:32.903Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:32.903Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:32.904Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:32.946Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.946Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.947Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.947Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.947Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.948Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:34.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:34.080Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:34.080Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:34.080Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:35.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:35.092Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:35.093Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:35.094Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:36.113Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:36.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:36.114Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:36.114Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:37.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:37.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:37.133Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:37.133Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:38.135Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:38.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:38.136Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:38.136Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:39.138Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:39.147Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:39.148Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:39.148Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:40.156Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"serviceName": "vFW 2023-03-14 05-59-06",
"serviceVersion": "1.0",
"serviceUUID": "fbb83ded-1508-4d82-a8c7-f77b79726596",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b4015b56-50eb-4671-bbc9-e4df00ac096a",
"resources": [
{
"resourceInstanceName": "vFW e8c55bfa-5d7d 0",
"resourceCustomizationUUID": "087f950e-c828-43c0-aa8c-44e55e9d1e54",
"resourceName": "vFW e8c55bfa-5d7d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "735206d4-49b3-4f1d-b1f9-85892862457e",
"resourceInvariantUUID": "62662cec-8e0f-4083-92a9-48be044b5c39",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe8c55bfa5d7d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"artifactChecksum": "OGM2YjQ4MTlkMzVhZGEyM2RkYTU5OTc4ZTI3MGE2OGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3157d338-738e-4551-8d5e-322399b603e1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e845993c-9ea6-47cb-819f-f3f176fa738c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c805b16e-3149-4975-84e3-4e900c7e8ab4",
"generatedFromUUID": "e845993c-9ea6-47cb-819f-f3f176fa738c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c805b16e-3149-4975-84e3-4e900c7e8ab4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230314055906-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"artifactChecksum": "OTNkNTU5MDBjOTllZmYzOTJkN2Y5YTVlMzcxYzhmZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec50c7e1-95e9-4f68-9637-28aa6db74ae0"
}
],
"workloadContext": "Production"
}
2023-03-14T06:01:40.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:01:40.214Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fbb83ded-1508-4d82-a8c7-f77b79726596 ASDC
2023-03-14T06:01:40.708Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c0b25e1d-6299-42a2-9c96-d160975f8044
ServiceName:vFW 2023-03-14 05-59-06
ServiceVersion:1.0
ServiceUUID:fbb83ded-1508-4d82-a8c7-f77b79726596
ServiceInvariantUUID:b4015b56-50eb-4671-bbc9-e4df00ac096a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230314055906-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
ArtifactUUID:ec50c7e1-95e9-4f68-9637-28aa6db74ae0
ArtifactChecksum:OTNkNTU5MDBjOTllZmYzOTJkN2Y5YTVlMzcxYzhmZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e8c55bfa-5d7d 0
ResourceCustomizationUUID:087f950e-c828-43c0-aa8c-44e55e9d1e54
ResourceInvariantUUID:62662cec-8e0f-4083-92a9-48be044b5c39
ResourceName:vFW e8c55bfa-5d7d
ResourceType:VF
ResourceUUID:735206d4-49b3-4f1d-b1f9-85892862457e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe8c55bfa5d7d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
ArtifactUUID:3157d338-738e-4551-8d5e-322399b603e1
ArtifactChecksum:OGM2YjQ4MTlkMzVhZGEyM2RkYTU5OTc4ZTI3MGE2OGE=
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/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
ArtifactUUID:e845993c-9ea6-47cb-819f-f3f176fa738c
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/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
ArtifactUUID:c805b16e-3149-4975-84e3-4e900c7e8ab4
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/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
ArtifactUUID:c805b16e-3149-4975-84e3-4e900c7e8ab4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-14T06:01:40.709Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb83ded-1508-4d82-a8c7-f77b79726596 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-14T06:01:41.238Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:01:41.240Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:01:41.241Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:01:41.242Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec50c7e1-95e9-4f68-9637-28aa6db74ae0 from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:41.242Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:41.242Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:41.385Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:41.436Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar ec50c7e1-95e9-4f68-9637-28aa6db74ae0 101498
2023-03-14T06:01:41.438Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar ASDC sendASDCNotification
2023-03-14T06:01:41.438Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:41.445Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:41.447Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:41.447Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:41.448Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773701436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:42.450Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:01:42.452Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:01:42.453Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ec50c7e1-95e9-4f68-9637-28aa6db74ae0, URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar to file: /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:42.460Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230314055906-csar.csar
2023-03-14T06:01:42.669Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:42.669Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:44.629Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5250403951367027487/Definitions/service-Vfw20230314055906-template.yml
2023-03-14T06:01:50.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:50.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:01:50.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:01:50.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-14T06:01:53.750Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:01:53.765Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:01:53.766Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.766Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-14T06:01:53.767Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.767Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.767Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||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-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.768Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.768Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.768Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.769Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.769Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.770Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.770Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.770Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e8c55bfa-5d7d 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-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.771Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:01:53.792Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.800Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.813Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.815Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:01:53.819Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:01:53.823Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.824Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.825Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.825Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:01:53.826Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:01:53.826Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.827Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.833Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.834Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.834Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.835Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:53.835Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.836Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.836Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:53.837Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.837Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.838Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:53.838Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:53.838Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.839Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.839Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:53.840Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.840Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:53.841Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.841Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:01:53.842Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.843Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:01:53.846Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.847Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.848Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:53.849Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.850Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.850Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:53.851Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.851Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.852Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:53.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.854Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-14T06:01:53.854Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:53.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:53.856Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.856Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.857Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:53.858Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.858Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:53.858Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.859Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7e6bff31-1975-40ad-a6e2-85b40217d314
2023-03-14T06:01:53.864Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.864Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.865Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.865Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:53.866Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.866Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.866Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:53.868Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.870Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.874Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-14T06:01:53.876Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:53.876Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.877Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:53.877Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.878Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9974ee38-579b-4904-8be5-953db6fdde9a
2023-03-14T06:01:53.880Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.885Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.887Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.887Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:53.887Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.888Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.888Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:53.889Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.889Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.889Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:53.890Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:53.890Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.891Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.891Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-14T06:01:53.891Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e90bc8e-d11b-418a-b96b-b45f75d18b8b
2023-03-14T06:01:53.892Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.894Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.894Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.895Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:53.895Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.896Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-14 05-59-06
Description:catalog service description
Model UUID:fbb83ded-1508-4d82-a8c7-f77b79726596
Model Version:NULL
Model InvariantUuid:b4015b56-50eb-4671-bbc9-e4df00ac096a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e8c55bfa-5d7d
Model UUID:426f547c-a9a5-48e7-bf5a-c753e9616ac2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62662cec-8e0f-4083-92a9-48be044b5c39
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:087f950e-c828-43c0-aa8c-44e55e9d1e54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e6d880a7-12cf-484e-98ee-9dcfad9d46c5
ModelName:VfwE8c55bfa5d7d..base_vfw..module-0
ModelUuid:4cb66d56-80ee-477a-999b-d15342780742
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7e6bff31-1975-40ad-a6e2-85b40217d314
ModelInvariantUuid:d6b13c98-4464-4f79-9158-001c54c9baca
ModelName:vFW e8c55bfa-5d7d-nodes.vfwCvfc
ModelUuid:96ce5309-3225-49fd-ba1b-a09975a6e76c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:064d814a-00b9-462c-8ad8-6854e652dbdb
ModelInvariantUuid:38990288-5df1-41d8-bb5a-cba84cb9a2a9
ModelName:VfwE8c55bfa5d7d.compute.nodes.heat.vfw
ModelUuid:7042eace-ca29-4407-a72c-3c0db07aed74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9974ee38-579b-4904-8be5-953db6fdde9a
ModelInvariantUuid:f097daab-93be-4db8-b497-e16ec45ed2fe
ModelName:vFW e8c55bfa-5d7d-nodes.vsnCvfc
ModelUuid:3f476c7e-a922-4e34-9a35-a386888fb5aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ff82282f-2f59-46b0-8c87-441bc704a90d
ModelInvariantUuid:d083d3dc-630a-49c9-b5c9-74f0ba5073e7
ModelName:VfwE8c55bfa5d7d.compute.nodes.heat.vsn
ModelUuid:cf84cf7a-4a3f-422d-9f0d-2b6a52ad1273
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8e90bc8e-d11b-418a-b96b-b45f75d18b8b
ModelInvariantUuid:5e3b46be-1988-408d-9750-16924a0ad3e9
ModelName:vFW e8c55bfa-5d7d-nodes.vpgCvfc
ModelUuid:b4bb9514-de44-4a6d-b6f0-a68278d4cb6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b4110849-2e2c-4afb-9f12-456571b66119
ModelInvariantUuid:19c05657-61f7-4eab-9f87-2747d9b5a9cf
ModelName:VfwE8c55bfa5d7d.compute.nodes.heat.vpg
ModelUuid:04b91f89-a66f-41a6-b6b8-3fa097dfd3fa
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-14T06:01:53.949Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 735206d4-49b3-4f1d-b1f9-85892862457e
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-14T06:01:54.096Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||vFW e8c55bfa-5d7d 0
2023-03-14T06:01:54.110Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 735206d4-49b3-4f1d-b1f9-85892862457e
2023-03-14T06:01:54.111Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3157d338-738e-4551-8d5e-322399b603e1 from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:54.112Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:54.112Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:54.287Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:54.289Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json 3157d338-738e-4551-8d5e-322399b603e1 785
2023-03-14T06:01:54.289Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json ASDC sendASDCNotification
2023-03-14T06:01:54.290Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:54.290Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:54.291Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:54.292Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:54.292Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773714289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:55.299Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE8c55bfa5d7d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6d880a7-12cf-484e-98ee-9dcfad9d46c5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cb66d56-80ee-477a-999b-d15342780742",
"vfModuleModelCustomizationUUID": "8b083911-59f3-45c3-8eed-7f38b609d79a",
"isBase": true,
"artifacts": [
"e845993c-9ea6-47cb-819f-f3f176fa738c",
"c805b16e-3149-4975-84e3-4e900c7e8ab4"
],
"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-14T06:01:55.353Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE8c55bfa5d7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cb66d56-80ee-477a-999b-d15342780742
VfModuleModelInvariantUUID:e6d880a7-12cf-484e-98ee-9dcfad9d46c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e845993c-9ea6-47cb-819f-f3f176fa738c
,
c805b16e-3149-4975-84e3-4e900c7e8ab4
}
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-14T06:01:55.361Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE8c55bfa5d7d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6d880a7-12cf-484e-98ee-9dcfad9d46c5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cb66d56-80ee-477a-999b-d15342780742",
"vfModuleModelCustomizationUUID": "8b083911-59f3-45c3-8eed-7f38b609d79a",
"isBase": true,
"artifacts": [
"e845993c-9ea6-47cb-819f-f3f176fa738c",
"c805b16e-3149-4975-84e3-4e900c7e8ab4"
],
"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-14T06:01:55.362Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE8c55bfa5d7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cb66d56-80ee-477a-999b-d15342780742
VfModuleModelInvariantUUID:e6d880a7-12cf-484e-98ee-9dcfad9d46c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e845993c-9ea6-47cb-819f-f3f176fa738c
,
c805b16e-3149-4975-84e3-4e900c7e8ab4
}
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-14T06:01:55.363Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e845993c-9ea6-47cb-819f-f3f176fa738c from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:01:55.364Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:55.364Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:01:55.461Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:55.464Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml e845993c-9ea6-47cb-819f-f3f176fa738c 20368
2023-03-14T06:01:55.465Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-14T06:01:55.466Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:01:55.466Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:55.468Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:55.469Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:55.469Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773715465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:56.471Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c805b16e-3149-4975-84e3-4e900c7e8ab4 from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:01:56.472Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:56.473Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:01:56.578Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:56.591Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env c805b16e-3149-4975-84e3-4e900c7e8ab4 2098
2023-03-14T06:01:56.592Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-14T06:01:56.593Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:01:56.593Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:56.593Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:56.594Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:56.594Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773716592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:57.596Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fbb83ded-1508-4d82-a8c7-f77b79726596
2023-03-14T06:01:57.597Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e8c55bfa-5d7d 0 735206d4-49b3-4f1d-b1f9-85892862457e 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-14T06:01:57.774Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e9451dc, org.onap.sdc.toscaparser.api.parameters.Input@78ba835e, org.onap.sdc.toscaparser.api.parameters.Input@4b6abb16, org.onap.sdc.toscaparser.api.parameters.Input@77d63a1, org.onap.sdc.toscaparser.api.parameters.Input@3b5bc823]
2023-03-14T06:01:57.786Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.787Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.788Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-03-14T06:01:57.788Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 087f950e-c828-43c0-aa8c-44e55e9d1e54
2023-03-14T06:01:57.789Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 087f950e-c828-43c0-aa8c-44e55e9d1e54 matches Tosca VF Customization UUID: 087f950e-c828-43c0-aa8c-44e55e9d1e54
2023-03-14T06:01:57.790Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 087f950e-c828-43c0-aa8c-44e55e9d1e54 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-14T06:01:57.813Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.814Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.819Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 087f950e-c828-43c0-aa8c-44e55e9d1e54: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-14T06:01:57.821Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f95c7fc
2023-03-14T06:01:57.821Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.822Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:01:57.825Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b083911-59f3-45c3-8eed-7f38b609d79a
2023-03-14T06:01:57.829Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b083911-59f3-45c3-8eed-7f38b609d79a
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-14T06:01:57.848Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.849Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.849Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.851Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.852Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:57.856Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:57.859Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-14T06:01:57.859Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:57.860Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:57.860Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:57.861Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.861Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.861Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:57.862Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.863Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:57.863Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.863Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7e6bff31-1975-40ad-a6e2-85b40217d314
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-14T06:01:57.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.896Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.896Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.897Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.898Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:57.898Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:57.898Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:57.899Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.899Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.900Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:57.909Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.911Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:57.912Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-14T06:01:57.912Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:57.912Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.913Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:57.913Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.914Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9974ee38-579b-4904-8be5-953db6fdde9a
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-14T06:01:57.931Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.932Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.936Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.941Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.941Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:57.941Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:57.942Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:57.943Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.943Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.943Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:57.944Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.944Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:57.945Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:57.945Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:57.945Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.946Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.946Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-14T06:01:57.946Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e90bc8e-d11b-418a-b96b-b45f75d18b8b
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-14T06:01:57.979Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.979Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.980Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.980Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.980Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.981Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=087f950e-c828-43c0-aa8c-44e55e9d1e54
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-14T06:01:57.985Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.986Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.987Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fbb83ded-1508-4d82-a8c7-f77b79726596: vFW e8c55bfa-5d7d
2023-03-14T06:01:57.987Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.987Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.988Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.988Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.989Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.989Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.990Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.990Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.990Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:01:57.991Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.991Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-03-14 05-59-06
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-14T06:01:59.153Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e8c55bfa-5d7d 735206d4-49b3-4f1d-b1f9-85892862457e 1 ASDC deployResourceStructure
2023-03-14T06:01:59.156Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json ASDC sendASDCNotification
2023-03-14T06:01:59.156Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:59.157Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:01:59.157Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:59.157Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:59.158Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773719156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:00.160Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-14T06:02:00.160Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:02:00.160Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:02:00.161Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:02:00.161Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:02:00.161Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773720159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:01.163Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-14T06:02:01.163Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:02:01.164Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:02:01.165Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:02:01.166Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:02:01.167Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773721163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:02.168Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar ASDC sendASDCNotification
2023-03-14T06:02:02.169Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:02:02.169Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:02:02.169Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:02:02.170Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:02:02.170Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773722168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:03.172Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:02:03.264Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:02:03.273Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:02:03.273Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:02:03.274Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:02:33.274Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:02:33.307Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:02:33.313Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:02:33.314Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:02:33.314Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:02:50.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:50.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.690Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.695Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.700Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.704Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.708Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.713Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.715Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.717Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.722Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.728Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773686736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773685682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773692820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773676480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773651372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773663641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773687616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773698903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773701450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773700272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773700469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773700112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773699918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773701436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773701670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "policy-distribution-id",
"timestamp": 1678773700924,
"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-14T06:02:50.783Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:02:50.784Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 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-14T06:02:50.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773702784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773704754,
"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-14T06:02:50.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:02:50.834Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 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-14T06:02:50.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "multicloud-k8s",
"timestamp": 1678773705763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-14T06:02:50.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773706466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:02:50.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.864Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773707471,
"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-14T06:02:50.885Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:02:50.885Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 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-14T06:03:03.314Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:03:03.342Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:03:03.350Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:03:03.350Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:03:03.350Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:03:33.351Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:03:33.419Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:03:33.431Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:03:33.433Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:03:33.436Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:03:50.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:03:50.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.684Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773714170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "aai-model-loader",
"timestamp": 1678773715193,
"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-14T06:03:50.727Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:03:50.727Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 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-14T06:03:50.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.767Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773714289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773715465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.773Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773716592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773701925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773701318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "ves-openapi-manager",
"timestamp": 1678773711093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773706785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773717306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773718375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "cds-sdc-listener",
"timestamp": 1678773718426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773719156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773718310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773719511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.789Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773720159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.790Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "policy-distribution-id",
"timestamp": 1678773719311,
"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-14T06:03:50.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:50.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 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-14T06:03:50.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.883Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773720628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773716196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773721163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773721859,
"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-14T06:03:50.939Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:50.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 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-14T06:03:50.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773723382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773722168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "multicloud-k8s",
"timestamp": 1678773722879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773717615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:03:50.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.980Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773725443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.984Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773727864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:03:50.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "aai-model-loader",
"timestamp": 1678773730861,
"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-14T06:03:51.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:51.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 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-14T06:03:51.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:51.062Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678773728868,
"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-14T06:03:51.088Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:51.088Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 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-14T06:04:03.439Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:04:03.502Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
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-14T06:04:03.528Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:04:03.530Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:04:03.530Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:04:03.532Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:04:03.533Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||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-14T06:04:03.622Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:04:33.624Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044 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-14T06:04:33.640Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0b25e1d-6299-42a2-9c96-d160975f8044 and serviceModelVersionId: fbb83ded-1508-4d82-a8c7-f77b79726596
2023-03-14T06:04:33.640Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4015b56-50eb-4671-bbc9-e4df00ac096a
2023-03-14T06:04:50.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:08.501Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0
2023-03-14T06:05:08.816Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:05:10.219Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|INFO|500||Invoke
2023-03-14T06:05:10.231Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0b25e1d-6299-42a2-9c96-d160975f8044], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68fc56d8-af2f-4676-aca7-12a5ed355523], X-ECOMP-RequestID=[c0b25e1d-6299-42a2-9c96-d160975f8044], X-TransactionId=[], X-ONAP-RequestID=[c0b25e1d-6299-42a2-9c96-d160975f8044], Content-Type=[application/merge-patch+json]}
2023-03-14T06:05:10.361Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-14T06:05:10.766Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?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/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:05:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[346], vertex-id=[376880], x-aai-txid=[1-aai-resources-230314-06:05:09:534-1730], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:05:10.774Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:05:10.776Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|INFO|500||InvokeReturn
2023-03-14T06:05:10.793Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:05:10.795Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||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-14T06:05:10.837Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||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-14T06:05:10.840Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0b25e1d-6299-42a2-9c96-d160975f8044 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:05:10.842Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:05:10.843Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:10.843Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:10.844Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773910841,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:10.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-14T06:05:10.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773910841,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:05:10.882Z||pool-2-thread-4|||||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-14T06:05:11.901Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:05:11.933Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-14T06:05:11.934Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"ed6d1403-9753-4738-b082-cb1441410983","serviceName":"basic_onboard_oqUrtv","serviceVersion":"1.0","serviceUUID":"980c9729-44cd-4bfa-b1c9-efb9209bb78f","serviceDescription":"service","serviceInvariantUUID":"d39bd8f0-0791-4b1a-9023-fa1f4b143bdf","resources":[{"resourceInstanceName":"basic_onboard_oqUrtv 0","resourceName":"basic_onboard_oqUrtv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"836e6df4-d45a-4e39-a1bb-8f83a339e563","resourceInvariantUUID":"89d71b21-b8db-4b8b-8a1a-21541ca0d4cf","resourceCustomizationUUID":"b0c22c46-6462-4c37-b8ea-66718cf5f911","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml","artifactChecksum":"MGFlMDVjNDUzOWJkM2U0YWMxYmEzM2YwOTI3MzJjMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc164882-0fac-468a-8fa6-bfc1afc2e375","artifactVersion":"1"},{"artifactName":"basic_onboard_oqurtv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json","artifactChecksum":"MzE3MWUxNWU1ZDFkNGIxNjU2M2U5NDI3NDY0YTlhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49ff92e5-235d-46e9-a1bf-12e82a00073d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08a4c9df-f0b1-4389-9510-40635ad93114","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e94b762-f31a-4dd2-9d15-f08b94d28dfa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4f9e73f-ad84-48ea-9ad2-cf6182f095a1","artifactVersion":"2","generatedFromUUID":"08a4c9df-f0b1-4389-9510-40635ad93114"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOqurtv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml","artifactChecksum":"MTBjNmE0ODU0YTM0OGFhMDA5ZDEzZWJmOGRiYjkxNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94547ad6-7b85-419f-a22e-a6061d948c27","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOqurtv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar","artifactChecksum":"MWNhZDlhNzhiOWM3NjcxNDQ3M2ExNWFiNGY5NjA2MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4607878-49ce-4686-affd-5011eb6e4f37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:05:11.951Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:11.953Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:11.954Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:11.954Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:12.956Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:12.957Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:12.957Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:12.957Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:13.964Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:13.965Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:13.966Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:13.967Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:14.968Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:14.969Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:14.969Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:14.970Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:15.971Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:15.972Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:15.972Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:15.972Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:16.973Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:16.974Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:16.975Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:16.975Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:17.991Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:17.992Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:17.993Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:17.993Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:18.997Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"serviceName": "basic_onboard_oqUrtv",
"serviceVersion": "1.0",
"serviceUUID": "980c9729-44cd-4bfa-b1c9-efb9209bb78f",
"serviceDescription": "service",
"serviceInvariantUUID": "d39bd8f0-0791-4b1a-9023-fa1f4b143bdf",
"resources": [
{
"resourceInstanceName": "basic_onboard_oqUrtv 0",
"resourceCustomizationUUID": "b0c22c46-6462-4c37-b8ea-66718cf5f911",
"resourceName": "basic_onboard_oqUrtv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "836e6df4-d45a-4e39-a1bb-8f83a339e563",
"resourceInvariantUUID": "89d71b21-b8db-4b8b-8a1a-21541ca0d4cf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_oqurtv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"artifactChecksum": "MzE3MWUxNWU1ZDFkNGIxNjU2M2U5NDI3NDY0YTlhZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "49ff92e5-235d-46e9-a1bf-12e82a00073d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "08a4c9df-f0b1-4389-9510-40635ad93114",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4f9e73f-ad84-48ea-9ad2-cf6182f095a1",
"generatedFromUUID": "08a4c9df-f0b1-4389-9510-40635ad93114"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4f9e73f-ad84-48ea-9ad2-cf6182f095a1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOqurtv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"artifactChecksum": "MWNhZDlhNzhiOWM3NjcxNDQ3M2ExNWFiNGY5NjA2MDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4607878-49ce-4686-affd-5011eb6e4f37"
}
],
"workloadContext": "Production"
}
2023-03-14T06:05:19.001Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:05:19.002Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 980c9729-44cd-4bfa-b1c9-efb9209bb78f ASDC
2023-03-14T06:05:19.005Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ed6d1403-9753-4738-b082-cb1441410983
ServiceName:basic_onboard_oqUrtv
ServiceVersion:1.0
ServiceUUID:980c9729-44cd-4bfa-b1c9-efb9209bb78f
ServiceInvariantUUID:d39bd8f0-0791-4b1a-9023-fa1f4b143bdf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOqurtv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
ArtifactUUID:f4607878-49ce-4686-affd-5011eb6e4f37
ArtifactChecksum:MWNhZDlhNzhiOWM3NjcxNDQ3M2ExNWFiNGY5NjA2MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oqUrtv 0
ResourceCustomizationUUID:b0c22c46-6462-4c37-b8ea-66718cf5f911
ResourceInvariantUUID:89d71b21-b8db-4b8b-8a1a-21541ca0d4cf
ResourceName:basic_onboard_oqUrtv
ResourceType:VF
ResourceUUID:836e6df4-d45a-4e39-a1bb-8f83a339e563
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oqurtv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
ArtifactUUID:49ff92e5-235d-46e9-a1bf-12e82a00073d
ArtifactChecksum:MzE3MWUxNWU1ZDFkNGIxNjU2M2U5NDI3NDY0YTlhZTU=
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/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:08a4c9df-f0b1-4389-9510-40635ad93114
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/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
ArtifactUUID:f4f9e73f-ad84-48ea-9ad2-cf6182f095a1
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/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
ArtifactUUID:f4f9e73f-ad84-48ea-9ad2-cf6182f095a1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-14T06:05:19.006Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 980c9729-44cd-4bfa-b1c9-efb9209bb78f 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-14T06:05:19.192Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:05:19.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:05:19.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:05:19.197Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4607878-49ce-4686-affd-5011eb6e4f37 from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:19.197Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:19.198Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:19.591Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:19.597Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar f4607878-49ce-4686-affd-5011eb6e4f37 75660
2023-03-14T06:05:19.598Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar ASDC sendASDCNotification
2023-03-14T06:05:19.599Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:19.600Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:19.600Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:19.601Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:19.601Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773919598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:20.602Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:05:20.604Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:05:20.605Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f4607878-49ce-4686-affd-5011eb6e4f37, URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar to file: /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.606Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.608Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.608Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.973Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10649419162762810274/Definitions/service-BasicOnboardOqurtv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-14T06:05:24.770Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:05:24.771Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:05:24.771Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oqUrtv 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-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||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-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:05:24.774Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.775Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.776Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.776Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:05:24.776Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:05:24.777Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.777Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.778Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.778Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:05:24.778Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:05:24.779Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.779Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.779Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.780Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is not matching search criteria
2023-03-14T06:05:24.780Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-14T06:05:24.780Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-14T06:05:24.781Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-14T06:05:24.781Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-14T06:05:24.781Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:05:24.782Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.783Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:24.786Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.786Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is not matching search criteria
2023-03-14T06:05:24.786Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-14T06:05:24.787Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-14T06:05:24.787Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=304b18e3-7b72-43c0-a236-a9bf9d866c35
2023-03-14T06:05:24.788Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.788Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.789Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.790Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.791Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.791Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.792Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:24.792Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.792Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oqUrtv
Description:service
Model UUID:980c9729-44cd-4bfa-b1c9-efb9209bb78f
Model Version:NULL
Model InvariantUuid:d39bd8f0-0791-4b1a-9023-fa1f4b143bdf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oqUrtv
Model UUID:e1b9b117-d95c-4999-a9cb-d335b32b19f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89d71b21-b8db-4b8b-8a1a-21541ca0d4cf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0c22c46-6462-4c37-b8ea-66718cf5f911
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9c711ecf-bc66-4714-a6a4-30fb560c6274
ModelName:BasicOnboardOqurtv..base_ubuntu18..module-0
ModelUuid:30f3fa9b-4da1-4299-9e05-982d504bc2df
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:304b18e3-7b72-43c0-a236-a9bf9d866c35
ModelInvariantUuid:2d62051c-9312-4f3e-b61a-494f0987e3cb
ModelName:basic_onboard_oqUrtv-nodes.ubuntu18Cvfc
ModelUuid:e93221d8-ec58-44f3-892c-221eb3e6ec3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:832cd404-6895-4d1f-a532-10bb21aeeaa8
ModelInvariantUuid:32189c1a-6c4a-4c3e-b08c-afb87099d5c8
ModelName:BasicOnboardOqurtv.compute.nodes.heat.ubuntu18
ModelUuid:66f52f11-d313-484c-b86f-4e2ada72cd1c
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-14T06:05:24.811Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 836e6df4-d45a-4e39-a1bb-8f83a339e563
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-14T06:05:24.818Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||basic_onboard_oqUrtv 0
2023-03-14T06:05:24.819Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 836e6df4-d45a-4e39-a1bb-8f83a339e563
2023-03-14T06:05:24.819Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49ff92e5-235d-46e9-a1bf-12e82a00073d from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:24.819Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:24.820Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:24.927Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:24.928Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json 49ff92e5-235d-46e9-a1bf-12e82a00073d 798
2023-03-14T06:05:24.928Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json ASDC sendASDCNotification
2023-03-14T06:05:24.929Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:24.929Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:24.929Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:24.930Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:24.930Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773924928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:25.931Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOqurtv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9c711ecf-bc66-4714-a6a4-30fb560c6274",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "30f3fa9b-4da1-4299-9e05-982d504bc2df",
"vfModuleModelCustomizationUUID": "32f13cc3-5e40-40e7-91c8-1f120a7cee31",
"isBase": true,
"artifacts": [
"08a4c9df-f0b1-4389-9510-40635ad93114",
"f4f9e73f-ad84-48ea-9ad2-cf6182f095a1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-14T06:05:25.938Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOqurtv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30f3fa9b-4da1-4299-9e05-982d504bc2df
VfModuleModelInvariantUUID:9c711ecf-bc66-4714-a6a4-30fb560c6274
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a4c9df-f0b1-4389-9510-40635ad93114
,
f4f9e73f-ad84-48ea-9ad2-cf6182f095a1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-14T06:05:25.942Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOqurtv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9c711ecf-bc66-4714-a6a4-30fb560c6274",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "30f3fa9b-4da1-4299-9e05-982d504bc2df",
"vfModuleModelCustomizationUUID": "32f13cc3-5e40-40e7-91c8-1f120a7cee31",
"isBase": true,
"artifacts": [
"08a4c9df-f0b1-4389-9510-40635ad93114",
"f4f9e73f-ad84-48ea-9ad2-cf6182f095a1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-14T06:05:25.942Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOqurtv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30f3fa9b-4da1-4299-9e05-982d504bc2df
VfModuleModelInvariantUUID:9c711ecf-bc66-4714-a6a4-30fb560c6274
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a4c9df-f0b1-4389-9510-40635ad93114
,
f4f9e73f-ad84-48ea-9ad2-cf6182f095a1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-14T06:05:25.942Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08a4c9df-f0b1-4389-9510-40635ad93114 from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:25.943Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:25.944Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:26.058Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:26.059Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml 08a4c9df-f0b1-4389-9510-40635ad93114 5033
2023-03-14T06:05:26.059Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-14T06:05:26.059Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:26.060Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:26.060Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:26.061Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:26.061Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773926059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:27.063Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4f9e73f-ad84-48ea-9ad2-cf6182f095a1 from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:27.064Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:27.064Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:27.183Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:27.185Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env f4f9e73f-ad84-48ea-9ad2-cf6182f095a1 909
2023-03-14T06:05:27.186Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-14T06:05:27.189Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:27.190Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:27.191Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:27.191Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:27.191Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773927186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:28.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 980c9729-44cd-4bfa-b1c9-efb9209bb78f
2023-03-14T06:05:28.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oqUrtv 0 836e6df4-d45a-4e39-a1bb-8f83a339e563 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-14T06:05:28.250Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54c5cd0b, org.onap.sdc.toscaparser.api.parameters.Input@2557ee60, org.onap.sdc.toscaparser.api.parameters.Input@52bb7298, org.onap.sdc.toscaparser.api.parameters.Input@abaa97, org.onap.sdc.toscaparser.api.parameters.Input@7a7c821c]
2023-03-14T06:05:28.253Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.253Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.254Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-03-14T06:05:28.254Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b0c22c46-6462-4c37-b8ea-66718cf5f911
2023-03-14T06:05:28.254Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0c22c46-6462-4c37-b8ea-66718cf5f911 matches Tosca VF Customization UUID: b0c22c46-6462-4c37-b8ea-66718cf5f911
2023-03-14T06:05:28.255Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b0c22c46-6462-4c37-b8ea-66718cf5f911 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-14T06:05:28.272Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.273Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.290Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b0c22c46-6462-4c37-b8ea-66718cf5f911: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-14T06:05:28.290Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34463646
2023-03-14T06:05:28.291Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.291Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:05:28.292Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32f13cc3-5e40-40e7-91c8-1f120a7cee31
2023-03-14T06:05:28.292Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32f13cc3-5e40-40e7-91c8-1f120a7cee31
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-14T06:05:28.297Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.298Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.306Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:28.307Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.307Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.307Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:28.308Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.308Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is not matching search criteria
2023-03-14T06:05:28.308Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-14T06:05:28.309Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-14T06:05:28.309Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=304b18e3-7b72-43c0-a236-a9bf9d866c35
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-14T06:05:28.316Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.317Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.317Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:28.318Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.318Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.318Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=b0c22c46-6462-4c37-b8ea-66718cf5f911
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-14T06:05:28.325Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.325Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.326Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 980c9729-44cd-4bfa-b1c9-efb9209bb78f: basic_onboard_oqUrtv
2023-03-14T06:05:28.326Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.326Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.327Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.327Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.327Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.328Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.328Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.329Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.329Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:05:28.330Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.330Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_oqUrtv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:05:28.643Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oqUrtv 836e6df4-d45a-4e39-a1bb-8f83a339e563 1 ASDC deployResourceStructure
2023-03-14T06:05:28.643Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json ASDC sendASDCNotification
2023-03-14T06:05:28.644Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:28.644Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:28.645Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:28.645Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:28.645Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773928643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:29.647Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-14T06:05:29.649Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:29.649Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:29.649Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:29.650Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:29.650Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773929647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:30.652Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-14T06:05:30.652Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:30.652Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:30.653Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:30.653Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:30.653Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773930651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:31.656Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar ASDC sendASDCNotification
2023-03-14T06:05:31.656Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:31.657Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:31.657Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:31.657Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:31.658Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773931656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:32.660Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6d1403-9753-4738-b082-cb1441410983
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-14T06:05:32.738Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6d1403-9753-4738-b082-cb1441410983
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-14T06:05:32.765Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:05:32.765Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:05:32.767Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:05:32.767Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:05:32.767Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||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-14T06:05:32.817Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:05:50.658Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:50.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:05:50.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "NOTIFIED"
}
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773911901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773919598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773924928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773926059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773927186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773928643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773929647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773930651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.689Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773931656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:05:50.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:06:02.818Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed6d1403-9753-4738-b082-cb1441410983 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-14T06:06:02.834Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed6d1403-9753-4738-b082-cb1441410983 and serviceModelVersionId: 980c9729-44cd-4bfa-b1c9-efb9209bb78f
2023-03-14T06:06:02.835Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d39bd8f0-0791-4b1a-9023-fa1f4b143bdf
2023-03-14T06:06:02.837Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0
2023-03-14T06:06:02.847Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:06:02.955Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?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-14T06:06:02.957Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0|INFO|500||Invoke
2023-03-14T06:06:02.971Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-14T06:06:03.102Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0|INFO|500||InvokeReturn
2023-03-14T06:06:03.106Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:06:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[204872], x-aai-txid=[1-aai-resources-230314-06:06:02:102-81854], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:06:03.107Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:06:03.108Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:06:03.108Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||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-14T06:06:03.132Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||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-14T06:06:03.132Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed6d1403-9753-4738-b082-cb1441410983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773963132,
"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-14T06:06:04.171Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:06:50.657Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:06:50.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-14T06:06:50.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
"consumerID": "SO-sdc-controller",
"timestamp": 1678773963132,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:06:50.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:07:04.174Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:07:50.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:08:04.176Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:08:50.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:09:04.178Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:09:50.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:10:04.180Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:10:50.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:10:55.681Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Node 1 disconnected.
2023-03-14T06:11:04.181Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:11:50.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:12:04.187Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:12:50.665Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:13:04.189Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:13:50.666Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:04.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:14:38.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:14:38.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"c88c61e1-7408-4108-8b71-2287bfc6f5b2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b76ed1b8-a532-4ed2-b818-333204708368","serviceDescription":"service","serviceInvariantUUID":"bde26ad6-1bb9-4c45-ab51-36e66317912c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"58a52d47-b93c-4f0b-94ef-45a56f5b270c","resourceInvariantUUID":"1236d174-506e-4e9f-a15b-743253bffa98","resourceCustomizationUUID":"7ffe198c-0585-422b-9b08-47a0cbb3f605","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":"ZmU0MzdlOTA2ZGZiYWE0OTNkZDg2NzYwNTViOTI5ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52af08e8-325a-405a-b750-f962c56d8b65","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjY1M2Y5NTAwMWJjOTIyZTAyYzU4OTMyMDUzM2Y5OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbb0d95b-e2ea-4197-b97d-4dfad3c65901","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:14:38.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:14:38.849Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "policy-distribution-id",
"timestamp": 1678774470325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:14:38.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:14:38.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:14:38.869Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "aai-model-loader",
"timestamp": 1678774465682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:14:38.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:14:38.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:14:38.873Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:38.873Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:38.873Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774444197,
"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-14T06:14:39.876Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:14:39.882Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:39.883Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:39.883Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774444197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:40.890Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b76ed1b8-a532-4ed2-b818-333204708368",
"serviceDescription": "service",
"serviceInvariantUUID": "bde26ad6-1bb9-4c45-ab51-36e66317912c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7ffe198c-0585-422b-9b08-47a0cbb3f605",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "58a52d47-b93c-4f0b-94ef-45a56f5b270c",
"resourceInvariantUUID": "1236d174-506e-4e9f-a15b-743253bffa98",
"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": "MjY1M2Y5NTAwMWJjOTIyZTAyYzU4OTMyMDUzM2Y5OGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dbb0d95b-e2ea-4197-b97d-4dfad3c65901"
}
],
"workloadContext": "Production"
}
2023-03-14T06:14:40.891Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:14:40.892Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b76ed1b8-a532-4ed2-b818-333204708368 ASDC
2023-03-14T06:14:40.893Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c88c61e1-7408-4108-8b71-2287bfc6f5b2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b76ed1b8-a532-4ed2-b818-333204708368
ServiceInvariantUUID:bde26ad6-1bb9-4c45-ab51-36e66317912c
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:dbb0d95b-e2ea-4197-b97d-4dfad3c65901
ArtifactChecksum:MjY1M2Y5NTAwMWJjOTIyZTAyYzU4OTMyMDUzM2Y5OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7ffe198c-0585-422b-9b08-47a0cbb3f605
ResourceInvariantUUID:1236d174-506e-4e9f-a15b-743253bffa98
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:58a52d47-b93c-4f0b-94ef-45a56f5b270c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-14T06:14:40.893Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b76ed1b8-a532-4ed2-b818-333204708368 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-14T06:14:41.090Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:14:41.093Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:14:41.094Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:14:41.094Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dbb0d95b-e2ea-4197-b97d-4dfad3c65901 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-14T06:14:41.094Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:14:41.095Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-14T06:14:41.233Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:14:41.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dbb0d95b-e2ea-4197-b97d-4dfad3c65901 57803
2023-03-14T06:14:41.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-14T06:14:41.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-14T06:14:41.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:14:41.239Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:41.239Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:41.239Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774481238,
"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-14T06:14:42.240Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:14:42.241Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:14:42.242Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dbb0d95b-e2ea-4197-b97d-4dfad3c65901, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:42.242Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-14T06:14:42.243Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:42.243Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:42.600Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13219074315990524993/Definitions/service-BasicNetwork-template.yml
2023-03-14T06:14:44.138Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:14:44.140Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:14:44.143Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.143Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-14T06:14:44.144Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.145Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.146Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.146Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.147Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.149Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.150Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.150Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:14:44.151Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.152Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.152Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-14T06:14:44.153Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:14:44.153Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:14:44.153Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.154Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.154Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-14T06:14:44.154Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.156Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.157Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.157Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.157Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.161Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.162Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.162Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.162Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b76ed1b8-a532-4ed2-b818-333204708368
Model Version:NULL
Model InvariantUuid:bde26ad6-1bb9-4c45-ab51-36e66317912c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1236d174-506e-4e9f-a15b-743253bffa98
Model UUID:ddefe25f-0d79-42cd-a634-0e7ec39b3710
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7ffe198c-0585-422b-9b08-47a0cbb3f605
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-14T06:14:44.189Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 58a52d47-b93c-4f0b-94ef-45a56f5b270c
2023-03-14T06:14:44.190Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||No resources found for Service: b76ed1b8-a532-4ed2-b818-333204708368
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-14T06:14:44.209Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||
2023-03-14T06:14:44.209Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-14T06:14:44.213Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b76ed1b8-a532-4ed2-b818-333204708368
2023-03-14T06:14:44.213Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b76ed1b8-a532-4ed2-b818-333204708368
2023-03-14T06:14:44.213Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-14T06:14:44.214Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:14:44.227Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76ee6aa, org.onap.sdc.toscaparser.api.parameters.Input@4e6ebc4c, org.onap.sdc.toscaparser.api.parameters.Input@18a1103b, org.onap.sdc.toscaparser.api.parameters.Input@5b40ce27, org.onap.sdc.toscaparser.api.parameters.Input@2beb2853]
2023-03-14T06:14:44.230Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.231Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.235Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.236Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b76ed1b8-a532-4ed2-b818-333204708368: Generic NeutronNet
2023-03-14T06:14:44.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-14T06:14:44.389Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.390Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.397Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.397Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.398Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:14:44.398Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.398Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-14T06:14:44.678Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-14T06:14:44.679Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-14T06:14:44.679Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.679Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:14:44.680Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:44.680Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:44.680Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774484679,
"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-14T06:14:45.681Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:14:45.734Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:14:45.742Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:14:45.742Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:14:45.742Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:14:50.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:50.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:14:50.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774471140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:14:50.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:15.743Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:15:15.806Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:15:15.825Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:15:15.826Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:15:15.826Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:15:45.834Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:15:45.915Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:15:45.931Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:15:45.932Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:15:45.932Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:15:50.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:15:50.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774439473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774444197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "multicloud-k8s",
"timestamp": 1678774473930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "policy-distribution-id",
"timestamp": 1678774470325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "aai-model-loader",
"timestamp": 1678774465682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774471140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774439473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774444197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:15:50.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.673Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "multicloud-k8s",
"timestamp": 1678774473930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:15:50.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "policy-distribution-id",
"timestamp": 1678774480044,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "aai-model-loader",
"timestamp": 1678774482468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774481146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774481238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.676Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "policy-distribution-id",
"timestamp": 1678774481048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:15:50.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.681Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "policy-distribution-id",
"timestamp": 1678774482050,
"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-14T06:15:50.718Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c88c61e1-7408-4108-8b71-2287bfc6f5b2
2023-03-14T06:15:50.719Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88c61e1-7408-4108-8b71-2287bfc6f5b2 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-14T06:15:50.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.801Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "aai-model-loader",
"timestamp": 1678774485717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:15:50.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.805Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774484679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:15:50.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.807Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "aai-model-loader",
"timestamp": 1678774486721,
"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-14T06:15:50.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c88c61e1-7408-4108-8b71-2287bfc6f5b2
2023-03-14T06:15:50.873Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88c61e1-7408-4108-8b71-2287bfc6f5b2 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-14T06:16:15.934Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:16:16.046Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:16:16.076Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:16:16.077Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:16:16.077Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:16:16.077Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:16:46.078Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:16:46.126Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:16:46.147Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:16:46.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:16:46.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:16:46.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:16:50.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:16:50.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.680Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774497615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.686Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774497615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:50.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774500423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774502224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774503228,
"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-14T06:16:50.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c88c61e1-7408-4108-8b71-2287bfc6f5b2
2023-03-14T06:16:50.726Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88c61e1-7408-4108-8b71-2287bfc6f5b2 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-14T06:16:50.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.769Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.793Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.794Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.797Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.798Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.799Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.800Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774483052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774482156,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774491093,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774495682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "multicloud-k8s",
"timestamp": 1678774480900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774512757,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774511674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774514125,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774512676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "policy-distribution-id",
"timestamp": 1678774513678,
"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-14T06:16:50.883Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f97782b8-f181-4fee-974c-c8824ced58fa
2023-03-14T06:16:50.883Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f97782b8-f181-4fee-974c-c8824ced58fa 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-14T06:16:50.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774518124,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:16:50.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "aai-model-loader",
"timestamp": 1678774519127,
"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-14T06:16:50.984Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f97782b8-f181-4fee-974c-c8824ced58fa
2023-03-14T06:16:50.984Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f97782b8-f181-4fee-974c-c8824ced58fa 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-14T06:16:51.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.011Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774527615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.016Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774536543,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.017Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774538498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:16:51.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.018Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774539502,
"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-14T06:16:51.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f97782b8-f181-4fee-974c-c8824ced58fa
2023-03-14T06:16:51.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f97782b8-f181-4fee-974c-c8824ced58fa 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-14T06:16:51.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.070Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.077Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.078Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.079Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.083Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.084Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.085Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.087Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.092Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.095Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.096Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.097Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.099Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774514679,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774525682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "ves-openapi-manager",
"timestamp": 1678774534162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774513765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774542762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:16:51.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774551867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774550523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "cds-sdc-listener",
"timestamp": 1678774550555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774549497,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:16.149Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:17:16.188Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
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-14T06:17:16.197Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:17:16.197Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:17:16.197Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:17:16.199Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-14T06:17:16.199Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:17:16.252Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:17:46.254Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2 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-14T06:17:46.279Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2 and serviceModelVersionId: b76ed1b8-a532-4ed2-b818-333204708368
2023-03-14T06:17:46.280Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bde26ad6-1bb9-4c45-ab51-36e66317912c
2023-03-14T06:17:46.292Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0
2023-03-14T06:17:46.346Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:17:46.545Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|INFO|500||Invoke
2023-03-14T06:17:46.546Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c88c61e1-7408-4108-8b71-2287bfc6f5b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f82af811-d079-41b0-b649-d0f00e929b42], X-ECOMP-RequestID=[c88c61e1-7408-4108-8b71-2287bfc6f5b2], X-TransactionId=[], X-ONAP-RequestID=[c88c61e1-7408-4108-8b71-2287bfc6f5b2], Content-Type=[application/merge-patch+json]}
2023-03-14T06:17:46.570Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-14T06:17:46.767Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?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/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:17:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[356464], x-aai-txid=[0-aai-resources-230314-06:17:45:701-44033], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:17:46.768Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:17:46.768Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|INFO|500||InvokeReturn
2023-03-14T06:17:46.769Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:17:46.769Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:17:46.781Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-14T06:17:46.781Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c88c61e1-7408-4108-8b71-2287bfc6f5b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:17:46.782Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:17:46.783Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:46.784Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:46.784Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774666782,
"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-14T06:17:47.864Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:17:47.912Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:17:47.912Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f97782b8-f181-4fee-974c-c8824ced58fa","serviceName":"Demo_pNF_NACVRHJmoOpZFFPfh0Xp","serviceVersion":"1.0","serviceUUID":"21ecf068-1aea-48b2-a81f-05617aeefa71","serviceDescription":"catalog service description","serviceInvariantUUID":"050dfa71-2ed8-4027-99e2-0161eaa5b986","resources":[{"resourceInstanceName":"pNF 50a18d9e-9413 0","resourceName":"pNF 50a18d9e-9413","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0ddeebbd-471e-46da-ab96-c523efe1e79b","resourceInvariantUUID":"9ea79de4-e961-46fb-8f49-060186e21f76","resourceCustomizationUUID":"e8bad55b-dc68-4a42-8e7c-4e03839bfd1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml","artifactChecksum":"ZjdiYTQyNDUxZTZhYTE5NWFkM2YxZjY0YzQxZDc5NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82a7445f-60b0-4dba-bb1b-90748ebd1330","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar","artifactChecksum":"MzUxZTRmN2EyOTRlN2I2NGQ0NjE5NWZjZmY5YzY3NzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2f036f4-6018-4184-b274-62ae7eebeb9d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"083619c9-3636-40ac-af20-bcae6b1086e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml","artifactChecksum":"MTk2YjM5ZGY1YTdkZDI5ZDU1OWIyMTRjNGJjNzI4NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f23e921-b869-4f4f-a5c0-871df5e95410","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e29d58b1-9e16-48a0-a440-6683a3c2dbe0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08384c9f-017a-481c-949c-de1c76440c17","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml","artifactChecksum":"ZmQ5NTU5MzY0Nzk0YjZjNTJjNGNiYjc0MTViY2FlNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0698a0a-e754-4ffb-8028-bb202311a70c","artifactVersion":"1"},{"artifactName":"service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar","artifactChecksum":"NWQyNDg0ZTZiNmYyMjdlNDBiNjU1YTg3NmRlZDczNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c119947f-899b-43e4-8f52-3cd94b04b741","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:17:47.920Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:47.921Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:47.922Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:47.924Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:48.938Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:48.939Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:48.940Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:48.940Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:49.941Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:49.942Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:49.942Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:49.943Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:50.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:50.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774550500,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:17:50.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774551724,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:17:50.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "policy-distribution-id",
"timestamp": 1678774551501,
"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-14T06:17:50.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:50.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 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-14T06:17:50.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774552850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:17:50.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774553970,
"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-14T06:17:50.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:50.844Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 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-14T06:17:50.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.911Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "multicloud-k8s",
"timestamp": 1678774554973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-14T06:17:50.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.913Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774557621,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:17:50.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.930Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "aai-model-loader",
"timestamp": 1678774558625,
"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-14T06:17:50.945Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:50.947Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:50.947Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:50.948Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:50.973Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:50.974Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 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-14T06:17:51.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774557615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-14T06:17:51.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.048Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774565472,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-14T06:17:51.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.050Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774567790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-14T06:17:51.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.058Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678774568793,
"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-14T06:17:51.111Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:51.112Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 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-14T06:17:51.950Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:51.959Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:51.959Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:51.960Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:52.967Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:52.967Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:52.968Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:52.968Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:53.970Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:53.971Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:53.972Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:53.972Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:54.974Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:54.975Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:54.975Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:54.975Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774667864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:55.978Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"serviceName": "Demo_pNF_NACVRHJmoOpZFFPfh0Xp",
"serviceVersion": "1.0",
"serviceUUID": "21ecf068-1aea-48b2-a81f-05617aeefa71",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "050dfa71-2ed8-4027-99e2-0161eaa5b986",
"resources": [
{
"resourceInstanceName": "pNF 50a18d9e-9413 0",
"resourceCustomizationUUID": "e8bad55b-dc68-4a42-8e7c-4e03839bfd1d",
"resourceName": "pNF 50a18d9e-9413",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0ddeebbd-471e-46da-ab96-c523efe1e79b",
"resourceInvariantUUID": "9ea79de4-e961-46fb-8f49-060186e21f76",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"artifactChecksum": "NWQyNDg0ZTZiNmYyMjdlNDBiNjU1YTg3NmRlZDczNTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c119947f-899b-43e4-8f52-3cd94b04b741"
}
],
"workloadContext": "Production"
}
2023-03-14T06:17:55.979Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:17:55.979Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 21ecf068-1aea-48b2-a81f-05617aeefa71 ASDC
2023-03-14T06:17:55.980Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f97782b8-f181-4fee-974c-c8824ced58fa
ServiceName:Demo_pNF_NACVRHJmoOpZFFPfh0Xp
ServiceVersion:1.0
ServiceUUID:21ecf068-1aea-48b2-a81f-05617aeefa71
ServiceInvariantUUID:050dfa71-2ed8-4027-99e2-0161eaa5b986
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
ArtifactUUID:c119947f-899b-43e4-8f52-3cd94b04b741
ArtifactChecksum:NWQyNDg0ZTZiNmYyMjdlNDBiNjU1YTg3NmRlZDczNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 50a18d9e-9413 0
ResourceCustomizationUUID:e8bad55b-dc68-4a42-8e7c-4e03839bfd1d
ResourceInvariantUUID:9ea79de4-e961-46fb-8f49-060186e21f76
ResourceName:pNF 50a18d9e-9413
ResourceType:PNF
ResourceUUID:0ddeebbd-471e-46da-ab96-c523efe1e79b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-14T06:17:55.980Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21ecf068-1aea-48b2-a81f-05617aeefa71 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-14T06:17:56.073Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:17:56.074Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:17:56.075Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:17:56.075Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c119947f-899b-43e4-8f52-3cd94b04b741 from URL: /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:56.100Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:17:56.100Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:56.209Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:17:56.211Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar c119947f-899b-43e4-8f52-3cd94b04b741 88012
2023-03-14T06:17:56.212Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar ASDC sendASDCNotification
2023-03-14T06:17:56.212Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:56.212Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:17:56.213Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:56.213Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:56.214Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
"consumerID": "SO-sdc-controller",
"timestamp": 1678774676212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:57.218Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:17:57.219Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:17:57.221Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c119947f-899b-43e4-8f52-3cd94b04b741, URL: /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar to file: /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.221Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.222Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.222Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.562Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11942102725727712823/Definitions/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml
2023-03-14T06:17:59.732Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 50a18d9e-9413 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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Node template pNF 50a18d9e-9413 0 is matching search criteria
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 50a18d9e-9413 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Node template pNF 50a18d9e-9413 0 is matching search criteria
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 50a18d9e-9413 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.738Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.738Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_NACVRHJmoOpZFFPfh0Xp
Description:catalog service description
Model UUID:21ecf068-1aea-48b2-a81f-05617aeefa71
Model Version:NULL
Model InvariantUuid:050dfa71-2ed8-4027-99e2-0161eaa5b986
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-14T06:17:59.776Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0ddeebbd-471e-46da-ab96-c523efe1e79b
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-14T06:17:59.797Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||pNF 50a18d9e-9413 0
2023-03-14T06:17:59.798Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0ddeebbd-471e-46da-ab96-c523efe1e79b
2023-03-14T06:17:59.798Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 21ecf068-1aea-48b2-a81f-05617aeefa71
2023-03-14T06:17:59.799Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 21ecf068-1aea-48b2-a81f-05617aeefa71
2023-03-14T06:17:59.799Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 50a18d9e-9413 0 0ddeebbd-471e-46da-ab96-c523efe1e79b 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-14T06:17:59.827Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12bf05eb, org.onap.sdc.toscaparser.api.parameters.Input@7c08ad4c, org.onap.sdc.toscaparser.api.parameters.Input@47fa1407, org.onap.sdc.toscaparser.api.parameters.Input@3f34a78c, org.onap.sdc.toscaparser.api.parameters.Input@55ce7ddc]
2023-03-14T06:17:59.827Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery