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)
2022-11-05T23:09:59.478Z||main|||||INFO|500||The following profiles are active: basic
2022-11-05T23:10:12.164Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-05T23:10:12.165Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-05T23:10:12.310Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-05T23:10:18.156Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-05T23:10:18.689Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-05T23:10:19.219Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-05T23:10:19.231Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-05T23:10:19.340Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-05T23:10:19.546Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-05T23:10:20.171Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-05T23:10:22.331Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T23:10:25.533Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T23:10:25.584Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-05T23:10:26.164Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T23:10:26.364Z||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.
2022-11-05T23:10:27.326Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T23:10:28.345Z||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_
2022-11-05T23:10:29.063Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-05T23:10:29.064Z||main|||||ERROR|500||(conn=1083) Table 'catalogdb.activity_spec' doesn't exist
2022-11-05T23:10:29.111Z||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
2022-11-05T23:10:33.525Z||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
2022-11-05T23:10:37.152Z||main|||||WARN|500||---
2022-11-05T23:10:37.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-05T23:10:37.154Z||main|||||WARN|500||---
2022-11-05T23:10:37.589Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-05T23:10:44.790Z||main|||||INFO|500||Started Application in 48.76 seconds (JVM running for 51.232)
2022-11-05T23:10:45.035Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-05T23:10:45.097Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-05T23:10:45.248Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-05T23:10:45.297Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-05T23:10:45.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53a20aee-d888-4d10-b715-9579a673829e url= /sdc/v1/artifactTypes
2022-11-05T23:10:45.358Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-05T23:10:45.473Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-05T23:10:45.475Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f145639
2022-11-05T23:10:45.476Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-05T23:10:45.497Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-05T23:10:45.499Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-05T23:10:45.505Z||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 ASDC
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$$f1108019.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 ASDC
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
2022-11-05T23:11:34.816Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-05T23:11:34.838Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-05T23:11:34.962Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-05T23:11:35.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-05T23:11:35.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9def8b7a-e521-4efb-a128-050f3da6c0b6 url= /sdc/v1/artifactTypes
2022-11-05T23:11:35.094Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-05T23:11:35.147Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-05T23:11:35.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ec4ee1a
2022-11-05T23:11:35.158Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-05T23:11:35.159Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-05T23:11:35.161Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-05T23:11:35.162Z||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 ASDC
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$$f1108019.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 ASDC
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
2022-11-05T23:12:24.768Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-05T23:12:24.770Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-05T23:12:24.773Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-05T23:12:24.790Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-05T23:12:24.800Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64632f84-f16b-479f-a031-f8549b409f28 url= /sdc/v1/artifactTypes
2022-11-05T23:12:24.801Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-05T23:12:24.929Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-05T23:12:24.969Z||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 ASDC server
2022-11-05T23:12:25.032Z||scheduling-1|||||DEBUG|500||create keys
2022-11-05T23:12:25.044Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-05T23:12:25.159Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:12:25.188Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 80f95de2-f10a-454a-9ba1-8772c123ba3c url= /sdc/v1/registerForDistribution
2022-11-05T23:12:25.302Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 80f95de2-f10a-454a-9ba1-8772c123ba3c url= /sdc/v1/registerForDistribution
2022-11-05T23:12:25.303Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-05T23:12:25.314Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:12:25.317Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:12:25.329Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:12:25.329Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:12:25.330Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:12:25.329Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-05T23:12:25.329Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:12:35.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:12:35.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:13:25.312Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:13:25.314Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:13:25.315Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:13:25.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:13:25.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:13:25.319Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:13:34.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:13:34.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:14:25.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:14:25.313Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:14:25.314Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:14:25.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:14:25.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:14:25.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:14:34.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:14:34.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:15:25.313Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:15:25.316Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:15:25.316Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:15:25.317Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:15:25.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:15:25.318Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:15:34.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:15:34.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:16:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:16:25.314Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:16:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:16:25.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:16:25.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:16:25.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:16:34.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:16:34.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:17:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:17:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:17:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:17:25.317Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:17:25.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:17:25.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:17:34.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:17:34.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:18:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:18:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:18:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:18:25.317Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:18:25.318Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:18:25.319Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:18:34.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:18:34.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:19:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:19:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:19:25.314Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:19:25.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:19:25.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:19:25.326Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:19:34.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:19:34.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:20:25.313Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:20:25.314Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:20:25.315Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:20:25.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:20:25.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:20:25.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:20:34.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:20:34.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:20:47.093Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-05T23:21:25.313Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:21:25.316Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:21:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:21:25.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:21:25.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:21:25.317Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:21:34.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:21:34.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:22:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:22:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:22:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:22:25.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:22:25.321Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:22:25.321Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:22:34.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:22:34.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:23:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:23:25.314Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:23:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:23:25.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:23:25.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:23:25.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:23:34.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:23:34.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:24:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:24:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:24:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:24:25.317Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:24:25.318Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:24:25.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:24:34.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:24:34.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:25:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:25:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:25:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:25:25.317Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:25:25.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:25:25.318Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:25:34.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:25:34.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:26:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:26:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:26:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:26:25.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:26:25.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:26:25.317Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:26:34.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:26:34.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:27:25.313Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:27:25.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:27:25.318Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:27:25.319Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:27:25.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:27:25.324Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:27:34.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:27:34.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:28:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:28:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:28:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:28:25.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:28:25.318Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:28:25.318Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:28:34.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:28:34.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:29:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:29:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:29:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:29:25.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:29:25.318Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:29:25.318Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:29:34.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:29:34.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:30:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:30:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:30:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:30:25.317Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:30:25.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:30:25.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:30:34.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:30:34.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:31:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:31:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:31:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:31:25.317Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:31:25.318Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:31:25.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:31:34.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:31:34.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:32:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:32:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:32:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:32:25.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:32:25.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:32:25.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:32:34.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:32:34.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:33:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:33:25.314Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:33:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:33:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:33:25.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:33:25.318Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:33:34.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:33:34.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:34:25.313Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:34:25.316Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:34:25.317Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:34:25.317Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:34:25.318Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:34:25.318Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:34:34.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:34:34.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:35:25.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:35:25.330Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:35:25.330Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:35:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:35:25.331Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:35:25.331Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:35:34.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:35:34.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:36:25.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:36:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:36:25.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:36:25.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:36:25.318Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:36:25.318Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:36:34.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:36:34.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:37:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:37:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:37:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:37:25.317Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:37:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:37:25.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:37:34.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:37:34.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:38:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:38:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:38:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:38:25.317Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:38:25.318Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:38:25.319Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:38:34.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:38:34.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:39:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:39:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:39:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:39:25.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:39:25.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:39:25.318Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:39:34.859Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:39:34.859Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:40:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:40:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:40:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:40:25.317Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:40:25.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:40:25.318Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:40:34.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:40:34.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:41:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:41:25.316Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:41:25.316Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:41:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:41:25.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:41:25.317Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:41:34.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:41:34.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:42:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:42:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:42:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:42:25.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:42:25.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:42:25.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:42:34.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:42:34.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:43:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:43:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:43:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:43:25.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:43:25.318Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:43:25.318Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:43:34.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:43:34.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:44:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:44:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:44:25.314Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:44:25.317Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:44:25.318Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:44:25.318Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:44:34.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:44:34.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:45:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:45:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:45:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:45:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:45:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:45:25.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:45:34.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:45:34.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:46:25.317Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:46:25.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:46:25.320Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:46:25.320Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:46:25.320Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:46:25.320Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:46:34.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:46:34.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:47:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:47:25.313Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:47:25.313Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:47:25.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:47:25.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:47:25.317Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:47:34.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:47:34.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:48:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:48:25.314Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:48:25.315Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:48:25.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:48:25.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:48:25.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:48:34.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:48:34.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:49:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:49:25.313Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:49:25.313Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:49:25.317Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:49:25.317Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:49:25.318Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:49:34.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:49:34.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:50:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:50:25.315Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:50:25.315Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:50:25.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:50:25.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:50:25.317Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:50:34.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:50:34.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:51:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:51:25.313Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:51:25.313Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:51:25.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:51:25.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:51:25.317Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:51:34.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:51:34.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:52:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:52:25.313Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:52:25.313Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:52:25.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:52:25.320Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:52:25.320Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:52:34.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:52:34.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:53:25.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:53:25.313Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:53:25.313Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:53:25.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:53:25.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:53:25.318Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:53:34.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:53:34.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:54:25.312Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:54:25.313Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:54:25.313Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:54:25.317Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:54:25.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:54:25.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:54:34.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:54:34.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:55:25.312Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:55:25.315Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:55:25.315Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:55:25.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:55:25.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:55:25.317Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:55:34.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:55:34.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:56:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:56:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:56:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:56:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:56:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:56:25.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:56:34.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:56:34.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:57:25.313Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:57:25.315Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:57:25.316Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:57:25.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:57:25.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:57:25.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:57:34.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:57:34.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:58:25.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:58:25.313Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:58:25.313Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:58:25.317Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:58:25.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:58:25.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:58:34.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:58:34.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:59:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:59:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:59:25.313Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:59:25.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T23:59:25.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T23:59:25.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-05T23:59:34.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-05T23:59:34.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:00:25.313Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:00:25.314Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:00:25.314Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:00:25.317Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:00:25.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:00:25.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:00:34.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:00:34.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:01:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:01:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:01:25.313Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:01:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:01:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:01:25.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:01:34.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:01:34.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:02:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:02:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:02:25.313Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:02:25.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:02:25.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:02:25.318Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:02:34.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:02:34.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:03:25.313Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:03:25.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:03:25.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:03:25.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:03:25.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:03:25.317Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:03:34.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:03:34.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:04:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:04:25.314Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:04:25.314Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:04:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:04:25.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:04:25.317Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:04:34.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:04:34.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:05:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:05:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:05:25.313Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:05:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:05:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:05:25.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:05:34.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:05:34.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:06:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:06:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:06:25.313Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:06:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:06:25.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:06:25.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:06:34.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:06:34.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:07:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:07:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:07:25.313Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:07:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:07:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:07:25.318Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:07:34.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:07:34.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:08:25.313Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:08:25.314Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:08:25.314Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:08:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:08:25.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:08:25.317Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:08:34.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:08:34.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:09:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:09:25.313Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:09:25.314Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:09:25.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:09:25.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:09:25.319Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:09:34.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:09:34.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:25.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:10:25.314Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:10:25.314Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:25.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:10:25.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:10:25.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:25.947Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:25.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:25.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-06T00:10:25.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"80c942a6-be3f-4456-9aab-2ee6811ef34c","serviceName":"vFW 2022-11-06 00-08-40","serviceVersion":"1.0","serviceUUID":"5daae426-1a4d-45ac-b1aa-ef36befeaeee","serviceDescription":"catalog service description","serviceInvariantUUID":"b10480d8-a102-467e-991c-36a477cfb14a","resources":[{"resourceInstanceName":"vFW 6ab6e061-6710 0","resourceName":"vFW 6ab6e061-6710","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f9cc315-e54e-454e-8354-ecb7e99f5f4f","resourceInvariantUUID":"ddecbc16-fe79-4b40-b197-fcb3bdb0b4ce","resourceCustomizationUUID":"a22b587a-74f6-4359-9dda-c1fcc4f8b266","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml","artifactChecksum":"M2VkYjhmMzZiMmJjNDM3NmY3YzUwNGJmZTk5NTZhNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"797bcc35-1ba6-4f85-a5ad-f1f4c61ae66d","artifactVersion":"1"},{"artifactName":"vfw6ab6e06167100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json","artifactChecksum":"YWNlYjY0ZGIyNWU1MDUxYjRiZTUxNzg5OGNkYjgxN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb77f827-d6f7-46e4-a694-15723a062ec7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26257704-29d8-4ebc-b826-bc621b723a95","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml","artifactChecksum":"ZmM1NTNmY2QyMDZmNTU1Nzc0NzBkZWViOWU1OGQ5NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"237017f0-1c8f-4bc2-8c13-0aaf280e2034","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec","artifactVersion":"2","generatedFromUUID":"26257704-29d8-4ebc-b826-bc621b723a95"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221106000840-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml","artifactChecksum":"NTQ2YTVhMmU5NWRlOGEyMmFlZTUzZTI3YWZkZmVhMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de140813-44d2-4d06-affa-bff40054fec9","artifactVersion":"1"},{"artifactName":"service-Vfw20221106000840-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar","artifactChecksum":"M2E0YTI4YjE4ZDE4MWMzYmNkYzJjOGFiNjhkNmZhMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70b90da5-e517-4913-9b06-6e362b19d60b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T00:10:25.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:25.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:25.984Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:25.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:25.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:25.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:25.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:25.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:25.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:25.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693390952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693396572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693407551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.024Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:26.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.024Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693400939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "cds",
"timestamp": 1667693409113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T00:10:26.129Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-06T00:10:26.137Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:26.137Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
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=?
2022-11-06T00:10:26.159Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:26.161Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T00:10:26.263Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80c942a6-be3f-4456-9aab-2ee6811ef34c
2022-11-06T00:10:26.285Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c942a6-be3f-4456-9aab-2ee6811ef34c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T00:10:26.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693401999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693408855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693409893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693410037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693410910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693411143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "policy-id",
"timestamp": 1667693411915,
"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=?
2022-11-06T00:10:26.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c942a6-be3f-4456-9aab-2ee6811ef34c
2022-11-06T00:10:26.357Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c942a6-be3f-4456-9aab-2ee6811ef34c 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 (?, ?, ?, ?, ?)
2022-11-06T00:10:26.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693412240,
"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=?
2022-11-06T00:10:26.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c942a6-be3f-4456-9aab-2ee6811ef34c
2022-11-06T00:10:26.383Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c942a6-be3f-4456-9aab-2ee6811ef34c 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=?
2022-11-06T00:10:26.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693413244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693410614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:10:26.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693418427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693423083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "aai-ml",
"timestamp": 1667693424089,
"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=?
2022-11-06T00:10:26.417Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80c942a6-be3f-4456-9aab-2ee6811ef34c
2022-11-06T00:10:26.417Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c942a6-be3f-4456-9aab-2ee6811ef34c 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 (?, ?, ?, ?, ?)
2022-11-06T00:10:26.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693424073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:26.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:10:26.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:10:26.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693425078,
"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=?
2022-11-06T00:10:26.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80c942a6-be3f-4456-9aab-2ee6811ef34c
2022-11-06T00:10:26.454Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c942a6-be3f-4456-9aab-2ee6811ef34c 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 (?, ?, ?, ?, ?)
2022-11-06T00:10:27.039Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:27.040Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:27.042Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:27.042Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOTIFIED"
}
2022-11-06T00:10:27.143Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:27.144Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:27.144Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:27.173Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:27.174Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:28.043Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:28.045Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:28.049Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:28.049Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:10:28.148Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T00:10:28.149Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:28.149Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:28.168Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:28.169Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:10:29.049Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:29.051Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:29.055Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:29.055Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:29.155Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T00:10:29.157Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:29.157Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:29.169Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:29.170Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:30.056Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:30.057Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:30.061Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:30.061Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T00:10:30.161Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:30.163Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:30.163Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:30.184Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:30.185Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:10:31.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:31.064Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:31.066Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:31.066Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:10:31.166Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:31.167Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:31.167Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:31.184Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:31.184Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:32.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:10:32.068Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:32.072Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:32.073Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:10:32.170Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-06T00:10:32.171Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:32.171Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:32.182Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:32.183Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:10:33.074Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"serviceName": "vFW 2022-11-06 00-08-40",
"serviceVersion": "1.0",
"serviceUUID": "5daae426-1a4d-45ac-b1aa-ef36befeaeee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b10480d8-a102-467e-991c-36a477cfb14a",
"resources": [
{
"resourceInstanceName": "vFW 6ab6e061-6710 0",
"resourceCustomizationUUID": "a22b587a-74f6-4359-9dda-c1fcc4f8b266",
"resourceName": "vFW 6ab6e061-6710",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7f9cc315-e54e-454e-8354-ecb7e99f5f4f",
"resourceInvariantUUID": "ddecbc16-fe79-4b40-b197-fcb3bdb0b4ce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6ab6e06167100_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"artifactChecksum": "YWNlYjY0ZGIyNWU1MDUxYjRiZTUxNzg5OGNkYjgxN2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb77f827-d6f7-46e4-a694-15723a062ec7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "26257704-29d8-4ebc-b826-bc621b723a95",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec",
"generatedFromUUID": "26257704-29d8-4ebc-b826-bc621b723a95"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221106000840-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"artifactChecksum": "M2E0YTI4YjE4ZDE4MWMzYmNkYzJjOGFiNjhkNmZhMmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "70b90da5-e517-4913-9b06-6e362b19d60b"
}
],
"workloadContext": "Production"
}
2022-11-06T00:10:33.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T00:10:33.076Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5daae426-1a4d-45ac-b1aa-ef36befeaeee ASDC
2022-11-06T00:10:33.191Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:80c942a6-be3f-4456-9aab-2ee6811ef34c
ServiceName:vFW 2022-11-06 00-08-40
ServiceVersion:1.0
ServiceUUID:5daae426-1a4d-45ac-b1aa-ef36befeaeee
ServiceInvariantUUID:b10480d8-a102-467e-991c-36a477cfb14a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221106000840-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar
ArtifactUUID:70b90da5-e517-4913-9b06-6e362b19d60b
ArtifactChecksum:M2E0YTI4YjE4ZDE4MWMzYmNkYzJjOGFiNjhkNmZhMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ab6e061-6710 0
ResourceCustomizationUUID:a22b587a-74f6-4359-9dda-c1fcc4f8b266
ResourceInvariantUUID:ddecbc16-fe79-4b40-b197-fcb3bdb0b4ce
ResourceName:vFW 6ab6e061-6710
ResourceType:VF
ResourceUUID:7f9cc315-e54e-454e-8354-ecb7e99f5f4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ab6e06167100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json
ArtifactUUID:eb77f827-d6f7-46e4-a694-15723a062ec7
ArtifactChecksum:YWNlYjY0ZGIyNWU1MDUxYjRiZTUxNzg5OGNkYjgxN2Y=
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/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml
ArtifactUUID:26257704-29d8-4ebc-b826-bc621b723a95
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/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env
ArtifactUUID:bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec
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/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env
ArtifactUUID:bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-06T00:10:33.192Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5daae426-1a4d-45ac-b1aa-ef36befeaeee 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=?
2022-11-06T00:10:33.259Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:10:33.260Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T00:10:33.261Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T00:10:33.261Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 70b90da5-e517-4913-9b06-6e362b19d60b from URL: /sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:33.261Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T00:10:33.263Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:33.351Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T00:10:33.357Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar 70b90da5-e517-4913-9b06-6e362b19d60b 100663
2022-11-06T00:10:33.369Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar ASDC sendASDCNotification
2022-11-06T00:10:33.369Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:33.371Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:10:33.373Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:33.375Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:33.375Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693433358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:33.476Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T00:10:33.477Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:33.477Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:33.492Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:33.493Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:34.377Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:10:34.379Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T00:10:34.380Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 70b90da5-e517-4913-9b06-6e362b19d60b, URL: /sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar to file: /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:34.380Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221106000840-csar.csar
2022-11-06T00:10:34.460Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:34.460Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:34.923Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14615643914815448575/Definitions/service-Vfw20221106000840-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-06T00:10:37.430Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T00:10:37.435Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|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-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||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-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|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-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|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-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.436Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ab6e061-6710 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-Vfw20221106000840-csar.csar
2022-11-06T00:10:37.437Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T00:10:37.444Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.445Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.449Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:37.450Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T00:10:37.451Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:10:37.452Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.453Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.453Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:37.453Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T00:10:37.453Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:10:37.453Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.454Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.457Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T00:10:37.458Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.459Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T00:10:37.459Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.459Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T00:10:37.459Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.459Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T00:10:37.460Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.460Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:37.461Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:37.461Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.461Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:37.461Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:37.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:37.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:37.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:37.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54f0fb15-bd8b-4bc0-9df5-b8d933926151
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:37.464Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=315cfa1a-5b51-439a-b05c-9fe2b0c4c85a
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:37.466Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T00:10:37.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:37.468Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:37.468Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T00:10:37.468Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8846a2ee-cf8b-4eaa-ba33-c37cbdd0dfb8
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:37.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-06 00-08-40
Description:catalog service description
Model UUID:5daae426-1a4d-45ac-b1aa-ef36befeaeee
Model Version:NULL
Model InvariantUuid:b10480d8-a102-467e-991c-36a477cfb14a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6ab6e061-6710
Model UUID:0e66f85e-97f7-49c7-b2d3-0ae17b077f78
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddecbc16-fe79-4b40-b197-fcb3bdb0b4ce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a22b587a-74f6-4359-9dda-c1fcc4f8b266
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b07bdfa0-8a05-4d60-ab1e-552566191727
ModelName:Vfw6ab6e0616710..base_vfw..module-0
ModelUuid:d1c5d239-d2bb-46a6-bc96-9f42f75decf4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:54f0fb15-bd8b-4bc0-9df5-b8d933926151
ModelInvariantUuid:199771da-17ef-4c01-8189-8e4aa9b4a87c
ModelName:vFW 6ab6e061-6710-nodes.vfwCvfc
ModelUuid:6b96319a-d71b-4b71-b1f5-3ce35c708cb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4400b8ac-2c4b-4736-abe3-a230fbbb9308
ModelInvariantUuid:13b816e8-aa44-4021-9e46-14e00d4dfb0f
ModelName:Vfw6ab6e0616710.compute.nodes.heat.vfw
ModelUuid:7b790e86-16b6-474d-a293-a59245ce8aae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:315cfa1a-5b51-439a-b05c-9fe2b0c4c85a
ModelInvariantUuid:33a97679-5cfb-4fd2-adf1-d22f0413605d
ModelName:vFW 6ab6e061-6710-nodes.vsnCvfc
ModelUuid:4cfef8d9-e49b-42de-adba-a3946724c1e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9494210d-e5d0-41fb-837b-ebf13f88e056
ModelInvariantUuid:424bc6a8-9366-4f66-92b3-ba3e60aaf2ae
ModelName:Vfw6ab6e0616710.compute.nodes.heat.vsn
ModelUuid:166b7164-0afd-4601-b7be-09047dd902d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8846a2ee-cf8b-4eaa-ba33-c37cbdd0dfb8
ModelInvariantUuid:41234999-3282-4308-ae9b-55b0439cb522
ModelName:vFW 6ab6e061-6710-nodes.vpgCvfc
ModelUuid:94321ac0-49fb-4f47-a214-2d4cb0dc77ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:aa67b80a-633c-468c-8a42-5f2879516827
ModelInvariantUuid:3808a48c-99ac-4055-b941-8f396380b107
ModelName:Vfw6ab6e0616710.compute.nodes.heat.vpg
ModelUuid:63865cea-29f0-43c3-bee5-1563ef7974c9
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=?
2022-11-06T00:10:37.490Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f9cc315-e54e-454e-8354-ecb7e99f5f4f
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=?
2022-11-06T00:10:37.545Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||vFW 6ab6e061-6710 0
2022-11-06T00:10:37.551Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f9cc315-e54e-454e-8354-ecb7e99f5f4f
2022-11-06T00:10:37.551Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb77f827-d6f7-46e4-a694-15723a062ec7 from URL: /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json
2022-11-06T00:10:37.551Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T00:10:37.551Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json
2022-11-06T00:10:37.618Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T00:10:37.619Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json eb77f827-d6f7-46e4-a694-15723a062ec7 785
2022-11-06T00:10:37.619Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json ASDC sendASDCNotification
2022-11-06T00:10:37.619Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json
2022-11-06T00:10:37.619Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:10:37.620Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:37.622Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:37.622Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693437619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:37.722Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:37.723Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:37.724Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:37.738Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:37.739Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:38.624Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ab6e0616710..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b07bdfa0-8a05-4d60-ab1e-552566191727",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d1c5d239-d2bb-46a6-bc96-9f42f75decf4",
"vfModuleModelCustomizationUUID": "34a97bee-5a0e-4f20-a0cb-b5a7a171ca55",
"isBase": true,
"artifacts": [
"26257704-29d8-4ebc-b826-bc621b723a95",
"bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec"
],
"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": ""
}
}
]
2022-11-06T00:10:38.638Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ab6e0616710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d1c5d239-d2bb-46a6-bc96-9f42f75decf4
VfModuleModelInvariantUUID:b07bdfa0-8a05-4d60-ab1e-552566191727
VfModuleModelDescription:NULL
Artifacts UUID List:{
26257704-29d8-4ebc-b826-bc621b723a95
,
bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec
}
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
}
2022-11-06T00:10:38.642Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ab6e0616710..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b07bdfa0-8a05-4d60-ab1e-552566191727",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d1c5d239-d2bb-46a6-bc96-9f42f75decf4",
"vfModuleModelCustomizationUUID": "34a97bee-5a0e-4f20-a0cb-b5a7a171ca55",
"isBase": true,
"artifacts": [
"26257704-29d8-4ebc-b826-bc621b723a95",
"bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec"
],
"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": ""
}
}
]
2022-11-06T00:10:38.648Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ab6e0616710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d1c5d239-d2bb-46a6-bc96-9f42f75decf4
VfModuleModelInvariantUUID:b07bdfa0-8a05-4d60-ab1e-552566191727
VfModuleModelDescription:NULL
Artifacts UUID List:{
26257704-29d8-4ebc-b826-bc621b723a95
,
bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec
}
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
}
2022-11-06T00:10:38.649Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26257704-29d8-4ebc-b826-bc621b723a95 from URL: /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml
2022-11-06T00:10:38.649Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T00:10:38.649Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml
2022-11-06T00:10:38.728Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T00:10:38.729Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml 26257704-29d8-4ebc-b826-bc621b723a95 20368
2022-11-06T00:10:38.729Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T00:10:38.729Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml
2022-11-06T00:10:38.729Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:10:38.729Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:38.731Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:38.732Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:38.832Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:38.833Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:38.833Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:38.848Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:38.848Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:10:39.740Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec from URL: /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env
2022-11-06T00:10:39.741Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T00:10:39.741Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env
2022-11-06T00:10:39.801Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T00:10:39.803Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env bbcf04c5-b640-4a82-8b17-d5ad2f4cfcec 2098
2022-11-06T00:10:39.804Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T00:10:39.804Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env
2022-11-06T00:10:39.804Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:10:39.804Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:39.806Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:39.806Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693439804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:10:39.906Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:39.907Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:39.908Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:39.920Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:39.921Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:40.807Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5daae426-1a4d-45ac-b1aa-ef36befeaeee
2022-11-06T00:10:40.807Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ab6e061-6710 0 7f9cc315-e54e-454e-8354-ecb7e99f5f4f 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=?
2022-11-06T00:10:40.938Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69f5c5dd, org.onap.sdc.toscaparser.api.parameters.Input@1ec37df, org.onap.sdc.toscaparser.api.parameters.Input@2d6b1bb6, org.onap.sdc.toscaparser.api.parameters.Input@5f006dda, org.onap.sdc.toscaparser.api.parameters.Input@181c90ca]
2022-11-06T00:10:40.944Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.944Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:40.944Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-06T00:10:40.945Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a22b587a-74f6-4359-9dda-c1fcc4f8b266
2022-11-06T00:10:40.945Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a22b587a-74f6-4359-9dda-c1fcc4f8b266 matches Tosca VF Customization UUID: a22b587a-74f6-4359-9dda-c1fcc4f8b266
2022-11-06T00:10:40.945Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a22b587a-74f6-4359-9dda-c1fcc4f8b266 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=?
2022-11-06T00:10:40.955Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.955Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:40.957Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a22b587a-74f6-4359-9dda-c1fcc4f8b266: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T00:10:40.957Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eb72d38
2022-11-06T00:10:40.957Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.957Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T00:10:40.958Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34a97bee-5a0e-4f20-a0cb-b5a7a171ca55
2022-11-06T00:10:40.959Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34a97bee-5a0e-4f20-a0cb-b5a7a171ca55
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=?
2022-11-06T00:10:40.970Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.971Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:40.971Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:40.972Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.973Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:40.973Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:40.973Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.974Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:40.974Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:40.974Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:40.974Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T00:10:40.974Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T00:10:40.974Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:40.975Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54f0fb15-bd8b-4bc0-9df5-b8d933926151
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=?
2022-11-06T00:10:40.985Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.985Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:40.985Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:40.986Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:40.987Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:40.988Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=315cfa1a-5b51-439a-b05c-9fe2b0c4c85a
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=?
2022-11-06T00:10:40.998Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:40.999Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:40.999Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:41.002Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.003Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is not matching search criteria
2022-11-06T00:10:41.003Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T00:10:41.003Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T00:10:41.004Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T00:10:41.004Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:41.004Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:41.004Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T00:10:41.004Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T00:10:41.004Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T00:10:41.005Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T00:10:41.005Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T00:10:41.006Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T00:10:41.006Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T00:10:41.006Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8846a2ee-cf8b-4eaa-ba33-c37cbdd0dfb8
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=?
2022-11-06T00:10:41.011Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.012Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:41.012Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:10:41.013Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.013Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Node template vFW 6ab6e061-6710 0 is matching search criteria
2022-11-06T00:10:41.013Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6ab6e061-6710 0] matching following query criteria: sdcType=VF, customizationUUID=a22b587a-74f6-4359-9dda-c1fcc4f8b266
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=?
2022-11-06T00:10:41.017Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.017Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:41.018Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5daae426-1a4d-45ac-b1aa-ef36befeaeee: vFW 6ab6e061-6710
2022-11-06T00:10:41.018Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.019Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:41.019Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.019Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:41.019Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.020Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:41.020Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.020Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:41.020Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:10:41.020Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-06 00-08-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:10:41.020Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-06 00-08-40
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 (?, ?, ?, ?, ?)
2022-11-06T00:10:41.462Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ab6e061-6710 7f9cc315-e54e-454e-8354-ecb7e99f5f4f 1 ASDC deployResourceStructure
2022-11-06T00:10:41.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json ASDC sendASDCNotification
2022-11-06T00:10:41.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json
2022-11-06T00:10:41.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:10:41.463Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:41.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:41.465Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693441463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:41.566Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:41.567Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:41.567Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:41.584Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:41.584Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:10:42.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T00:10:42.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml
2022-11-06T00:10:42.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:10:42.467Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:42.469Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:42.470Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693442467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:42.570Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:42.571Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:42.571Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:42.603Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:42.604Z||pool-15-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:43.471Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T00:10:43.474Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env
2022-11-06T00:10:43.474Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:10:43.474Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:43.476Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:43.476Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693443471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:43.577Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:10:43.577Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:43.577Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:43.595Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:43.596Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:44.477Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar ASDC sendASDCNotification
2022-11-06T00:10:44.478Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar
2022-11-06T00:10:44.478Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:10:44.478Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:10:44.480Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:10:44.481Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693444477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:10:44.580Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T00:10:44.581Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:10:44.582Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:10:44.608Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:10:44.609Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:10:45.482Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80c942a6-be3f-4456-9aab-2ee6811ef34c
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=?
2022-11-06T00:10:45.524Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80c942a6-be3f-4456-9aab-2ee6811ef34c
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=?
2022-11-06T00:10:45.532Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:10:45.532Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T00:10:45.533Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T00:10:45.534Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T00:10:45.534Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:10:45.540Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:10:45.540Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:10:45.541Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:10:45.541Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:10:45.541Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|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=?
2022-11-06T00:10:45.550Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T00:11:15.551Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80c942a6-be3f-4456-9aab-2ee6811ef34c 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=?
2022-11-06T00:11:15.568Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80c942a6-be3f-4456-9aab-2ee6811ef34c and serviceModelVersionId: 5daae426-1a4d-45ac-b1aa-ef36befeaeee
2022-11-06T00:11:15.568Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b10480d8-a102-467e-991c-36a477cfb14a
2022-11-06T00:11:25.317Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:11:25.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:11:25.318Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:25.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:25.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:11:25.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:11:25.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-06T00:11:27.495Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b10480d8-a102-467e-991c-36a477cfb14a/model-vers/model-ver/5daae426-1a4d-45ac-b1aa-ef36befeaeee?depth=0
2022-11-06T00:11:27.604Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T00:11:28.159Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b10480d8-a102-467e-991c-36a477cfb14a/model-vers/model-ver/5daae426-1a4d-45ac-b1aa-ef36befeaeee?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]}
2022-11-06T00:11:28.165Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b10480d8-a102-467e-991c-36a477cfb14a/model-vers/model-ver/5daae426-1a4d-45ac-b1aa-ef36befeaeee?depth=0|INFO|500||Invoke
2022-11-06T00:11:28.187Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b10480d8-a102-467e-991c-36a477cfb14a/model-vers/model-ver/5daae426-1a4d-45ac-b1aa-ef36befeaeee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T00:11:28.474Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b10480d8-a102-467e-991c-36a477cfb14a/model-vers/model-ver/5daae426-1a4d-45ac-b1aa-ef36befeaeee?depth=0|INFO|500||InvokeReturn
2022-11-06T00:11:28.474Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b10480d8-a102-467e-991c-36a477cfb14a/model-vers/model-ver/5daae426-1a4d-45ac-b1aa-ef36befeaeee?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[243], X-AAI-TXID=[2-aai-resources-221106-00:11:28:349-2125], vertex-id=[585976], Content-Length=[0], Date=[Sun, 06 Nov 2022 00:11:28 GMT], Content-Type=[application/json]}
2022-11-06T00:11:28.475Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T00:11:28.496Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T00:11:28.496Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|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=?
2022-11-06T00:11:28.507Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|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:71)
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)
2022-11-06T00:11:28.508Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80c942a6-be3f-4456-9aab-2ee6811ef34c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T00:11:28.509Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T00:11:28.510Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:28.514Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:28.514Z|80c942a6-be3f-4456-9aab-2ee6811ef34c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693488508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T00:11:28.612Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T00:11:28.613Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:28.614Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:28.633Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:28.633Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
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=?
2022-11-06T00:11:29.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:11:29.553Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:11:29.554Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:30.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:30.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T00:11:30.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a245bb13-e5e0-4702-a256-fb80d0739626","serviceName":"basic_onboard_BiqjSx","serviceVersion":"1.0","serviceUUID":"1b3b3607-89c0-47de-bdbb-d5f5d9db024d","serviceDescription":"service","serviceInvariantUUID":"3d7d7c88-82f7-4695-9644-c962630dc3e7","resources":[{"resourceInstanceName":"basic_onboard_BiqjSx 0","resourceName":"basic_onboard_BiqjSx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed3365d1-d30c-4488-b952-e1e94b61b78b","resourceInvariantUUID":"f26b4244-9849-4598-b908-186a5eae8dd2","resourceCustomizationUUID":"43908261-a9e6-4592-85fc-1af8ec1f718b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml","artifactChecksum":"YjhjZGMyMDM0M2RlMjNhMTQzYzY3Y2FiNDVmZGMxYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e45d1076-a379-4955-8c49-180064d9c0e9","artifactVersion":"1"},{"artifactName":"basic_onboard_biqjsx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json","artifactChecksum":"YWQ1MGQ2NTllNGE3NDA4OTVjMGUzNTQxZGE5ZWYxZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0c8d818-8cca-4f0f-8596-90c68d3d5a6c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7818c8f-b23e-408b-b927-ca221785a6e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"48c94421-f12b-4fa2-94f6-6c71728b0b6f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"959634d4-9b6b-40ed-a92f-7e9349554a5d","artifactVersion":"2","generatedFromUUID":"a7818c8f-b23e-408b-b927-ca221785a6e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBiqjsx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml","artifactChecksum":"ODYzNzEyMmI2YTQ3NjZhNzgzZjEyYThjMTFmNjNiMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d66b160-2dc9-4edb-9f4f-f09c7ff44903","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBiqjsx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar","artifactChecksum":"MjdiNmIyMzI3YTRhM2M0MTRiNTUxYTk2ZTQ4ZDk4ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3426e61a-5ba9-424f-8e2c-c58267883bb0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T00:11:30.187Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:30.187Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:30.191Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:30.192Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:11:30.292Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:30.298Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:30.299Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:30.318Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:30.319Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:31.192Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:31.193Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:31.196Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:31.196Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T00:11:31.297Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:31.298Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:31.298Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:31.311Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:31.312Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:11:32.197Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:32.198Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:32.201Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:32.201Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:11:32.300Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T00:11:32.301Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:32.301Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:32.314Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:32.315Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:33.202Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:33.203Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:33.205Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:33.206Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:11:33.310Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-06T00:11:33.312Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:33.312Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:33.332Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:33.333Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:34.207Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:34.208Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:34.210Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:34.210Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-06T00:11:34.310Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T00:11:34.311Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:34.311Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:34.332Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:34.332Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:11:35.212Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:35.213Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:35.215Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:35.215Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:11:35.315Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:35.316Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:35.317Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:35.343Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:35.344Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:11:36.218Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:11:36.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:36.220Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:36.221Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:11:36.321Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:36.322Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:36.323Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:36.342Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:36.342Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:37.225Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"serviceName": "basic_onboard_BiqjSx",
"serviceVersion": "1.0",
"serviceUUID": "1b3b3607-89c0-47de-bdbb-d5f5d9db024d",
"serviceDescription": "service",
"serviceInvariantUUID": "3d7d7c88-82f7-4695-9644-c962630dc3e7",
"resources": [
{
"resourceInstanceName": "basic_onboard_BiqjSx 0",
"resourceCustomizationUUID": "43908261-a9e6-4592-85fc-1af8ec1f718b",
"resourceName": "basic_onboard_BiqjSx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ed3365d1-d30c-4488-b952-e1e94b61b78b",
"resourceInvariantUUID": "f26b4244-9849-4598-b908-186a5eae8dd2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_biqjsx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"artifactChecksum": "YWQ1MGQ2NTllNGE3NDA4OTVjMGUzNTQxZGE5ZWYxZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f0c8d818-8cca-4f0f-8596-90c68d3d5a6c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a7818c8f-b23e-408b-b927-ca221785a6e6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "959634d4-9b6b-40ed-a92f-7e9349554a5d",
"generatedFromUUID": "a7818c8f-b23e-408b-b927-ca221785a6e6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "959634d4-9b6b-40ed-a92f-7e9349554a5d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBiqjsx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"artifactChecksum": "MjdiNmIyMzI3YTRhM2M0MTRiNTUxYTk2ZTQ4ZDk4ZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3426e61a-5ba9-424f-8e2c-c58267883bb0"
}
],
"workloadContext": "Production"
}
2022-11-06T00:11:37.226Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T00:11:37.226Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b3b3607-89c0-47de-bdbb-d5f5d9db024d ASDC
2022-11-06T00:11:37.227Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a245bb13-e5e0-4702-a256-fb80d0739626
ServiceName:basic_onboard_BiqjSx
ServiceVersion:1.0
ServiceUUID:1b3b3607-89c0-47de-bdbb-d5f5d9db024d
ServiceInvariantUUID:3d7d7c88-82f7-4695-9644-c962630dc3e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBiqjsx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar
ArtifactUUID:3426e61a-5ba9-424f-8e2c-c58267883bb0
ArtifactChecksum:MjdiNmIyMzI3YTRhM2M0MTRiNTUxYTk2ZTQ4ZDk4ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BiqjSx 0
ResourceCustomizationUUID:43908261-a9e6-4592-85fc-1af8ec1f718b
ResourceInvariantUUID:f26b4244-9849-4598-b908-186a5eae8dd2
ResourceName:basic_onboard_BiqjSx
ResourceType:VF
ResourceUUID:ed3365d1-d30c-4488-b952-e1e94b61b78b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_biqjsx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json
ArtifactUUID:f0c8d818-8cca-4f0f-8596-90c68d3d5a6c
ArtifactChecksum:YWQ1MGQ2NTllNGE3NDA4OTVjMGUzNTQxZGE5ZWYxZDI=
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/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a7818c8f-b23e-408b-b927-ca221785a6e6
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/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env
ArtifactUUID:959634d4-9b6b-40ed-a92f-7e9349554a5d
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/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env
ArtifactUUID:959634d4-9b6b-40ed-a92f-7e9349554a5d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-06T00:11:37.227Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b3b3607-89c0-47de-bdbb-d5f5d9db024d 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 (?, ?, ?, ?, ?)
2022-11-06T00:11:37.307Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:11:37.308Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T00:11:37.308Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T00:11:37.308Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3426e61a-5ba9-424f-8e2c-c58267883bb0 from URL: /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:37.308Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T00:11:37.309Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:37.379Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T00:11:37.382Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar 3426e61a-5ba9-424f-8e2c-c58267883bb0 75295
2022-11-06T00:11:37.383Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar ASDC sendASDCNotification
2022-11-06T00:11:37.383Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:37.383Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:11:37.384Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:37.387Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:37.387Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693497382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:11:37.488Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:37.488Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:37.489Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:37.504Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:37.505Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:38.388Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:11:38.389Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T00:11:38.389Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3426e61a-5ba9-424f-8e2c-c58267883bb0, URL: /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar to file: /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:38.389Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:38.390Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:38.390Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:38.506Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2615481215660545471/Definitions/service-BasicOnboardBiqjsx-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
2022-11-06T00:11:39.543Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T00:11:39.544Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T00:11:39.544Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BiqjSx 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-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T00:11:39.545Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.546Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.546Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:39.546Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T00:11:39.546Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:11:39.546Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.546Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.547Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is not matching search criteria
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:39.548Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:11:39.549Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.549Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:39.549Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:11:39.549Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.549Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:39.549Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is not matching search criteria
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a107721-8e76-4020-8c8c-822bb2190c02
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.550Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:39.551Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_BiqjSx
Description:service
Model UUID:1b3b3607-89c0-47de-bdbb-d5f5d9db024d
Model Version:NULL
Model InvariantUuid:3d7d7c88-82f7-4695-9644-c962630dc3e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_BiqjSx
Model UUID:7770fe6e-dc13-4da2-a9bb-f9ef276703c3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f26b4244-9849-4598-b908-186a5eae8dd2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:43908261-a9e6-4592-85fc-1af8ec1f718b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a428151a-d759-42d2-bd2e-29dc292f3cf0
ModelName:BasicOnboardBiqjsx..base_ubuntu18..module-0
ModelUuid:264a511b-988f-444e-a22f-1f7804bdbc3b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6a107721-8e76-4020-8c8c-822bb2190c02
ModelInvariantUuid:de0124fa-87b4-45ca-9db1-0664affde47b
ModelName:basic_onboard_BiqjSx-nodes.ubuntu18Cvfc
ModelUuid:855e7f03-ed2a-4530-972d-ae6ab5d3651d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f7ddc027-d2cb-4bab-9063-a3bbe0a44e88
ModelInvariantUuid:b15fbc6d-5e1d-488e-83d8-2fb5c59bd399
ModelName:BasicOnboardBiqjsx.compute.nodes.heat.ubuntu18
ModelUuid:e0af2886-e6b9-4e99-9d8c-ca8b2bc9afe6
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=?
2022-11-06T00:11:39.564Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ed3365d1-d30c-4488-b952-e1e94b61b78b
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=?
2022-11-06T00:11:39.570Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||basic_onboard_BiqjSx 0
2022-11-06T00:11:39.570Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed3365d1-d30c-4488-b952-e1e94b61b78b
2022-11-06T00:11:39.571Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f0c8d818-8cca-4f0f-8596-90c68d3d5a6c from URL: /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json
2022-11-06T00:11:39.571Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T00:11:39.571Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json
2022-11-06T00:11:39.633Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T00:11:39.634Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json f0c8d818-8cca-4f0f-8596-90c68d3d5a6c 798
2022-11-06T00:11:39.635Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json ASDC sendASDCNotification
2022-11-06T00:11:39.635Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json
2022-11-06T00:11:39.635Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:11:39.635Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:39.638Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:39.638Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693499635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:11:39.739Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:39.740Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:39.741Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:39.776Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:39.777Z||pool-27-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:40.639Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBiqjsx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a428151a-d759-42d2-bd2e-29dc292f3cf0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "264a511b-988f-444e-a22f-1f7804bdbc3b",
"vfModuleModelCustomizationUUID": "8aab00a2-d080-4557-91ef-ac7f09030f7d",
"isBase": true,
"artifacts": [
"a7818c8f-b23e-408b-b927-ca221785a6e6",
"959634d4-9b6b-40ed-a92f-7e9349554a5d"
],
"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": ""
}
}
]
2022-11-06T00:11:40.644Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBiqjsx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:264a511b-988f-444e-a22f-1f7804bdbc3b
VfModuleModelInvariantUUID:a428151a-d759-42d2-bd2e-29dc292f3cf0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7818c8f-b23e-408b-b927-ca221785a6e6
,
959634d4-9b6b-40ed-a92f-7e9349554a5d
}
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
}
2022-11-06T00:11:40.646Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBiqjsx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a428151a-d759-42d2-bd2e-29dc292f3cf0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "264a511b-988f-444e-a22f-1f7804bdbc3b",
"vfModuleModelCustomizationUUID": "8aab00a2-d080-4557-91ef-ac7f09030f7d",
"isBase": true,
"artifacts": [
"a7818c8f-b23e-408b-b927-ca221785a6e6",
"959634d4-9b6b-40ed-a92f-7e9349554a5d"
],
"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": ""
}
}
]
2022-11-06T00:11:40.646Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBiqjsx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:264a511b-988f-444e-a22f-1f7804bdbc3b
VfModuleModelInvariantUUID:a428151a-d759-42d2-bd2e-29dc292f3cf0
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7818c8f-b23e-408b-b927-ca221785a6e6
,
959634d4-9b6b-40ed-a92f-7e9349554a5d
}
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
}
2022-11-06T00:11:40.646Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a7818c8f-b23e-408b-b927-ca221785a6e6 from URL: /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml
2022-11-06T00:11:40.646Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T00:11:40.647Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml
2022-11-06T00:11:40.708Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T00:11:40.709Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml a7818c8f-b23e-408b-b927-ca221785a6e6 5033
2022-11-06T00:11:40.710Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-06T00:11:40.710Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml
2022-11-06T00:11:40.710Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:11:40.710Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:40.712Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:40.713Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693500710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:11:40.814Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T00:11:40.815Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:40.815Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:40.832Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:40.833Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:41.714Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 959634d4-9b6b-40ed-a92f-7e9349554a5d from URL: /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env
2022-11-06T00:11:41.715Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T00:11:41.715Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env
2022-11-06T00:11:41.785Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T00:11:41.786Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env 959634d4-9b6b-40ed-a92f-7e9349554a5d 909
2022-11-06T00:11:41.786Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-06T00:11:41.788Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env
2022-11-06T00:11:41.788Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:11:41.789Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:41.791Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:41.791Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693501786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:11:41.892Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T00:11:41.893Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:41.894Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:41.908Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:41.908Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:11:42.793Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1b3b3607-89c0-47de-bdbb-d5f5d9db024d
2022-11-06T00:11:42.793Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BiqjSx 0 ed3365d1-d30c-4488-b952-e1e94b61b78b 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=?
2022-11-06T00:11:42.872Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ab1573f, org.onap.sdc.toscaparser.api.parameters.Input@695b8644, org.onap.sdc.toscaparser.api.parameters.Input@4780d0ee, org.onap.sdc.toscaparser.api.parameters.Input@46a5387e, org.onap.sdc.toscaparser.api.parameters.Input@761d973a]
2022-11-06T00:11:42.874Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.874Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.875Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-06T00:11:42.875Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 43908261-a9e6-4592-85fc-1af8ec1f718b
2022-11-06T00:11:42.875Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43908261-a9e6-4592-85fc-1af8ec1f718b matches Tosca VF Customization UUID: 43908261-a9e6-4592-85fc-1af8ec1f718b
2022-11-06T00:11:42.875Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 43908261-a9e6-4592-85fc-1af8ec1f718b 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=?
2022-11-06T00:11:42.881Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.881Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.882Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 43908261-a9e6-4592-85fc-1af8ec1f718b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T00:11:42.882Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d8e57db
2022-11-06T00:11:42.882Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.882Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T00:11:42.882Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8aab00a2-d080-4557-91ef-ac7f09030f7d
2022-11-06T00:11:42.882Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8aab00a2-d080-4557-91ef-ac7f09030f7d
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=?
2022-11-06T00:11:42.887Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.888Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:42.888Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:11:42.889Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.889Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:42.889Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:11:42.889Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.889Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is not matching search criteria
2022-11-06T00:11:42.889Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-06T00:11:42.890Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T00:11:42.890Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a107721-8e76-4020-8c8c-822bb2190c02
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=?
2022-11-06T00:11:42.894Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.894Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:42.894Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T00:11:42.894Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.895Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BiqjSx 0 is matching search criteria
2022-11-06T00:11:42.895Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BiqjSx 0] matching following query criteria: sdcType=VF, customizationUUID=43908261-a9e6-4592-85fc-1af8ec1f718b
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=?
2022-11-06T00:11:42.897Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.897Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1b3b3607-89c0-47de-bdbb-d5f5d9db024d: basic_onboard_BiqjSx
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:11:42.898Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BiqjSx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:11:42.899Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_BiqjSx
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 (?, ?, ?, ?, ?)
2022-11-06T00:11:43.112Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BiqjSx ed3365d1-d30c-4488-b952-e1e94b61b78b 1 ASDC deployResourceStructure
2022-11-06T00:11:43.112Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json ASDC sendASDCNotification
2022-11-06T00:11:43.112Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json
2022-11-06T00:11:43.112Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:11:43.114Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:43.120Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:43.120Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693503112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T00:11:43.224Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-06T00:11:43.225Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:43.225Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:43.251Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:43.252Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:44.121Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-06T00:11:44.121Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml
2022-11-06T00:11:44.121Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:11:44.121Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:44.123Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:44.123Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693504120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T00:11:44.225Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-06T00:11:44.227Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:44.227Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:44.248Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:44.250Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:11:45.124Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-06T00:11:45.125Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env
2022-11-06T00:11:45.125Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:11:45.125Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:45.127Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:45.127Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693505124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-06T00:11:45.227Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:45.228Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:45.228Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:45.241Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:45.242Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:46.128Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar ASDC sendASDCNotification
2022-11-06T00:11:46.128Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar
2022-11-06T00:11:46.128Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:11:46.130Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:11:46.132Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:11:46.133Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693506128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:11:46.233Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:11:46.234Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:11:46.234Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:11:46.248Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:11:46.249Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:11:47.134Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626
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=?
2022-11-06T00:11:47.152Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626
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=?
2022-11-06T00:11:47.165Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:11:47.166Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T00:11:47.166Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T00:12:17.166Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626
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=?
2022-11-06T00:12:17.186Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626
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=?
2022-11-06T00:12:17.194Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:12:17.194Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T00:12:17.194Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T00:12:25.317Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:12:25.318Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:12:25.318Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:12:25.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:12:25.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693425312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693433358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693437619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693439804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693441463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/vfw6ab6e06167100_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693442467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693443471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/resourceInstances/vfw6ab6e06167100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693444477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106000840/1.0/artifacts/service-Vfw20221106000840-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693440939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693441572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693441999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693440614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693449870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693451391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693450700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693450658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693451668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "cds",
"timestamp": 1667693452398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T00:12:25.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a245bb13-e5e0-4702-a256-fb80d0739626
2022-11-06T00:12:25.401Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a245bb13-e5e0-4702-a256-fb80d0739626 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T00:12:25.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693451121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "policy-id",
"timestamp": 1667693452671,
"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=?
2022-11-06T00:12:25.447Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a245bb13-e5e0-4702-a256-fb80d0739626
2022-11-06T00:12:25.447Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a245bb13-e5e0-4702-a256-fb80d0739626 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 (?, ?, ?, ?, ?)
2022-11-06T00:12:25.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693452191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693453155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693453230,
"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=?
2022-11-06T00:12:25.475Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a245bb13-e5e0-4702-a256-fb80d0739626
2022-11-06T00:12:25.475Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a245bb13-e5e0-4702-a256-fb80d0739626 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=?
2022-11-06T00:12:25.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667693454161,
"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=?
2022-11-06T00:12:25.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a245bb13-e5e0-4702-a256-fb80d0739626
2022-11-06T00:12:25.509Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a245bb13-e5e0-4702-a256-fb80d0739626 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 (?, ?, ?, ?, ?)
2022-11-06T00:12:25.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667693454234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693450952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693458744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693466124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:12:25.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:12:25.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T00:12:25.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "aai-ml",
"timestamp": 1667693467131,
"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=?
2022-11-06T00:12:25.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a245bb13-e5e0-4702-a256-fb80d0739626
2022-11-06T00:12:25.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a245bb13-e5e0-4702-a256-fb80d0739626 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 (?, ?, ?, ?, ?)
2022-11-06T00:12:47.194Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626
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=?
2022-11-06T00:12:47.221Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626
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=?
2022-11-06T00:12:47.237Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:12:47.237Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T00:12:47.237Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T00:12:47.237Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T00:12:47.237Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:12:47.237Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:12:47.238Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:12:47.238Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:12:47.238Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:12:47.238Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T00:12:47.250Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T00:13:17.252Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a245bb13-e5e0-4702-a256-fb80d0739626 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=?
2022-11-06T00:13:17.272Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a245bb13-e5e0-4702-a256-fb80d0739626 and serviceModelVersionId: 1b3b3607-89c0-47de-bdbb-d5f5d9db024d
2022-11-06T00:13:17.272Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d7d7c88-82f7-4695-9644-c962630dc3e7
2022-11-06T00:13:17.273Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0
2022-11-06T00:13:17.277Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T00:13:17.346Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0|INFO|500||Invoke
2022-11-06T00:13:17.347Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a245bb13-e5e0-4702-a256-fb80d0739626], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26dd60a9-7b1b-49c4-9385-50ed643d830f], X-ECOMP-RequestID=[a245bb13-e5e0-4702-a256-fb80d0739626], X-TransactionId=[], X-ONAP-RequestID=[a245bb13-e5e0-4702-a256-fb80d0739626], Content-Type=[application/merge-patch+json]}
2022-11-06T00:13:17.363Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T00:13:17.561Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?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/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[155], X-AAI-TXID=[0-aai-resources-221106-00:13:17:523-94783], vertex-id=[319576], Content-Length=[0], Date=[Sun, 06 Nov 2022 00:13:17 GMT], Content-Type=[application/json]}
2022-11-06T00:13:17.563Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T00:13:17.564Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3d7d7c88-82f7-4695-9644-c962630dc3e7/model-vers/model-ver/1b3b3607-89c0-47de-bdbb-d5f5d9db024d?depth=0|INFO|500||InvokeReturn
2022-11-06T00:13:17.565Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T00:13:17.566Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T00:13:17.576Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
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)
2022-11-06T00:13:17.577Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a245bb13-e5e0-4702-a256-fb80d0739626 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T00:13:17.577Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T00:13:17.578Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:13:17.579Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:13:17.580Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693597577,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T00:13:17.680Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:13:17.681Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:13:17.681Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:13:17.699Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:13:17.699Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
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=?
2022-11-06T00:13:18.596Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:13:18.597Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:13:18.598Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:13:25.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:13:25.318Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:13:25.318Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:13:25.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:13:25.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "80c942a6-be3f-4456-9aab-2ee6811ef34c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693488508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T00:13:25.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:13:25.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693489552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693497382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693499635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693500710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693501786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693503112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/basic_onboard_biqjsx0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693504120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693505124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/resourceInstances/basic_onboard_biqjsx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693506128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqjsx/1.0/artifacts/service-BasicOnboardBiqjsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:13:25.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:13:28.142Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:13:28.143Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:13:28.144Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:13:28.144Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:13:37.723Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:14:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:14:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:14:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:14:25.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:14:25.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:14:25.317Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:14:25.845Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:14:25.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T00:14:25.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a245bb13-e5e0-4702-a256-fb80d0739626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667693597577,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T00:14:25.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:14:34.862Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:15:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:15:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:15:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:15:25.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:15:25.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:15:25.317Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:15:34.870Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:15:34.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:16:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:16:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:16:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:16:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:16:25.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:16:25.317Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:16:34.885Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:16:34.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:17:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:17:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:17:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:17:25.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:17:25.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:17:25.317Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:17:34.856Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:17:34.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:18:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:18:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:18:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:18:25.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:18:25.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:18:25.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:18:34.866Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:18:34.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:19:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:19:25.314Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:19:25.314Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:19:25.317Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:19:25.320Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:19:25.320Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:19:34.859Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:19:34.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:20:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:20:25.314Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:20:25.314Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:20:25.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:20:25.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:20:25.317Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:20:34.871Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:20:34.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:21:25.312Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:21:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:21:25.313Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:21:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:21:25.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:21:25.318Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:21:34.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:21:34.873Z|a245bb13-e5e0-4702-a256-fb80d0739626|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:22:25.312Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:22:25.313Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:22:25.313Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:22:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:22:25.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:22:25.317Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:22:34.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:22:34.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:23:25.312Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:23:25.313Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:23:25.313Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:23:25.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:23:25.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:23:25.318Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:23:34.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:23:34.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:25.312Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:24:25.313Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:24:25.314Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:24:25.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:24:25.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:24:25.317Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:24:25.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:25.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "policy-id",
"timestamp": 1667694241999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:24:25.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:25.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d4ff03b-9c3b-4954-acf4-32d9904b820f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a3173897-12d1-4d4a-bbc1-ca91ae243751","serviceDescription":"service","serviceInvariantUUID":"a56e43ff-0652-45de-b2e9-b5552000c93c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4f5e2750-3bba-49d2-abea-0e5da285842e","resourceInvariantUUID":"d02a526f-5f96-42da-bcd5-f7fdaac15e51","resourceCustomizationUUID":"da653207-37ea-451f-9fca-3e696f318271","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":"MDgxMDhkZTM3MzZlNjY4Mjg0NjBmZmUxNGVlMmU4NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86966383-6f1a-4470-b204-91cb303a2645","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjkzMmE1MDc1NGRkZGJlMGY3MGM3YzY1ZDU2MTNjN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd7d879b-7920-408c-be8d-1e2dd5dadb38","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T00:24:25.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:25.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667694240939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:24:25.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:25.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "cds",
"timestamp": 1667694236572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:24:25.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:25.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667694240939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "cds",
"timestamp": 1667694236572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "policy-id",
"timestamp": 1667694241999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "cds",
"timestamp": 1667694248762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "policy-id",
"timestamp": 1667694247984,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "policy-id",
"timestamp": 1667694248997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:24:25.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:25.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "cds",
"timestamp": 1667694249773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-06T00:24:25.957Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:24:25.957Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
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=?
2022-11-06T00:24:25.982Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:24:25.982Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694265312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T00:24:25.993Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d4ff03b-9c3b-4954-acf4-32d9904b820f
2022-11-06T00:24:25.994Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4ff03b-9c3b-4954-acf4-32d9904b820f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T00:24:26.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "policy-id",
"timestamp": 1667694250005,
"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=?
2022-11-06T00:24:26.046Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d4ff03b-9c3b-4954-acf4-32d9904b820f
2022-11-06T00:24:26.046Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4ff03b-9c3b-4954-acf4-32d9904b820f 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 (?, ?, ?, ?, ?)
2022-11-06T00:24:26.066Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-11-06T00:24:26.068Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:24:26.068Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694250615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694250615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694253464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:24:26.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:24:26.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694255389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:24:26.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:24:26.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694256395,
"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=?
2022-11-06T00:24:26.087Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d4ff03b-9c3b-4954-acf4-32d9904b820f
2022-11-06T00:24:26.087Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4ff03b-9c3b-4954-acf4-32d9904b820f 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=?
2022-11-06T00:24:26.096Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:26.096Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T00:24:26.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "aai-ml",
"timestamp": 1667694260953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "aai-ml",
"timestamp": 1667694260953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "aai-ml",
"timestamp": 1667694263722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:24:26.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:24:26.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:24:26.984Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:24:26.985Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:24:26.986Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694265312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:24:27.087Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T00:24:27.088Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:24:27.088Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:24:27.111Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:27.112Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:24:27.987Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "a3173897-12d1-4d4a-bbc1-ca91ae243751",
"serviceDescription": "service",
"serviceInvariantUUID": "a56e43ff-0652-45de-b2e9-b5552000c93c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "da653207-37ea-451f-9fca-3e696f318271",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4f5e2750-3bba-49d2-abea-0e5da285842e",
"resourceInvariantUUID": "d02a526f-5f96-42da-bcd5-f7fdaac15e51",
"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": "MjkzMmE1MDc1NGRkZGJlMGY3MGM3YzY1ZDU2MTNjN2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd7d879b-7920-408c-be8d-1e2dd5dadb38"
}
],
"workloadContext": "Production"
}
2022-11-06T00:24:27.988Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T00:24:27.988Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a3173897-12d1-4d4a-bbc1-ca91ae243751 ASDC
2022-11-06T00:24:27.988Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0d4ff03b-9c3b-4954-acf4-32d9904b820f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a3173897-12d1-4d4a-bbc1-ca91ae243751
ServiceInvariantUUID:a56e43ff-0652-45de-b2e9-b5552000c93c
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:bd7d879b-7920-408c-be8d-1e2dd5dadb38
ArtifactChecksum:MjkzMmE1MDc1NGRkZGJlMGY3MGM3YzY1ZDU2MTNjN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:da653207-37ea-451f-9fca-3e696f318271
ResourceInvariantUUID:d02a526f-5f96-42da-bcd5-f7fdaac15e51
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4f5e2750-3bba-49d2-abea-0e5da285842e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-06T00:24:27.989Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3173897-12d1-4d4a-bbc1-ca91ae243751 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=?
2022-11-06T00:24:28.028Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:24:28.029Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-06T00:24:28.030Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-06T00:24:28.030Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd7d879b-7920-408c-be8d-1e2dd5dadb38 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T00:24:28.030Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-06T00:24:28.030Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T00:24:28.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-06T00:24:28.099Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bd7d879b-7920-408c-be8d-1e2dd5dadb38 57659
2022-11-06T00:24:28.099Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-06T00:24:28.100Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T00:24:28.100Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:24:28.100Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:24:28.103Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:24:28.103Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694268099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:24:28.203Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:24:28.204Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:24:28.204Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:24:28.217Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:28.218Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:24:29.104Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:24:29.106Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-06T00:24:29.106Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bd7d879b-7920-408c-be8d-1e2dd5dadb38, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T00:24:29.106Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-06T00:24:29.107Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T00:24:29.107Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T00:24:29.300Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11710020791914588023/Definitions/service-BasicNetwork-template.yml
2022-11-06T00:24:29.710Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T00:24:29.710Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.711Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T00:24:29.712Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-06T00:24:29.712Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:24:29.712Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.712Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.712Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T00:24:29.712Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-06T00:24:29.713Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:24:29.713Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.713Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.713Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.713Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.713Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.714Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.714Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.714Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.714Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.714Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.714Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:a3173897-12d1-4d4a-bbc1-ca91ae243751
Model Version:NULL
Model InvariantUuid:a56e43ff-0652-45de-b2e9-b5552000c93c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d02a526f-5f96-42da-bcd5-f7fdaac15e51
Model UUID:ecffaef9-a729-43bb-943b-3037915095d8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:da653207-37ea-451f-9fca-3e696f318271
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=?
2022-11-06T00:24:29.736Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 4f5e2750-3bba-49d2-abea-0e5da285842e
2022-11-06T00:24:29.737Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||No resources found for Service: a3173897-12d1-4d4a-bbc1-ca91ae243751
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=?
2022-11-06T00:24:29.747Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||
2022-11-06T00:24:29.747Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-06T00:24:29.748Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a3173897-12d1-4d4a-bbc1-ca91ae243751
2022-11-06T00:24:29.749Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a3173897-12d1-4d4a-bbc1-ca91ae243751
2022-11-06T00:24:29.749Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-06T00:24:29.749Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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=?
2022-11-06T00:24:29.771Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f7dc759, org.onap.sdc.toscaparser.api.parameters.Input@70ecb15e, org.onap.sdc.toscaparser.api.parameters.Input@2d9d4653, org.onap.sdc.toscaparser.api.parameters.Input@1f77335f, org.onap.sdc.toscaparser.api.parameters.Input@2e8168e7]
2022-11-06T00:24:29.774Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.774Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.775Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.775Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.775Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a3173897-12d1-4d4a-bbc1-ca91ae243751: Generic NeutronNet
2022-11-06T00:24:29.775Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.776Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.776Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.776Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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=?
2022-11-06T00:24:29.839Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.839Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.840Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.840Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.840Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:24:29.840Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:24:29.840Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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 (?, ?)
2022-11-06T00:24:29.955Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-06T00:24:29.956Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-06T00:24:29.956Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T00:24:29.956Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T00:24:29.956Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:24:29.961Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:24:29.961Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694269956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:24:30.059Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T00:24:30.060Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:24:30.060Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:24:30.073Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:24:30.074Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:24:30.965Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:24:30.986Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:24:30.991Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:24:30.991Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T00:24:30.991Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T00:25:00.992Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:25:01.007Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:25:01.011Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:25:01.011Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T00:25:01.011Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T00:25:25.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:25:25.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:25:25.318Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:25:25.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:25:25.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:25:25.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694265312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:25:25.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:25:31.011Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:25:31.026Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:25:31.030Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:25:31.030Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T00:25:31.031Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T00:26:01.031Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:26:01.048Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:26:01.053Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:26:01.053Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T00:26:01.054Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T00:26:25.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:26:25.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:26:25.319Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:26:25.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:26:25.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694265312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:26:25.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "aai-ml",
"timestamp": 1667694268020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:26:25.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:26:25.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694268099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:26:25.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:26:25.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "aai-ml",
"timestamp": 1667694269025,
"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=?
2022-11-06T00:26:25.377Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d4ff03b-9c3b-4954-acf4-32d9904b820f
2022-11-06T00:26:25.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4ff03b-9c3b-4954-acf4-32d9904b820f 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 (?, ?, ?, ?, ?)
2022-11-06T00:26:25.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694269956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T00:26:25.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:26:25.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "aai-ml",
"timestamp": 1667694320952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667694320938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "aai-ml",
"timestamp": 1667694320952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "policy-id",
"timestamp": 1667694321999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694310614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694311572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667694320938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "aai-ml",
"timestamp": 1667694320952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "policy-id",
"timestamp": 1667694321999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667694320938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "cds",
"timestamp": 1667694325183,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667694324413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "aai-ml",
"timestamp": 1667694320952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "policy-id",
"timestamp": 1667694321999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:26:25.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T00:26:31.054Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:26:31.084Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f
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=?
2022-11-06T00:26:31.089Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T00:26:31.090Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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=?
2022-11-06T00:26:31.103Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T00:27:01.104Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f 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=?
2022-11-06T00:27:01.115Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d4ff03b-9c3b-4954-acf4-32d9904b820f and serviceModelVersionId: a3173897-12d1-4d4a-bbc1-ca91ae243751
2022-11-06T00:27:01.116Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a56e43ff-0652-45de-b2e9-b5552000c93c
2022-11-06T00:27:01.118Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0
2022-11-06T00:27:01.126Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T00:27:01.180Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0|INFO|500||Invoke
2022-11-06T00:27:01.180Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d4ff03b-9c3b-4954-acf4-32d9904b820f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c661ba69-7946-475e-a1a0-f6b958fd12e5], X-ECOMP-RequestID=[0d4ff03b-9c3b-4954-acf4-32d9904b820f], X-TransactionId=[], X-ONAP-RequestID=[0d4ff03b-9c3b-4954-acf4-32d9904b820f], Content-Type=[application/merge-patch+json]}
2022-11-06T00:27:01.186Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T00:27:01.310Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?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/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[120], X-AAI-TXID=[0-aai-resources-221106-00:27:01:348-4922], vertex-id=[631032], Content-Length=[0], Date=[Sun, 06 Nov 2022 00:27:01 GMT], Content-Type=[application/json]}
2022-11-06T00:27:01.310Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T00:27:01.311Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a56e43ff-0652-45de-b2e9-b5552000c93c/model-vers/model-ver/a3173897-12d1-4d4a-bbc1-ca91ae243751?depth=0|INFO|500||InvokeReturn
2022-11-06T00:27:01.311Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T00:27:01.311Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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=?
2022-11-06T00:27:01.322Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||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:71)
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)
2022-11-06T00:27:01.323Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d4ff03b-9c3b-4954-acf4-32d9904b820f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T00:27:01.323Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T00:27:01.323Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:01.326Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:01.326Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d4ff03b-9c3b-4954-acf4-32d9904b820f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694421323,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T00:27:01.426Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:01.427Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:01.427Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:01.446Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:01.447Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
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=?
2022-11-06T00:27:02.355Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T00:27:02.355Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T00:27:02.355Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:06.782Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:06.784Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-06T00:27:06.785Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"01385a36-5b0b-457a-934f-253d75f958a2","serviceName":"Demo_pNF_8ig1sJwTrwFYxPW2k0GF","serviceVersion":"1.0","serviceUUID":"f5e6a39d-0f37-4043-959e-4abe3993f36d","serviceDescription":"catalog service description","serviceInvariantUUID":"2bb8758f-528b-4445-93fe-9bbd6250cb9f","resources":[{"resourceInstanceName":"pNF c45c12ab-c923 0","resourceName":"pNF c45c12ab-c923","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ab08d09-1ae2-40b9-bdd5-159e17c59551","resourceInvariantUUID":"d83e7dce-1f7a-4468-96fd-9f52c55be972","resourceCustomizationUUID":"7edf1808-54d7-4379-9840-db422bb4f064","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml","artifactChecksum":"OTBjMTcwYjM5MzdlODE3YzIxZDg3ZDJlOGI0N2YyYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e05c6ed-4997-4f5b-8273-fbe51e3cc2e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar","artifactChecksum":"ZjU5NTdlNjg1YmQ2ZTEzYjliMDk2ZTA1YThmMTMzZDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28d95664-23e1-40a0-ad55-5927d6420408","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3950e2e9-1268-4db0-b1d3-0c2522fcb1a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vendor-license-model.xml","artifactChecksum":"MGMxOTU2OWQwMzA0M2YxZjIxNGU2MjY4ODNkY2YxNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bf3773f-04d1-480c-a20d-fdf24c9ae6ca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd4d4db3-53ec-4b65-840b-39afcaed17b7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2b09e-a2ff-412f-9a04-56d7bd5615b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8ig1sjwtrwfyxpw2k0gf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-template.yml","artifactChecksum":"YTFlNWU0ZGY5OWIxODFlYTdjZDBiYjI1NDljZmNmMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb1b491e-ece9-4d4b-ae33-0455f248b3de","artifactVersion":"1"},{"artifactName":"service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar","artifactChecksum":"OTk0ZjFmMTIyY2M1ZDg1MzBjNDJiYTY0ZDA1M2VhZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f4e328d-0f29-4529-a850-4ed2ac0d41b3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T00:27:06.787Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:06.788Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:06.790Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:06.790Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:06.891Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T00:27:06.893Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:06.893Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:06.907Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:06.909Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:27:07.793Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:07.793Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:07.795Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:07.795Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:07.895Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:07.896Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:07.897Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:07.915Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:07.915Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:08.796Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:08.797Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:08.799Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:08.799Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:08.899Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:08.900Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:08.900Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:08.917Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:08.917Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:09.799Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:09.801Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:09.803Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:09.803Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:09.904Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:09.905Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:09.905Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:09.919Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:09.919Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:10.806Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:10.806Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:10.810Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:10.811Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:10.911Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T00:27:10.912Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:10.912Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:10.926Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:10.927Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:11.811Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:11.813Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:11.814Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:11.814Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/resourceInstances/pnfc45c12abc9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:11.915Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T00:27:11.916Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:11.916Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:11.942Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:11.943Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-06T00:27:12.815Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:12.815Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:12.817Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:12.818Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T00:27:12.918Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:12.919Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:12.919Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:12.935Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:12.935Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:13.819Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T00:27:13.819Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:13.821Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:13.821Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694422355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T00:27:13.921Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:13.922Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:13.923Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:13.937Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:13.937Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:14.822Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"serviceName": "Demo_pNF_8ig1sJwTrwFYxPW2k0GF",
"serviceVersion": "1.0",
"serviceUUID": "f5e6a39d-0f37-4043-959e-4abe3993f36d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2bb8758f-528b-4445-93fe-9bbd6250cb9f",
"resources": [
{
"resourceInstanceName": "pNF c45c12ab-c923 0",
"resourceCustomizationUUID": "7edf1808-54d7-4379-9840-db422bb4f064",
"resourceName": "pNF c45c12ab-c923",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9ab08d09-1ae2-40b9-bdd5-159e17c59551",
"resourceInvariantUUID": "d83e7dce-1f7a-4468-96fd-9f52c55be972",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"artifactChecksum": "OTk0ZjFmMTIyY2M1ZDg1MzBjNDJiYTY0ZDA1M2VhZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f4e328d-0f29-4529-a850-4ed2ac0d41b3"
}
],
"workloadContext": "Production"
}
2022-11-06T00:27:14.823Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T00:27:14.823Z|0d4ff03b-9c3b-4954-acf4-32d9904b820f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5e6a39d-0f37-4043-959e-4abe3993f36d ASDC
2022-11-06T00:27:14.824Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:01385a36-5b0b-457a-934f-253d75f958a2
ServiceName:Demo_pNF_8ig1sJwTrwFYxPW2k0GF
ServiceVersion:1.0
ServiceUUID:f5e6a39d-0f37-4043-959e-4abe3993f36d
ServiceInvariantUUID:2bb8758f-528b-4445-93fe-9bbd6250cb9f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
ArtifactUUID:3f4e328d-0f29-4529-a850-4ed2ac0d41b3
ArtifactChecksum:OTk0ZjFmMTIyY2M1ZDg1MzBjNDJiYTY0ZDA1M2VhZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c45c12ab-c923 0
ResourceCustomizationUUID:7edf1808-54d7-4379-9840-db422bb4f064
ResourceInvariantUUID:d83e7dce-1f7a-4468-96fd-9f52c55be972
ResourceName:pNF c45c12ab-c923
ResourceType:PNF
ResourceUUID:9ab08d09-1ae2-40b9-bdd5-159e17c59551
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-06T00:27:14.824Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5e6a39d-0f37-4043-959e-4abe3993f36d 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 (?, ?, ?, ?, ?)
2022-11-06T00:27:14.869Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:27:14.869Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-06T00:27:14.870Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-06T00:27:14.870Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3f4e328d-0f29-4529-a850-4ed2ac0d41b3 from URL: /sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:14.870Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-06T00:27:14.870Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:14.945Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-06T00:27:14.947Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar 3f4e328d-0f29-4529-a850-4ed2ac0d41b3 87779
2022-11-06T00:27:14.948Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar ASDC sendASDCNotification
2022-11-06T00:27:14.948Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:14.949Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T00:27:14.949Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-06T00:27:14.951Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T00:27:14.951Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "01385a36-5b0b-457a-934f-253d75f958a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667694434948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T00:27:15.051Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T00:27:15.052Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T00:27:15.052Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZUn0HQ5Lii21nttP) ...
2022-11-06T00:27:15.066Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T00:27:15.066Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T00:27:15.952Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T00:27:15.954Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-06T00:27:15.954Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3f4e328d-0f29-4529-a850-4ed2ac0d41b3, URL: /sdc/v1/catalog/services/DemoPnf8ig1sjwtrwfyxpw2k0gf/1.0/artifacts/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar to file: /app/ASDC/1/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:15.954Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:15.955Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:15.955Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.065Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9552156986581988242/Definitions/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-template.yml
2022-11-06T00:27:16.915Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T00:27:16.915Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-06T00:27:16.915Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.915Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||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-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||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-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||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-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||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-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||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-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c45c12ab-c923 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-DemoPnf8ig1sjwtrwfyxpw2k0gf-csar.csar
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Node template pNF c45c12ab-c923 0 is matching search criteria
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-06T00:27:16.916Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c45c12ab-c923 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Node template pNF c45c12ab-c923 0 is matching search criteria
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c45c12ab-c923 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.917Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T00:27:16.918Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8ig1sJwTrwFYxPW2k0GF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T00:27:16.918Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_8ig1sJwTrwFYxPW2k0GF
Description:catalog service description
Model UUID:f5e6a39d-0f37-4043-959e-4abe3993f36d
Model Version:NULL
Model InvariantUuid:2bb8758f-528b-4445-93fe-9bbd6250cb9f
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=?
2022-11-06T00:27:16.932Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9ab08d09-1ae2-40b9-bdd5-159e17c59551
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=?
2022-11-06T00:27:16.937Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||pNF c45c12ab-c923 0
2022-11-06T00:27:16.937Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9ab08d09-1ae2-40b9-bdd5-159e17c59551
2022-11-06T00:27:16.937Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||No resources found for Service: f5e6a39d-0f37-4043-959e-4abe3993f36d
2022-11-06T00:27:16.937Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f5e6a39d-0f37-4043-959e-4abe3993f36d
2022-11-06T00:27:16.938Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c45c12ab-c923 0 9ab08d09-1ae2-40b9-bdd5-159e17c59551 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=?
2022-11-06T00:27:16.947Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@272c075c, org.onap.sdc.toscaparser.api.parameters.Input@1a1228d2, org.onap.sdc.toscaparser.api.parameters.Input@3b6c320a, org.onap.sdc.toscaparser.api.parameters.Input@3f54348f, org.onap.sdc.toscaparser.api.parameters.Input@7885d2de]
2022-11-06T00:27:16.948Z|01385a36-5b0b-457a-934f-253d75f958a2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive