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-08T23:10:23.984Z||main|||||INFO|500||The following profiles are active: basic
2022-11-08T23:10:36.421Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-08T23:10:36.422Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-08T23:10:36.551Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-08T23:10:41.076Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-08T23:10:41.461Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-08T23:10:41.940Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-08T23:10:41.973Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-08T23:10:42.072Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-08T23:10:42.281Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-08T23:10:42.855Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-08T23:10:44.503Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-08T23:10:46.879Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-08T23:10:46.941Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-08T23:10:47.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-08T23:10:47.722Z||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-08T23:10:48.877Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-08T23:10:50.222Z||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-08T23:10:51.011Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-08T23:10:51.011Z||main|||||ERROR|500||(conn=1108) Table 'catalogdb.activity_spec' doesn't exist
2022-11-08T23:10:51.025Z||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-08T23:10:54.354Z||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-08T23:10:57.534Z||main|||||WARN|500||---
2022-11-08T23:10:57.535Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-08T23:10:57.535Z||main|||||WARN|500||---
2022-11-08T23:10:58.074Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-08T23:11:03.230Z||main|||||INFO|500||Started Application in 43.267 seconds (JVM running for 46.162)
2022-11-08T23:11:03.244Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-08T23:11:03.246Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-08T23:11:03.259Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-08T23:11:03.283Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-08T23:11:03.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f7caf196-3e03-46a0-bbfb-730fd4ec4f8a url= /sdc/v1/artifactTypes
2022-11-08T23:11:03.323Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-08T23:11:03.430Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-08T23:11:03.432Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fc10b14
2022-11-08T23:11:03.433Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-08T23:11:03.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-08T23:11:03.453Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-08T23:11:03.458Z||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$$b3c431a1.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-08T23:11:53.224Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-08T23:11:53.225Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-08T23:11:53.228Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-08T23:11:53.231Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-08T23:11:53.238Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c242cee5-7595-4a86-9dd0-4d81f143285d url= /sdc/v1/artifactTypes
2022-11-08T23:11:53.238Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-08T23:11:53.245Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-08T23:11:53.245Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1276882e
2022-11-08T23:11:53.245Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-08T23:11:53.246Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-08T23:11:53.246Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-08T23:11:53.247Z||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$$b3c431a1.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-08T23:12:43.223Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-08T23:12:43.224Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-08T23:12:43.225Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-08T23:12:43.228Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-08T23:12:43.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 732d6736-e52b-47e5-b5c1-534865f1c96d url= /sdc/v1/artifactTypes
2022-11-08T23:12:43.234Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-08T23:12:43.498Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-08T23:12:43.507Z||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-08T23:12:43.529Z||scheduling-1|||||DEBUG|500||create keys
2022-11-08T23:12:43.537Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-08T23:12:43.645Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:12:43.665Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9aff7263-b94b-4f06-b162-fe39b02ebb78 url= /sdc/v1/registerForDistribution
2022-11-08T23:12:43.842Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9aff7263-b94b-4f06-b162-fe39b02ebb78 url= /sdc/v1/registerForDistribution
2022-11-08T23:12:43.843Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-08T23:12:43.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:12:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:12:43.861Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-08T23:12:43.863Z||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-08T23:12:43.863Z||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-08T23:12:43.864Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:12:43.864Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:12:54.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:12:54.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:13:43.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:13:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:13:43.854Z||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-08T23:13:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:13:43.857Z||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-08T23:13:43.857Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:13:53.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:13:53.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:14:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:14:43.852Z||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-08T23:14:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:14:43.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:14:43.854Z||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-08T23:14:43.855Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:14:53.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:14:53.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:15:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:15:43.852Z||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-08T23:15:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:15:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:15:43.854Z||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-08T23:15:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:15:53.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:15:53.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:16:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:16:43.851Z||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-08T23:16:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:16:43.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:16:43.854Z||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-08T23:16:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:16:53.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:16:53.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:17:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:17:43.851Z||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-08T23:17:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:17:43.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:17:43.854Z||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-08T23:17:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:17:53.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:17:53.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:18:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:18:43.851Z||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-08T23:18:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:18:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:18:43.853Z||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-08T23:18:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:18:53.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:18:53.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:19:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:19:43.852Z||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-08T23:19:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:19:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:19:43.855Z||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-08T23:19:43.855Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:19:53.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:19:53.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:20:38.956Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-08T23:20:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:20:43.851Z||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-08T23:20:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:20:43.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:20:43.854Z||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-08T23:20:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:20:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:20:53.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:21:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:21:43.852Z||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-08T23:21:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:21:43.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:21:43.854Z||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-08T23:21:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:21:53.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:21:53.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:22:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:22:43.851Z||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-08T23:22:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:22:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:22:43.854Z||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-08T23:22:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:22:53.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:22:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:23:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:23:43.851Z||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-08T23:23:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:23:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:23:43.854Z||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-08T23:23:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:23:53.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:23:53.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:24:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:24:43.852Z||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-08T23:24:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:24:43.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:24:43.854Z||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-08T23:24:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:24:53.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:24:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:25:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:25:43.852Z||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-08T23:25:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:25:43.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:25:43.853Z||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-08T23:25:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:25:53.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:25:53.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:26:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:26:43.852Z||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-08T23:26:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:26:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:26:43.854Z||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-08T23:26:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:26:53.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:26:53.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:27:43.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:27:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:27:43.853Z||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-08T23:27:43.854Z||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-08T23:27:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:27:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:27:53.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:27:53.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:28:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:28:43.852Z||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-08T23:28:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:28:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:28:43.854Z||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-08T23:28:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:28:53.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:28:53.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:29:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:29:43.851Z||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-08T23:29:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:29:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:29:43.854Z||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-08T23:29:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:29:53.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:29:53.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:30:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:30:43.851Z||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-08T23:30:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:30:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:30:43.853Z||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-08T23:30:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:30:53.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:30:53.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:31:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:31:43.851Z||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-08T23:31:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:31:43.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:31:43.853Z||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-08T23:31:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:31:53.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:31:53.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:32:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:32:43.851Z||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-08T23:32:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:32:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:32:43.854Z||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-08T23:32:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:32:53.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:32:53.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:33:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:33:43.851Z||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-08T23:33:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:33:43.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:33:43.853Z||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-08T23:33:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:33:53.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:33:53.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:34:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:34:43.851Z||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-08T23:34:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:34:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:34:43.854Z||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-08T23:34:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:34:53.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:34:53.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:35:43.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:35:43.853Z||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-08T23:35:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:35:43.853Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:35:43.854Z||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-08T23:35:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:35:53.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:35:53.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:36:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:36:43.852Z||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-08T23:36:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:36:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:36:43.854Z||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-08T23:36:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:36:53.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:36:53.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:37:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:37:43.851Z||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-08T23:37:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:37:43.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:37:43.854Z||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-08T23:37:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:37:53.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:37:53.417Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:38:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:38:43.851Z||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-08T23:38:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:38:43.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:38:43.854Z||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-08T23:38:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:38:53.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:38:53.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:39:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:39:43.851Z||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-08T23:39:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:39:43.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:39:43.854Z||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-08T23:39:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:39:53.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:39:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:40:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:40:43.851Z||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-08T23:40:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:40:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:40:43.853Z||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-08T23:40:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:40:53.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:40:53.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:41:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:41:43.851Z||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-08T23:41:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:41:43.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:41:43.853Z||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-08T23:41:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:41:53.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:41:53.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:42:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:42:43.851Z||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-08T23:42:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:42:43.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:42:43.853Z||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-08T23:42:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:42:53.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:42:53.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:43:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:43:43.851Z||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-08T23:43:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:43:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:43:43.854Z||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-08T23:43:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:43:53.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:43:53.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:44:43.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:44:43.852Z||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-08T23:44:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:44:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:44:43.854Z||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-08T23:44:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:44:53.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:44:53.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:45:43.850Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:45:43.851Z||pool-2-thread-3|||||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-08T23:45:43.851Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SxtD9mYHcMeOCPJz) ...
2022-11-08T23:45:43.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:45:43.853Z||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-08T23:45:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:45:53.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:45:53.412Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:46:43.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:46:43.851Z||pool-2-thread-3|||||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-08T23:46:43.852Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SxtD9mYHcMeOCPJz) ...
2022-11-08T23:46:43.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:46:43.853Z||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-08T23:46:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:46:53.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:46:53.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:47:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:47:43.851Z||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-08T23:47:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:47:43.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:47:43.854Z||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-08T23:47:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:47:53.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:47:53.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:48:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:48:43.851Z||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-08T23:48:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:48:43.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:48:43.855Z||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-08T23:48:43.855Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:48:53.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:48:53.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:49:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:49:43.851Z||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-08T23:49:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:49:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:49:43.853Z||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-08T23:49:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:49:53.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:49:53.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:50:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:50:43.851Z||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-08T23:50:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:50:43.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:50:43.854Z||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-08T23:50:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:50:53.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:50:53.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:51:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:51:43.851Z||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-08T23:51:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:51:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:51:43.854Z||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-08T23:51:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:51:53.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:51:53.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:52:43.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:52:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:52:43.854Z||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-08T23:52:43.854Z||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-08T23:52:43.855Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:52:43.855Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:52:53.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:52:53.417Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:53:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:53:43.852Z||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-08T23:53:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:53:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:53:43.853Z||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-08T23:53:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:53:53.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:53:53.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:54:43.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:54:43.851Z||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-08T23:54:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:54:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:54:43.854Z||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-08T23:54:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:54:53.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:54:53.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:55:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:55:43.851Z||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-08T23:55:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:55:43.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:55:43.853Z||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-08T23:55:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:55:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:55:53.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:56:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:56:43.851Z||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-08T23:56:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:56:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:56:43.853Z||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-08T23:56:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:56:53.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:56:53.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:57:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:57:43.851Z||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-08T23:57:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:57:43.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:57:43.854Z||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-08T23:57:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:57:53.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:57:53.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:58:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:58:43.851Z||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-08T23:58:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:58:43.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:58:43.853Z||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-08T23:58:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:58:53.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:58:53.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:59:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:59:43.851Z||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-08T23:59:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:59:43.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T23:59:43.854Z||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-08T23:59:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-08T23:59:53.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T23:59:53.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:00:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:00:43.852Z||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-09T00:00:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:00:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:00:43.854Z||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-09T00:00:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:00:53.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:00:53.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:01:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:01:43.852Z||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-09T00:01:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:01:43.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:01:43.854Z||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-09T00:01:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:01:53.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:01:53.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:02:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:02:43.851Z||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-09T00:02:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:02:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:02:43.854Z||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-09T00:02:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:02:53.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:02:53.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:03:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:03:43.851Z||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-09T00:03:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:03:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:03:43.853Z||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-09T00:03:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:03:53.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:03:53.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:04:43.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:04:43.851Z||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-09T00:04:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:04:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:04:43.853Z||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-09T00:04:43.853Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:04:53.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:04:53.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:05:43.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:05:43.852Z||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-09T00:05:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:05:43.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:05:43.853Z||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-09T00:05:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:05:53.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:05:53.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:06:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:06:43.851Z||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-09T00:06:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:06:43.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:06:43.854Z||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-09T00:06:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:06:53.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:06:53.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:07:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:07:43.851Z||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-09T00:07:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:07:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:07:43.853Z||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-09T00:07:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:07:53.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:07:53.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:08:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:08:43.851Z||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-09T00:08:43.851Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:08:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:08:43.854Z||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-09T00:08:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:08:53.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:08:53.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:09:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:09:43.852Z||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-09T00:09:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:09:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:09:43.853Z||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-09T00:09:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:09:53.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:09:53.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:43.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:10:43.852Z||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-09T00:10:43.852Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:10:43.853Z||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-09T00:10:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:44.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:44.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"00a1d021-4ec0-41e0-87b3-a1382cd00484","serviceName":"vFW 2022-11-09 00-09-02","serviceVersion":"1.0","serviceUUID":"b3a291fc-6443-4925-b740-2bb3833f5d7d","serviceDescription":"catalog service description","serviceInvariantUUID":"576f31cd-1963-4157-98ad-26bc2a3d54c7","resources":[{"resourceInstanceName":"vFW cba23efb-afac 0","resourceName":"vFW cba23efb-afac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9ba7780-2558-46ff-964b-bce383e63837","resourceInvariantUUID":"c55a93f1-c755-454e-897e-056d931d5e86","resourceCustomizationUUID":"3b132807-f32d-49d4-8642-14f9f2d04d10","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml","artifactChecksum":"OTU1YTZhN2U4OWU4ZmIyZmFmNTY2ZDg5YWQyN2UyOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e987f393-efb0-4756-a218-6f907d10255d","artifactVersion":"1"},{"artifactName":"vfwcba23efbafac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json","artifactChecksum":"OTg3NDIyMGRhMDMzNDlkM2I4YWFjMjczYzg3Y2QxMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0b5846b-7dd3-46d2-a96e-7aaa49fa3a51","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ac422e6-71d2-4f0b-8578-e0399092335a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml","artifactChecksum":"YmI5OWM3OGI1MjYzOWU3MDAyMGI1Zjg0MDQ5M2FkMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"69b6e2f3-7da4-4f1d-843e-2ff74e7bf713","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81f7b696-c8de-4f4a-b8cd-d8135d50e3f8","artifactVersion":"2","generatedFromUUID":"0ac422e6-71d2-4f0b-8578-e0399092335a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221109000902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml","artifactChecksum":"NWQ0ZjE0Zjg2MmE5OTM1ODk4MTMzODJiZDEwNjhkMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e18556b-cb43-4934-91f9-f06d7b3c28e1","artifactVersion":"1"},{"artifactName":"service-Vfw20221109000902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar","artifactChecksum":"YzVjNTQxMTE1OTQwYTRjM2I4MjljZTY4ZGM3OGVhNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c73dfa48-804b-4002-9a78-680eeff4ead0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T00:10:44.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:44.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.500Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:44.506Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:44.517Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:44.517Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952610945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952613554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952618436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952627007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:44.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952626504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:44.530Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952626275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:44.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "cds",
"timestamp": 1667952627527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T00:10:44.618Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-09T00:10:44.623Z||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-09T00:10:44.624Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:44.649Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:44.649Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 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-09T00:10:44.668Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00a1d021-4ec0-41e0-87b3-a1382cd00484
2022-11-09T00:10:44.689Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a1d021-4ec0-41e0-87b3-a1382cd00484 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-09T00:10:44.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952627292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:10:44.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952628095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:44.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "policy-id",
"timestamp": 1667952628298,
"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-09T00:10:44.732Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00a1d021-4ec0-41e0-87b3-a1382cd00484
2022-11-09T00:10:44.732Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a1d021-4ec0-41e0-87b3-a1382cd00484 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-09T00:10:44.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952629163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952630276,
"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-09T00:10:44.748Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00a1d021-4ec0-41e0-87b3-a1382cd00484
2022-11-09T00:10:44.748Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a1d021-4ec0-41e0-87b3-a1382cd00484 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-09T00:10:44.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952631281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T00:10:44.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952627825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952635649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:44.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:10:44.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:44.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:10:44.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:44.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:10:45.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:45.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:45.529Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:45.530Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T00:10:45.630Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:10:45.631Z||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-09T00:10:45.631Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:45.668Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:45.669Z||pool-4-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:10:46.530Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:46.531Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:46.534Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:46.535Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:10:46.634Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T00:10:46.634Z||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-09T00:10:46.635Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:46.648Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:46.648Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:47.535Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:47.536Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:47.539Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:47.539Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:47.640Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T00:10:47.641Z||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-09T00:10:47.642Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:47.657Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:47.658Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:48.539Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:48.540Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:48.542Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:48.542Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-09T00:10:48.643Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:10:48.644Z||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-09T00:10:48.644Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:48.660Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:48.661Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:49.542Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:49.543Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:49.545Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:49.546Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:10:49.646Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T00:10:49.647Z||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-09T00:10:49.647Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:49.668Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:49.669Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:50.546Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:10:50.547Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:50.549Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:50.550Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:10:50.650Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:10:50.651Z||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-09T00:10:50.651Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:50.666Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:50.667Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:10:51.552Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"serviceName": "vFW 2022-11-09 00-09-02",
"serviceVersion": "1.0",
"serviceUUID": "b3a291fc-6443-4925-b740-2bb3833f5d7d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "576f31cd-1963-4157-98ad-26bc2a3d54c7",
"resources": [
{
"resourceInstanceName": "vFW cba23efb-afac 0",
"resourceCustomizationUUID": "3b132807-f32d-49d4-8642-14f9f2d04d10",
"resourceName": "vFW cba23efb-afac",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f9ba7780-2558-46ff-964b-bce383e63837",
"resourceInvariantUUID": "c55a93f1-c755-454e-897e-056d931d5e86",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcba23efbafac0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"artifactChecksum": "OTg3NDIyMGRhMDMzNDlkM2I4YWFjMjczYzg3Y2QxMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0b5846b-7dd3-46d2-a96e-7aaa49fa3a51",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0ac422e6-71d2-4f0b-8578-e0399092335a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "81f7b696-c8de-4f4a-b8cd-d8135d50e3f8",
"generatedFromUUID": "0ac422e6-71d2-4f0b-8578-e0399092335a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "81f7b696-c8de-4f4a-b8cd-d8135d50e3f8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221109000902-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"artifactChecksum": "YzVjNTQxMTE1OTQwYTRjM2I4MjljZTY4ZGM3OGVhNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c73dfa48-804b-4002-9a78-680eeff4ead0"
}
],
"workloadContext": "Production"
}
2022-11-09T00:10:51.554Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T00:10:51.554Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3a291fc-6443-4925-b740-2bb3833f5d7d ASDC
2022-11-09T00:10:51.681Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:00a1d021-4ec0-41e0-87b3-a1382cd00484
ServiceName:vFW 2022-11-09 00-09-02
ServiceVersion:1.0
ServiceUUID:b3a291fc-6443-4925-b740-2bb3833f5d7d
ServiceInvariantUUID:576f31cd-1963-4157-98ad-26bc2a3d54c7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221109000902-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar
ArtifactUUID:c73dfa48-804b-4002-9a78-680eeff4ead0
ArtifactChecksum:YzVjNTQxMTE1OTQwYTRjM2I4MjljZTY4ZGM3OGVhNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cba23efb-afac 0
ResourceCustomizationUUID:3b132807-f32d-49d4-8642-14f9f2d04d10
ResourceInvariantUUID:c55a93f1-c755-454e-897e-056d931d5e86
ResourceName:vFW cba23efb-afac
ResourceType:VF
ResourceUUID:f9ba7780-2558-46ff-964b-bce383e63837
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcba23efbafac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json
ArtifactUUID:c0b5846b-7dd3-46d2-a96e-7aaa49fa3a51
ArtifactChecksum:OTg3NDIyMGRhMDMzNDlkM2I4YWFjMjczYzg3Y2QxMjY=
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/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml
ArtifactUUID:0ac422e6-71d2-4f0b-8578-e0399092335a
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/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env
ArtifactUUID:81f7b696-c8de-4f4a-b8cd-d8135d50e3f8
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/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env
ArtifactUUID:81f7b696-c8de-4f4a-b8cd-d8135d50e3f8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-09T00:10:51.684Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a291fc-6443-4925-b740-2bb3833f5d7d 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-09T00:10:51.738Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:10:51.738Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:10:51.740Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:10:51.740Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c73dfa48-804b-4002-9a78-680eeff4ead0 from URL: /sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:51.740Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:10:51.742Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:51.952Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:10:51.959Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar c73dfa48-804b-4002-9a78-680eeff4ead0 100646
2022-11-09T00:10:51.960Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar ASDC sendASDCNotification
2022-11-09T00:10:51.960Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:51.961Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:10:51.962Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:51.965Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:51.965Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952651960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:52.065Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:10:52.066Z||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-09T00:10:52.066Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:52.097Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:52.098Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:52.966Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:10:52.967Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:10:52.967Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c73dfa48-804b-4002-9a78-680eeff4ead0, URL: /sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar to file: /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:52.968Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221109000902-csar.csar
2022-11-09T00:10:53.053Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:53.054Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:53.821Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4162034517084800694/Definitions/service-Vfw20221109000902-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2022-11-09T00:10:56.630Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.636Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cba23efb-afac 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-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109000902-csar.csar
2022-11-09T00:10:56.637Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:10:56.645Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.646Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.650Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:10:56.650Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:10:56.652Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:10:56.654Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.654Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.654Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:10:56.655Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:10:56.655Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:10:56.655Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.655Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.658Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:10:56.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:10:56.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T00:10:56.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T00:10:56.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:10:56.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T00:10:56.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T00:10:56.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.661Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T00:10:56.661Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.661Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T00:10:56.661Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.661Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T00:10:56.661Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.662Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T00:10:56.663Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.663Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:10:56.663Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:10:56.663Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.664Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:10:56.664Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:10:56.664Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.664Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:10:56.664Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:10:56.665Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.665Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:10:56.665Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:10:56.665Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-09T00:10:56.665Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:10:56.666Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T00:10:56.666Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T00:10:56.666Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.666Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.666Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T00:10:56.666Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.667Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T00:10:56.667Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.667Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4965b7d5-e1ef-4197-9aaf-83580726b2df
2022-11-09T00:10:56.667Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.667Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:10:56.668Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:10:56.668Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T00:10:56.668Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.668Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.668Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T00:10:56.668Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.669Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:10:56.669Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-09T00:10:56.669Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T00:10:56.669Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.669Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T00:10:56.669Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.670Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=add2680a-014b-49fa-b726-04f40b1b2743
2022-11-09T00:10:56.670Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.670Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:10:56.670Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:10:56.670Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T00:10:56.670Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T00:10:56.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:10:56.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T00:10:56.672Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T00:10:56.672Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:10:56.672Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T00:10:56.672Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-09T00:10:56.672Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bec4ae5f-7d14-45cb-b2fa-bfd275e4d514
2022-11-09T00:10:56.672Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.673Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.673Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.673Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.673Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.673Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.674Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:10:56.674Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:10:56.674Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-09 00-09-02
Description:catalog service description
Model UUID:b3a291fc-6443-4925-b740-2bb3833f5d7d
Model Version:NULL
Model InvariantUuid:576f31cd-1963-4157-98ad-26bc2a3d54c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cba23efb-afac
Model UUID:98212e4d-48e1-4d4c-a1fa-8e8edf4d7d54
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c55a93f1-c755-454e-897e-056d931d5e86
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3b132807-f32d-49d4-8642-14f9f2d04d10
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:71049565-4d8d-41eb-9cfd-7f972ffe4014
ModelName:VfwCba23efbAfac..base_vfw..module-0
ModelUuid:1ffddecf-8aa5-4d80-9155-fa64c6d34cd7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4965b7d5-e1ef-4197-9aaf-83580726b2df
ModelInvariantUuid:d5585370-3acc-49d8-9a69-82e064e66263
ModelName:vFW cba23efb-afac-nodes.vfwCvfc
ModelUuid:c74faeff-887d-43b7-8f6d-140dcb7b70a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a4e41cc2-15c4-4af4-9896-c4f47689088d
ModelInvariantUuid:d60fc9b1-31bb-4d3d-818d-ecab958308fb
ModelName:VfwCba23efbAfac.compute.nodes.heat.vfw
ModelUuid:5113435d-e78f-4a27-b845-915a45d6e9bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:add2680a-014b-49fa-b726-04f40b1b2743
ModelInvariantUuid:a6cf7937-ad74-414b-b00e-7ed143364027
ModelName:vFW cba23efb-afac-nodes.vsnCvfc
ModelUuid:c694e492-6fb5-4705-ab31-6848c871e3e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:417144b1-9e9f-4fd6-9095-45a123ba2acc
ModelInvariantUuid:2efb510b-a660-4d87-9d66-812fcdbe553a
ModelName:VfwCba23efbAfac.compute.nodes.heat.vsn
ModelUuid:2bec3419-3b7f-49fb-9254-f3ea37cad49e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bec4ae5f-7d14-45cb-b2fa-bfd275e4d514
ModelInvariantUuid:c30ebd5a-dd16-4555-ac9d-267603159230
ModelName:vFW cba23efb-afac-nodes.vpgCvfc
ModelUuid:b30c5fb7-3b64-4f2c-b640-e5dabd41c6ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c5e306b7-f5e9-4fa5-b285-6f53e9306c96
ModelInvariantUuid:3ecb1e07-dab5-4107-bc2c-3273d334b9af
ModelName:VfwCba23efbAfac.compute.nodes.heat.vpg
ModelUuid:e96c28b2-2c06-4498-8666-06feebaf3402
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-09T00:10:56.689Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f9ba7780-2558-46ff-964b-bce383e63837
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-09T00:10:56.757Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||vFW cba23efb-afac 0
2022-11-09T00:10:56.765Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9ba7780-2558-46ff-964b-bce383e63837
2022-11-09T00:10:56.765Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0b5846b-7dd3-46d2-a96e-7aaa49fa3a51 from URL: /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json
2022-11-09T00:10:56.766Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:10:56.766Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json
2022-11-09T00:10:56.855Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:10:56.856Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json c0b5846b-7dd3-46d2-a96e-7aaa49fa3a51 785
2022-11-09T00:10:56.856Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json ASDC sendASDCNotification
2022-11-09T00:10:56.857Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json
2022-11-09T00:10:56.857Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:10:56.857Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:56.860Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:56.861Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952656856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:56.961Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T00:10:56.962Z||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-09T00:10:56.962Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:56.986Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:56.987Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:57.862Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCba23efbAfac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "71049565-4d8d-41eb-9cfd-7f972ffe4014",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1ffddecf-8aa5-4d80-9155-fa64c6d34cd7",
"vfModuleModelCustomizationUUID": "2d722544-016f-4f22-a548-f1f733d3af03",
"isBase": true,
"artifacts": [
"0ac422e6-71d2-4f0b-8578-e0399092335a",
"81f7b696-c8de-4f4a-b8cd-d8135d50e3f8"
],
"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-09T00:10:57.876Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCba23efbAfac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ffddecf-8aa5-4d80-9155-fa64c6d34cd7
VfModuleModelInvariantUUID:71049565-4d8d-41eb-9cfd-7f972ffe4014
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ac422e6-71d2-4f0b-8578-e0399092335a
,
81f7b696-c8de-4f4a-b8cd-d8135d50e3f8
}
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-09T00:10:57.878Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCba23efbAfac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "71049565-4d8d-41eb-9cfd-7f972ffe4014",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1ffddecf-8aa5-4d80-9155-fa64c6d34cd7",
"vfModuleModelCustomizationUUID": "2d722544-016f-4f22-a548-f1f733d3af03",
"isBase": true,
"artifacts": [
"0ac422e6-71d2-4f0b-8578-e0399092335a",
"81f7b696-c8de-4f4a-b8cd-d8135d50e3f8"
],
"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-09T00:10:57.879Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCba23efbAfac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ffddecf-8aa5-4d80-9155-fa64c6d34cd7
VfModuleModelInvariantUUID:71049565-4d8d-41eb-9cfd-7f972ffe4014
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ac422e6-71d2-4f0b-8578-e0399092335a
,
81f7b696-c8de-4f4a-b8cd-d8135d50e3f8
}
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-09T00:10:57.879Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0ac422e6-71d2-4f0b-8578-e0399092335a from URL: /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml
2022-11-09T00:10:57.879Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:10:57.879Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml
2022-11-09T00:10:58.009Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:10:58.010Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml 0ac422e6-71d2-4f0b-8578-e0399092335a 20368
2022-11-09T00:10:58.011Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-09T00:10:58.011Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml
2022-11-09T00:10:58.011Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:10:58.012Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:58.015Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:58.015Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952658010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:58.115Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:10:58.116Z||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-09T00:10:58.116Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:58.158Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:58.158Z||pool-12-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:10:59.016Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 81f7b696-c8de-4f4a-b8cd-d8135d50e3f8 from URL: /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env
2022-11-09T00:10:59.017Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:10:59.017Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env
2022-11-09T00:10:59.139Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:10:59.140Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env 81f7b696-c8de-4f4a-b8cd-d8135d50e3f8 2098
2022-11-09T00:10:59.140Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-09T00:10:59.141Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env
2022-11-09T00:10:59.141Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:10:59.141Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:10:59.143Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:10:59.143Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952659140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:10:59.243Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:10:59.244Z||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-09T00:10:59.244Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:10:59.261Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:10:59.262Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:11:00.144Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b3a291fc-6443-4925-b740-2bb3833f5d7d
2022-11-09T00:11:00.144Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cba23efb-afac 0 f9ba7780-2558-46ff-964b-bce383e63837 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-09T00:11:00.179Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67c9ebfa, org.onap.sdc.toscaparser.api.parameters.Input@2c5b021a, org.onap.sdc.toscaparser.api.parameters.Input@52c4327f, org.onap.sdc.toscaparser.api.parameters.Input@3c97115a, org.onap.sdc.toscaparser.api.parameters.Input@14a9ab09]
2022-11-09T00:11:00.182Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.182Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.182Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-09T00:11:00.183Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3b132807-f32d-49d4-8642-14f9f2d04d10
2022-11-09T00:11:00.183Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b132807-f32d-49d4-8642-14f9f2d04d10 matches Tosca VF Customization UUID: 3b132807-f32d-49d4-8642-14f9f2d04d10
2022-11-09T00:11:00.183Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3b132807-f32d-49d4-8642-14f9f2d04d10 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-09T00:11:00.189Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.190Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.190Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3b132807-f32d-49d4-8642-14f9f2d04d10: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T00:11:00.191Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fa97a7b
2022-11-09T00:11:00.191Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.191Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T00:11:00.191Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d722544-016f-4f22-a548-f1f733d3af03
2022-11-09T00:11:00.192Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d722544-016f-4f22-a548-f1f733d3af03
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-09T00:11:00.198Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.198Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:11:00.198Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:11:00.199Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.199Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:11:00.199Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:11:00.200Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.200Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:11:00.200Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:11:00.200Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-09T00:11:00.200Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:11:00.200Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T00:11:00.201Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T00:11:00.201Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.201Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T00:11:00.201Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T00:11:00.201Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T00:11:00.201Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T00:11:00.202Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.202Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4965b7d5-e1ef-4197-9aaf-83580726b2df
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-09T00:11:00.207Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.207Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:11:00.208Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:11:00.208Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.208Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:11:00.208Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:11:00.208Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T00:11:00.209Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T00:11:00.209Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.209Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T00:11:00.209Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.209Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:11:00.209Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-09T00:11:00.210Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T00:11:00.210Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T00:11:00.210Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T00:11:00.210Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.210Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=add2680a-014b-49fa-b726-04f40b1b2743
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-09T00:11:00.212Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.212Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:11:00.213Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:11:00.215Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.215Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is not matching search criteria
2022-11-09T00:11:00.215Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T00:11:00.215Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T00:11:00.215Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T00:11:00.216Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.216Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T00:11:00.216Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.216Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T00:11:00.216Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T00:11:00.216Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T00:11:00.217Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T00:11:00.217Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T00:11:00.217Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-09T00:11:00.217Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bec4ae5f-7d14-45cb-b2fa-bfd275e4d514
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-09T00:11:00.219Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.219Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:11:00.220Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:11:00.220Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.220Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Node template vFW cba23efb-afac 0 is matching search criteria
2022-11-09T00:11:00.220Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW cba23efb-afac 0] matching following query criteria: sdcType=VF, customizationUUID=3b132807-f32d-49d4-8642-14f9f2d04d10
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-09T00:11:00.222Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.222Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.223Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b3a291fc-6443-4925-b740-2bb3833f5d7d: vFW cba23efb-afac
2022-11-09T00:11:00.223Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.223Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.223Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.223Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.224Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.224Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.224Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.224Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.224Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:11:00.225Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-09 00-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:11:00.225Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-09 00-09-02
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-09T00:11:00.530Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cba23efb-afac f9ba7780-2558-46ff-964b-bce383e63837 1 ASDC deployResourceStructure
2022-11-09T00:11:00.530Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json ASDC sendASDCNotification
2022-11-09T00:11:00.533Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json
2022-11-09T00:11:00.534Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:11:00.534Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:11:00.536Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:11:00.536Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952660530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T00:11:00.636Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:11:00.637Z||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-09T00:11:00.638Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:11:00.651Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:11:00.652Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:11:01.537Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-09T00:11:01.537Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml
2022-11-09T00:11:01.538Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:11:01.538Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:11:01.540Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:11:01.540Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952661537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T00:11:01.640Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:11:01.641Z||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-09T00:11:01.642Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:11:01.663Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:11:01.664Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:11:02.541Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-09T00:11:02.541Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env
2022-11-09T00:11:02.541Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:11:02.542Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:11:02.544Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:11:02.544Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952662541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-09T00:11:02.645Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T00:11:02.646Z||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-09T00:11:02.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:11:02.662Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:11:02.666Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:11:03.545Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar ASDC sendASDCNotification
2022-11-09T00:11:03.545Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar
2022-11-09T00:11:03.545Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:11:03.546Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:11:03.549Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:11:03.549Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952663545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:11:03.649Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T00:11:03.652Z||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-09T00:11:03.652Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:11:03.664Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:11:03.664Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:11:04.550Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:11:04.567Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:11:04.570Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:11:04.570Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T00:11:04.571Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T00:11:34.571Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:11:34.583Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:11:34.588Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:11:34.589Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T00:11:34.589Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T00:11:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:11:43.854Z||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-09T00:11:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:11:43.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:11:43.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:11:43.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952638646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:11:43.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:04.589Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:12:04.603Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:12:04.607Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:12:04.607Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T00:12:04.607Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T00:12:34.608Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:12:34.623Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:12:34.627Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:12:34.627Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T00:12:34.627Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T00:12:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:12:43.854Z||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-09T00:12:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:12:44.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:12:44.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952646438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952649592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "aai-ml",
"timestamp": 1667952650598,
"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-09T00:12:44.419Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00a1d021-4ec0-41e0-87b3-a1382cd00484
2022-11-09T00:12:44.419Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a1d021-4ec0-41e0-87b3-a1382cd00484 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-09T00:12:44.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952643850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952652305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952651960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952653310,
"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-09T00:12:44.437Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00a1d021-4ec0-41e0-87b3-a1382cd00484
2022-11-09T00:12:44.437Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a1d021-4ec0-41e0-87b3-a1382cd00484 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-09T00:12:44.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952656856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952658010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952659140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952660530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/vfwcba23efbafac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952650945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952661537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952662613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952662541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/resourceInstances/vfwcba23efbafac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952663690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952663545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109000902/1.0/artifacts/service-Vfw20221109000902-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952657825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952664767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952665565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952658553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952665808,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T00:12:44.475Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 406d3a01-466a-4d78-b772-50eaa2131f81
2022-11-09T00:12:44.475Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406d3a01-466a-4d78-b772-50eaa2131f81 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-09T00:12:44.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952658437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952666298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667952666811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952666191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "cds",
"timestamp": 1667952667304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-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-09T00:12:44.492Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 406d3a01-466a-4d78-b772-50eaa2131f81
2022-11-09T00:12:44.492Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406d3a01-466a-4d78-b772-50eaa2131f81 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-09T00:12:44.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952667197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "policy-id",
"timestamp": 1667952668201,
"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-09T00:12:44.518Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 406d3a01-466a-4d78-b772-50eaa2131f81
2022-11-09T00:12:44.518Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406d3a01-466a-4d78-b772-50eaa2131f81 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-09T00:12:44.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952671931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "aai-ml",
"timestamp": 1667952672937,
"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-09T00:12:44.535Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 406d3a01-466a-4d78-b772-50eaa2131f81
2022-11-09T00:12:44.535Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406d3a01-466a-4d78-b772-50eaa2131f81 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-09T00:12:44.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:12:44.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952668646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:12:44.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:12:44.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952676436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:12:44.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952678831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:12:44.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:12:44.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:12:44.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667952679835,
"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-09T00:12:44.555Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 406d3a01-466a-4d78-b772-50eaa2131f81
2022-11-09T00:12:44.555Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406d3a01-466a-4d78-b772-50eaa2131f81 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-09T00:13:04.627Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:13:04.642Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484
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-09T00:13:04.646Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:13:04.646Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T00:13:04.646Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T00:13:04.646Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T00:13:04.647Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:13:04.648Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:13:04.648Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:13:04.648Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:13:04.648Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:13:04.649Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T00:13:04.659Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T00:13:34.660Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484 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-09T00:13:34.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00a1d021-4ec0-41e0-87b3-a1382cd00484 and serviceModelVersionId: b3a291fc-6443-4925-b740-2bb3833f5d7d
2022-11-09T00:13:34.671Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 576f31cd-1963-4157-98ad-26bc2a3d54c7
2022-11-09T00:13:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:13:43.854Z||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-09T00:13:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:49.535Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/576f31cd-1963-4157-98ad-26bc2a3d54c7/model-vers/model-ver/b3a291fc-6443-4925-b740-2bb3833f5d7d?depth=0
2022-11-09T00:13:49.642Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T00:13:50.118Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576f31cd-1963-4157-98ad-26bc2a3d54c7/model-vers/model-ver/b3a291fc-6443-4925-b740-2bb3833f5d7d?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-09T00:13:50.122Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576f31cd-1963-4157-98ad-26bc2a3d54c7/model-vers/model-ver/b3a291fc-6443-4925-b740-2bb3833f5d7d?depth=0|INFO|500||Invoke
2022-11-09T00:13:50.143Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576f31cd-1963-4157-98ad-26bc2a3d54c7/model-vers/model-ver/b3a291fc-6443-4925-b740-2bb3833f5d7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-09T00:13:50.425Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576f31cd-1963-4157-98ad-26bc2a3d54c7/model-vers/model-ver/b3a291fc-6443-4925-b740-2bb3833f5d7d?depth=0|INFO|500||InvokeReturn
2022-11-09T00:13:50.426Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/576f31cd-1963-4157-98ad-26bc2a3d54c7/model-vers/model-ver/b3a291fc-6443-4925-b740-2bb3833f5d7d?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=[239], X-AAI-TXID=[1-aai-resources-221109-00:13:50:151-18640], vertex-id=[164072], Content-Length=[0], Date=[Wed, 09 Nov 2022 00:13:50 GMT], Content-Type=[application/json]}
2022-11-09T00:13:50.427Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-09T00:13:50.430Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T00:13:50.430Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T00:13:50.445Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09T00:13:50.445Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00a1d021-4ec0-41e0-87b3-a1382cd00484 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T00:13:50.446Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T00:13:50.447Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:13:50.449Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:13:50.449Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952830446,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T00:13:50.549Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:13:50.550Z||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-09T00:13:50.550Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:50.573Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:50.573Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:13:51.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:51.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:13:51.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00a1d021-4ec0-41e0-87b3-a1382cd00484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952830446,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T00:13:51.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T00:13:51.465Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:13:51.465Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|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-09T00:13:51.466Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:55.922Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:55.923Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T00:13:55.923Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"406d3a01-466a-4d78-b772-50eaa2131f81","serviceName":"basic_onboard_wHDUZF","serviceVersion":"1.0","serviceUUID":"b9382bf2-bed2-44a1-b397-5aba24c081eb","serviceDescription":"service","serviceInvariantUUID":"3c9ca77f-700f-43e7-b3ec-f90810830414","resources":[{"resourceInstanceName":"basic_onboard_wHDUZF 0","resourceName":"basic_onboard_wHDUZF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"518bc615-100e-4f1b-aa7d-ec11c412d4bc","resourceInvariantUUID":"70e2a516-1a8f-4ae5-84c3-c09f733541cd","resourceCustomizationUUID":"02ab05e3-f7d7-4e5d-9327-068a03fcc080","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml","artifactChecksum":"MmVlZjA2ZGUxNDY4YWI1YTc3YTBjZWE0YjZkZTM2MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9aec9646-8b23-468f-b22b-9ba6cdced648","artifactVersion":"1"},{"artifactName":"basic_onboard_whduzf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json","artifactChecksum":"OWQyODViYjg1YTczZWJkOWQ5NjIyMWRlMTc1NjUzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32f2b394-de1f-4ec4-8c96-5f5bef254591","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd3922e8-b5cf-4f88-9eec-df585f7a41ea","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a52829f5-b7a2-44cd-81a3-9fb7011d306e","artifactVersion":"2","generatedFromUUID":"e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWhduzf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml","artifactChecksum":"NDEzMGNmZDJkM2U4MzQwZWYwYjI0Yjk5ZDU1NGNjY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a809f50-6a61-47c0-a0b6-54e6410ad16b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWhduzf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar","artifactChecksum":"NWZmZDEzNjk4MTllNjEwZDFmZjdmZjYwMjBmMWI4YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1366a422-e56e-4b13-9c39-ffa75226f432","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T00:13:55.926Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:13:55.926Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:13:55.928Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:13:55.928Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:13:56.028Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:13:56.029Z||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-09T00:13:56.029Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:56.047Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:56.047Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:13:56.929Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:13:56.929Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:13:56.931Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:13:56.931Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T00:13:57.031Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:13:57.032Z||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-09T00:13:57.032Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:57.051Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:57.062Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:13:57.932Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:13:57.932Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:13:57.934Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:13:57.934Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:13:58.034Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:13:58.035Z||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-09T00:13:58.036Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:58.054Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:58.054Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:13:58.935Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:13:58.936Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:13:58.937Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:13:58.937Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:13:59.038Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:13:59.039Z||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-09T00:13:59.039Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:13:59.054Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:13:59.055Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:13:59.938Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:13:59.939Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:13:59.941Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:13:59.941Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-09T00:14:00.041Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:00.041Z||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-09T00:14:00.042Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:00.060Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:00.060Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:14:00.941Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:14:00.942Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:00.944Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:00.944Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:14:01.044Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:01.045Z||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-09T00:14:01.045Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:01.061Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:01.061Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:01.945Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:14:01.946Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:01.948Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:01.949Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:14:02.049Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:02.050Z||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-09T00:14:02.050Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:02.065Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:02.065Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:14:02.950Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"serviceName": "basic_onboard_wHDUZF",
"serviceVersion": "1.0",
"serviceUUID": "b9382bf2-bed2-44a1-b397-5aba24c081eb",
"serviceDescription": "service",
"serviceInvariantUUID": "3c9ca77f-700f-43e7-b3ec-f90810830414",
"resources": [
{
"resourceInstanceName": "basic_onboard_wHDUZF 0",
"resourceCustomizationUUID": "02ab05e3-f7d7-4e5d-9327-068a03fcc080",
"resourceName": "basic_onboard_wHDUZF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "518bc615-100e-4f1b-aa7d-ec11c412d4bc",
"resourceInvariantUUID": "70e2a516-1a8f-4ae5-84c3-c09f733541cd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_whduzf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"artifactChecksum": "OWQyODViYjg1YTczZWJkOWQ5NjIyMWRlMTc1NjUzOGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32f2b394-de1f-4ec4-8c96-5f5bef254591",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a52829f5-b7a2-44cd-81a3-9fb7011d306e",
"generatedFromUUID": "e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a52829f5-b7a2-44cd-81a3-9fb7011d306e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWhduzf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"artifactChecksum": "NWZmZDEzNjk4MTllNjEwZDFmZjdmZjYwMjBmMWI4YTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1366a422-e56e-4b13-9c39-ffa75226f432"
}
],
"workloadContext": "Production"
}
2022-11-09T00:14:02.951Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T00:14:02.951Z|00a1d021-4ec0-41e0-87b3-a1382cd00484|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9382bf2-bed2-44a1-b397-5aba24c081eb ASDC
2022-11-09T00:14:02.952Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:406d3a01-466a-4d78-b772-50eaa2131f81
ServiceName:basic_onboard_wHDUZF
ServiceVersion:1.0
ServiceUUID:b9382bf2-bed2-44a1-b397-5aba24c081eb
ServiceInvariantUUID:3c9ca77f-700f-43e7-b3ec-f90810830414
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWhduzf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar
ArtifactUUID:1366a422-e56e-4b13-9c39-ffa75226f432
ArtifactChecksum:NWZmZDEzNjk4MTllNjEwZDFmZjdmZjYwMjBmMWI4YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wHDUZF 0
ResourceCustomizationUUID:02ab05e3-f7d7-4e5d-9327-068a03fcc080
ResourceInvariantUUID:70e2a516-1a8f-4ae5-84c3-c09f733541cd
ResourceName:basic_onboard_wHDUZF
ResourceType:VF
ResourceUUID:518bc615-100e-4f1b-aa7d-ec11c412d4bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_whduzf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json
ArtifactUUID:32f2b394-de1f-4ec4-8c96-5f5bef254591
ArtifactChecksum:OWQyODViYjg1YTczZWJkOWQ5NjIyMWRlMTc1NjUzOGU=
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/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c
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/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env
ArtifactUUID:a52829f5-b7a2-44cd-81a3-9fb7011d306e
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/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env
ArtifactUUID:a52829f5-b7a2-44cd-81a3-9fb7011d306e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-09T00:14:02.953Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9382bf2-bed2-44a1-b397-5aba24c081eb 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-09T00:14:02.991Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:14:02.992Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:14:02.992Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:14:02.992Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1366a422-e56e-4b13-9c39-ffa75226f432 from URL: /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:02.992Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:14:02.992Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:03.166Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:14:03.167Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar 1366a422-e56e-4b13-9c39-ffa75226f432 75303
2022-11-09T00:14:03.167Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar ASDC sendASDCNotification
2022-11-09T00:14:03.167Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:03.167Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:14:03.168Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:03.170Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:03.170Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952843167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:03.270Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:03.271Z||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-09T00:14:03.271Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:03.284Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:03.285Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:04.170Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:14:04.171Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:14:04.171Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1366a422-e56e-4b13-9c39-ffa75226f432, URL: /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar to file: /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:04.172Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:04.172Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:04.172Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:04.305Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1988563669155483611/Definitions/service-BasicOnboardWhduzf-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-09T00:14:05.460Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wHDUZF 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-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.461Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.462Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:05.462Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:14:05.462Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.462Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.462Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:05.462Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:14:05.463Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is not matching search criteria
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-09T00:14:05.464Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T00:14:05.465Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T00:14:05.465Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.465Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T00:14:05.465Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.465Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:05.465Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:14:05.466Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.466Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:05.466Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:14:05.466Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.466Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:05.466Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is not matching search criteria
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=999035f3-a9d9-4d0a-9d48-a1c5d4764d33
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.467Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:05.468Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_wHDUZF
Description:service
Model UUID:b9382bf2-bed2-44a1-b397-5aba24c081eb
Model Version:NULL
Model InvariantUuid:3c9ca77f-700f-43e7-b3ec-f90810830414
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_wHDUZF
Model UUID:b29a6cf7-0bcd-4c23-9121-9a904b3dda1d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:70e2a516-1a8f-4ae5-84c3-c09f733541cd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:02ab05e3-f7d7-4e5d-9327-068a03fcc080
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e181725-bce8-4045-ad0c-f9b1a97f2534
ModelName:BasicOnboardWhduzf..base_ubuntu18..module-0
ModelUuid:ce72254e-38e8-4443-818e-6ca7a31c07b0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:999035f3-a9d9-4d0a-9d48-a1c5d4764d33
ModelInvariantUuid:522fcc43-86a0-43d0-8a5d-3f17aa45c566
ModelName:basic_onboard_wHDUZF-nodes.ubuntu18Cvfc
ModelUuid:fe89343c-f0d1-4dca-96c1-6a85d91f6653
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c5e57be7-7efa-462d-93e8-b2488aa8351c
ModelInvariantUuid:9e6c8b6d-3db9-4b5c-874b-f1c0bd13bbaa
ModelName:BasicOnboardWhduzf.compute.nodes.heat.ubuntu18
ModelUuid:07db6591-1478-4330-95f0-10baafbf1175
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-09T00:14:05.480Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 518bc615-100e-4f1b-aa7d-ec11c412d4bc
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-09T00:14:05.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||basic_onboard_wHDUZF 0
2022-11-09T00:14:05.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 518bc615-100e-4f1b-aa7d-ec11c412d4bc
2022-11-09T00:14:05.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32f2b394-de1f-4ec4-8c96-5f5bef254591 from URL: /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json
2022-11-09T00:14:05.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:14:05.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json
2022-11-09T00:14:05.547Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:14:05.547Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json 32f2b394-de1f-4ec4-8c96-5f5bef254591 798
2022-11-09T00:14:05.547Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json ASDC sendASDCNotification
2022-11-09T00:14:05.548Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json
2022-11-09T00:14:05.548Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:14:05.548Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:05.550Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:05.550Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952845547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:05.650Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:05.651Z||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-09T00:14:05.651Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:05.663Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:05.664Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:06.551Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWhduzf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e181725-bce8-4045-ad0c-f9b1a97f2534",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce72254e-38e8-4443-818e-6ca7a31c07b0",
"vfModuleModelCustomizationUUID": "954ee70d-716f-4f55-841c-19f299777de5",
"isBase": true,
"artifacts": [
"e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c",
"a52829f5-b7a2-44cd-81a3-9fb7011d306e"
],
"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-09T00:14:06.555Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWhduzf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce72254e-38e8-4443-818e-6ca7a31c07b0
VfModuleModelInvariantUUID:7e181725-bce8-4045-ad0c-f9b1a97f2534
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c
,
a52829f5-b7a2-44cd-81a3-9fb7011d306e
}
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-09T00:14:06.557Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWhduzf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e181725-bce8-4045-ad0c-f9b1a97f2534",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce72254e-38e8-4443-818e-6ca7a31c07b0",
"vfModuleModelCustomizationUUID": "954ee70d-716f-4f55-841c-19f299777de5",
"isBase": true,
"artifacts": [
"e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c",
"a52829f5-b7a2-44cd-81a3-9fb7011d306e"
],
"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-09T00:14:06.557Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWhduzf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce72254e-38e8-4443-818e-6ca7a31c07b0
VfModuleModelInvariantUUID:7e181725-bce8-4045-ad0c-f9b1a97f2534
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c
,
a52829f5-b7a2-44cd-81a3-9fb7011d306e
}
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-09T00:14:06.557Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c from URL: /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml
2022-11-09T00:14:06.557Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:14:06.557Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml
2022-11-09T00:14:06.636Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:14:06.636Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml e7d8bea6-bfb2-4c49-8f58-56ccdd38ea0c 5033
2022-11-09T00:14:06.637Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-09T00:14:06.637Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml
2022-11-09T00:14:06.637Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:14:06.637Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:06.639Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:06.639Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952846637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:06.739Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:06.740Z||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-09T00:14:06.740Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:06.757Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:06.757Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:07.639Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a52829f5-b7a2-44cd-81a3-9fb7011d306e from URL: /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env
2022-11-09T00:14:07.640Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:14:07.640Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env
2022-11-09T00:14:07.694Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:14:07.695Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env a52829f5-b7a2-44cd-81a3-9fb7011d306e 909
2022-11-09T00:14:07.695Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-09T00:14:07.695Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env
2022-11-09T00:14:07.695Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:14:07.696Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:07.697Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:07.698Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952847695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:07.798Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:07.798Z||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-09T00:14:07.799Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:07.817Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:07.818Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:14:08.698Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b9382bf2-bed2-44a1-b397-5aba24c081eb
2022-11-09T00:14:08.699Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wHDUZF 0 518bc615-100e-4f1b-aa7d-ec11c412d4bc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T00:14:08.713Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e00f425, org.onap.sdc.toscaparser.api.parameters.Input@7ac51be1, org.onap.sdc.toscaparser.api.parameters.Input@6a3d29a6, org.onap.sdc.toscaparser.api.parameters.Input@5537617e, org.onap.sdc.toscaparser.api.parameters.Input@1c5f0621]
2022-11-09T00:14:08.714Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.714Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.715Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-09T00:14:08.715Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 02ab05e3-f7d7-4e5d-9327-068a03fcc080
2022-11-09T00:14:08.715Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02ab05e3-f7d7-4e5d-9327-068a03fcc080 matches Tosca VF Customization UUID: 02ab05e3-f7d7-4e5d-9327-068a03fcc080
2022-11-09T00:14:08.715Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 02ab05e3-f7d7-4e5d-9327-068a03fcc080 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-09T00:14:08.717Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.717Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.718Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 02ab05e3-f7d7-4e5d-9327-068a03fcc080: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T00:14:08.718Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2336c866
2022-11-09T00:14:08.718Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.718Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T00:14:08.719Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 954ee70d-716f-4f55-841c-19f299777de5
2022-11-09T00:14:08.719Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 954ee70d-716f-4f55-841c-19f299777de5
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-09T00:14:08.721Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.721Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:08.722Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:14:08.722Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.722Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:08.722Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:14:08.723Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.723Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is not matching search criteria
2022-11-09T00:14:08.723Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-09T00:14:08.723Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T00:14:08.724Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=999035f3-a9d9-4d0a-9d48-a1c5d4764d33
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-09T00:14:08.726Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.726Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:08.727Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T00:14:08.727Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.727Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_wHDUZF 0 is matching search criteria
2022-11-09T00:14:08.727Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_wHDUZF 0] matching following query criteria: sdcType=VF, customizationUUID=02ab05e3-f7d7-4e5d-9327-068a03fcc080
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-09T00:14:08.729Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.730Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.730Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b9382bf2-bed2-44a1-b397-5aba24c081eb: basic_onboard_wHDUZF
2022-11-09T00:14:08.730Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.730Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.730Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.730Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.731Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.731Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.731Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.731Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.731Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:14:08.732Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_wHDUZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:14:08.732Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_wHDUZF
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-09T00:14:08.829Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wHDUZF 518bc615-100e-4f1b-aa7d-ec11c412d4bc 1 ASDC deployResourceStructure
2022-11-09T00:14:08.829Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json ASDC sendASDCNotification
2022-11-09T00:14:08.829Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json
2022-11-09T00:14:08.829Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:14:08.830Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:08.831Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:08.832Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952848829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:08.932Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:08.932Z||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-09T00:14:08.933Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:08.952Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:08.953Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:09.833Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-09T00:14:09.833Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml
2022-11-09T00:14:09.833Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:14:09.833Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:09.835Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:09.835Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952849832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:09.935Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:09.936Z||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-09T00:14:09.936Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:09.950Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:09.951Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:14:10.835Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-09T00:14:10.836Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env
2022-11-09T00:14:10.836Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:14:10.836Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:10.838Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:10.838Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952850835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:10.940Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T00:14:10.941Z||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-09T00:14:10.941Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:10.955Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:10.955Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:11.839Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar ASDC sendASDCNotification
2022-11-09T00:14:11.839Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar
2022-11-09T00:14:11.840Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:14:11.840Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:11.842Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:11.842Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952851839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:11.943Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T00:14:11.944Z||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-09T00:14:11.944Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:11.958Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:11.958Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:12.842Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 406d3a01-466a-4d78-b772-50eaa2131f81
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-09T00:14:12.858Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 406d3a01-466a-4d78-b772-50eaa2131f81
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-09T00:14:12.861Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:14:12.862Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:14:12.863Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:14:12.863Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T00:14:12.870Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T00:14:42.870Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 406d3a01-466a-4d78-b772-50eaa2131f81 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-09T00:14:42.878Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 406d3a01-466a-4d78-b772-50eaa2131f81 and serviceModelVersionId: b9382bf2-bed2-44a1-b397-5aba24c081eb
2022-11-09T00:14:42.878Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c9ca77f-700f-43e7-b3ec-f90810830414
2022-11-09T00:14:42.879Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0
2022-11-09T00:14:42.883Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T00:14:42.938Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0|INFO|500||Invoke
2022-11-09T00:14:42.938Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[406d3a01-466a-4d78-b772-50eaa2131f81], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa17aea3-a091-458a-8323-96490dfc882f], X-ECOMP-RequestID=[406d3a01-466a-4d78-b772-50eaa2131f81], X-TransactionId=[], X-ONAP-RequestID=[406d3a01-466a-4d78-b772-50eaa2131f81], Content-Type=[application/merge-patch+json]}
2022-11-09T00:14:42.943Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-09T00:14:43.071Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?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/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?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=[115], X-AAI-TXID=[2-aai-resources-221109-00:14:42:951-12288], vertex-id=[200728], Content-Length=[0], Date=[Wed, 09 Nov 2022 00:14:42 GMT], Content-Type=[application/json]}
2022-11-09T00:14:43.071Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T00:14:43.072Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3c9ca77f-700f-43e7-b3ec-f90810830414/model-vers/model-ver/b9382bf2-bed2-44a1-b397-5aba24c081eb?depth=0|INFO|500||InvokeReturn
2022-11-09T00:14:43.072Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T00:14:43.072Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T00:14:43.079Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09T00:14:43.079Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 406d3a01-466a-4d78-b772-50eaa2131f81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T00:14:43.079Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T00:14:43.079Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:14:43.081Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:14:43.081Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952883079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T00:14:43.181Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:14:43.182Z||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-09T00:14:43.182Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:43.204Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:43.205Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:14:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:14:43.854Z||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-09T00:14:43.854Z||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 SxtD9mYHcMeOCPJz) ...
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-09T00:14:44.096Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:14:44.096Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:14:44.096Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:14:44.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:44.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:14:44.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T00:14:44.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T00:14:44.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:14:44.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952831465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:14:44.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:14:44.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952843167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:44.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952845547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952846637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952847695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:14:44.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952848829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/basic_onboard_whduzf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:44.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952849832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952850835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/resourceInstances/basic_onboard_whduzf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952851839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWhduzf/1.0/artifacts/service-BasicOnboardWhduzf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:44.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:14:44.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "406d3a01-466a-4d78-b772-50eaa2131f81",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667952883079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T00:14:44.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:14:53.651Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:14:53.652Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:14:53.653Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:14:53.653Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:15:03.201Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:15:03.202Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:15:03.202Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:15:03.202Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:15:12.747Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:15:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:15:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:15:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:15:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:15:43.853Z||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-09T00:15:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:15:53.406Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:15:53.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:16:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:16:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:16:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:16:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:16:43.853Z||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-09T00:16:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:16:53.403Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:16:53.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:17:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:17:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:17:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:17:43.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:17:43.853Z||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-09T00:17:43.853Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:17:53.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:17:53.407Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:18:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:18:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:18:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:18:43.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:18:43.853Z||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-09T00:18:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:18:53.411Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:18:53.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:19:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:19:43.852Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:19:43.852Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:19:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:19:43.853Z||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-09T00:19:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:19:53.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:19:53.404Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:20:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:20:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:20:43.852Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:20:43.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:20:43.853Z||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-09T00:20:43.853Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:20:53.412Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:20:53.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:21:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:21:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:21:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:21:43.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:21:43.853Z||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-09T00:21:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:21:53.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:21:53.405Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:22:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:22:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:22:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:22:43.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:22:43.853Z||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-09T00:22:43.853Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:22:53.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:22:53.408Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:23:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:23:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:23:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:23:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:23:43.853Z||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-09T00:23:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:23:53.405Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:23:53.450Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:43.850Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:24:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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-09T00:24:43.851Z|406d3a01-466a-4d78-b772-50eaa2131f81|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:24:43.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:24:43.853Z||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-09T00:24:43.854Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:24:44.482Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:44.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.483Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f923163-a9dc-4eed-a120-f943e160a7ce","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"15d57186-7a85-4eba-9670-9351d0e19d25","serviceDescription":"service","serviceInvariantUUID":"e669096d-e8a0-48c0-9867-4efef38e0404","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"935bedab-1283-4ddd-85bd-69e7faedacef","resourceInvariantUUID":"a4783a53-3ca4-4881-8a64-5371e6c4a801","resourceCustomizationUUID":"495f001b-46d3-4417-9d4e-ec00aa7fa5fd","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":"YTU2OWU5MzcwZmVhMDBmYTYzMzYxMmE3MWU3NGVjYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bffbfd7d-190e-482f-befc-89ce28989f09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGZlNGM4YTgxNjE4NDcyZjI5YzI5ODRkZGUxOTAwYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b202371d-9f0f-4cdf-9c0c-e7e00d2bbd28","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T00:24:44.488Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:24:44.488Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:24:44.491Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:24:44.492Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953483850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:24:44.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:44.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "cds",
"timestamp": 1667953468553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:24:44.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667953470945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:24:44.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "aai-ml",
"timestamp": 1667953467825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:24:44.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "aai-ml",
"timestamp": 1667953467825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:24:44.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667953470945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:24:44.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "cds",
"timestamp": 1667953468553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:24:44.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667953478646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:24:44.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "aai-ml",
"timestamp": 1667953479138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:24:44.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "cds",
"timestamp": 1667953478748,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:24:44.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "policy-id",
"timestamp": 1667953478437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:24:44.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667953478646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:24:44.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "cds",
"timestamp": 1667953479837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-09T00:24:44.539Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f923163-a9dc-4eed-a120-f943e160a7ce
2022-11-09T00:24:44.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f923163-a9dc-4eed-a120-f943e160a7ce 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-09T00:24:44.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "policy-id",
"timestamp": 1667953478437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:24:44.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-09T00:24:44.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667953481407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:24:44.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "policy-id",
"timestamp": 1667953481206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:24:44.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667953483057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:24:44.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "policy-id",
"timestamp": 1667953482211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:24:44.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "aai-ml",
"timestamp": 1667953483187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:24:44.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T00:24:44.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667953484065,
"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-09T00:24:44.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f923163-a9dc-4eed-a120-f943e160a7ce
2022-11-09T00:24:44.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f923163-a9dc-4eed-a120-f943e160a7ce 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-09T00:24:44.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "policy-id",
"timestamp": 1667953483214,
"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-09T00:24:44.580Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f923163-a9dc-4eed-a120-f943e160a7ce
2022-11-09T00:24:44.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f923163-a9dc-4eed-a120-f943e160a7ce 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-09T00:24:44.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T00:24:44.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "aai-ml",
"timestamp": 1667953484192,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-11-09T00:24:44.592Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
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-09T00:24:44.592Z||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-09T00:24:44.592Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:24:44.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f923163-a9dc-4eed-a120-f943e160a7ce
2022-11-09T00:24:44.597Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f923163-a9dc-4eed-a120-f943e160a7ce 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-09T00:24:44.615Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:44.616Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:24:45.492Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:24:45.493Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:24:45.495Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:24:45.495Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953483850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:24:45.595Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:24:45.596Z||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-09T00:24:45.597Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:24:45.610Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:45.611Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:24:46.496Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "15d57186-7a85-4eba-9670-9351d0e19d25",
"serviceDescription": "service",
"serviceInvariantUUID": "e669096d-e8a0-48c0-9867-4efef38e0404",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "495f001b-46d3-4417-9d4e-ec00aa7fa5fd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "935bedab-1283-4ddd-85bd-69e7faedacef",
"resourceInvariantUUID": "a4783a53-3ca4-4881-8a64-5371e6c4a801",
"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": "MGZlNGM4YTgxNjE4NDcyZjI5YzI5ODRkZGUxOTAwYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b202371d-9f0f-4cdf-9c0c-e7e00d2bbd28"
}
],
"workloadContext": "Production"
}
2022-11-09T00:24:46.497Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T00:24:46.497Z|406d3a01-466a-4d78-b772-50eaa2131f81|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 15d57186-7a85-4eba-9670-9351d0e19d25 ASDC
2022-11-09T00:24:46.498Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6f923163-a9dc-4eed-a120-f943e160a7ce
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:15d57186-7a85-4eba-9670-9351d0e19d25
ServiceInvariantUUID:e669096d-e8a0-48c0-9867-4efef38e0404
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:b202371d-9f0f-4cdf-9c0c-e7e00d2bbd28
ArtifactChecksum:MGZlNGM4YTgxNjE4NDcyZjI5YzI5ODRkZGUxOTAwYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:495f001b-46d3-4417-9d4e-ec00aa7fa5fd
ResourceInvariantUUID:a4783a53-3ca4-4881-8a64-5371e6c4a801
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:935bedab-1283-4ddd-85bd-69e7faedacef
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-09T00:24:46.498Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15d57186-7a85-4eba-9670-9351d0e19d25 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-09T00:24:46.532Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:24:46.533Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:24:46.533Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:24:46.533Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b202371d-9f0f-4cdf-9c0c-e7e00d2bbd28 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T00:24:46.533Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:24:46.534Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T00:24:46.597Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:24:46.598Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b202371d-9f0f-4cdf-9c0c-e7e00d2bbd28 57659
2022-11-09T00:24:46.598Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:46.598Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:46.598Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:24:46.599Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:24:46.601Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:24:46.601Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953486598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:24:46.702Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T00:24:46.703Z||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-09T00:24:46.703Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:24:46.717Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:46.718Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-09T00:24:47.602Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:24:47.603Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:24:47.604Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b202371d-9f0f-4cdf-9c0c-e7e00d2bbd28, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T00:24:47.604Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-09T00:24:47.605Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T00:24:47.605Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T00:24:47.806Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15688271725927964567/Definitions/service-BasicNetwork-template.yml
2022-11-09T00:24:48.301Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T00:24:48.302Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:24:48.302Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T00:24:48.302Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-09T00:24:48.302Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.302Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.303Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.303Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.303Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T00:24:48.303Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.303Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.304Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.304Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:24:48.304Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.304Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.305Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-09T00:24:48.305Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:24:48.305Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:24:48.305Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.306Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.306Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-09T00:24:48.306Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:24:48.306Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:24:48.306Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.307Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.307Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.307Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.307Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.308Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.308Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.308Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.308Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.309Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.309Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:15d57186-7a85-4eba-9670-9351d0e19d25
Model Version:NULL
Model InvariantUuid:e669096d-e8a0-48c0-9867-4efef38e0404
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a4783a53-3ca4-4881-8a64-5371e6c4a801
Model UUID:4056a98f-46c5-4f0c-8cd9-52f9851e34a6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:495f001b-46d3-4417-9d4e-ec00aa7fa5fd
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-09T00:24:48.318Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 935bedab-1283-4ddd-85bd-69e7faedacef
2022-11-09T00:24:48.319Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||No resources found for Service: 15d57186-7a85-4eba-9670-9351d0e19d25
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-09T00:24:48.324Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||
2022-11-09T00:24:48.324Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-09T00:24:48.325Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 15d57186-7a85-4eba-9670-9351d0e19d25
2022-11-09T00:24:48.325Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 15d57186-7a85-4eba-9670-9351d0e19d25
2022-11-09T00:24:48.325Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-09T00:24:48.325Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.337Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61a7207d, org.onap.sdc.toscaparser.api.parameters.Input@22541b68, org.onap.sdc.toscaparser.api.parameters.Input@3142cc2e, org.onap.sdc.toscaparser.api.parameters.Input@774ce4ca, org.onap.sdc.toscaparser.api.parameters.Input@2fb08696]
2022-11-09T00:24:48.338Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.338Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.339Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.339Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.339Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 15d57186-7a85-4eba-9670-9351d0e19d25: Generic NeutronNet
2022-11-09T00:24:48.339Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.340Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.340Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.340Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.368Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.369Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.369Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.370Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.370Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:24:48.370Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:24:48.371Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.426Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-09T00:24:48.427Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.427Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||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-09T00:24:48.428Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T00:24:48.428Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:24:48.430Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:24:48.430Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953488427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T00:24:48.530Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:24:48.531Z||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-09T00:24:48.531Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:24:48.556Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:24:48.556Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:24:49.431Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f923163-a9dc-4eed-a120-f943e160a7ce
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-09T00:24:49.446Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f923163-a9dc-4eed-a120-f943e160a7ce
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-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T00:24:49.450Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T00:24:49.457Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T00:25:19.458Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f923163-a9dc-4eed-a120-f943e160a7ce 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-09T00:25:19.471Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f923163-a9dc-4eed-a120-f943e160a7ce and serviceModelVersionId: 15d57186-7a85-4eba-9670-9351d0e19d25
2022-11-09T00:25:19.472Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e669096d-e8a0-48c0-9867-4efef38e0404
2022-11-09T00:25:19.473Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e669096d-e8a0-48c0-9867-4efef38e0404/model-vers/model-ver/15d57186-7a85-4eba-9670-9351d0e19d25?depth=0
2022-11-09T00:25:19.478Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T00:25:19.538Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e669096d-e8a0-48c0-9867-4efef38e0404/model-vers/model-ver/15d57186-7a85-4eba-9670-9351d0e19d25?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-09T00:25:19.542Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e669096d-e8a0-48c0-9867-4efef38e0404/model-vers/model-ver/15d57186-7a85-4eba-9670-9351d0e19d25?depth=0|INFO|500||Invoke
2022-11-09T00:25:19.547Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e669096d-e8a0-48c0-9867-4efef38e0404/model-vers/model-ver/15d57186-7a85-4eba-9670-9351d0e19d25?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-09T00:25:19.769Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e669096d-e8a0-48c0-9867-4efef38e0404/model-vers/model-ver/15d57186-7a85-4eba-9670-9351d0e19d25?depth=0|INFO|500||InvokeReturn
2022-11-09T00:25:19.773Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e669096d-e8a0-48c0-9867-4efef38e0404/model-vers/model-ver/15d57186-7a85-4eba-9670-9351d0e19d25?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=[217], X-AAI-TXID=[2-aai-resources-221109-00:25:19:555-43103], vertex-id=[217168], Content-Length=[0], Date=[Wed, 09 Nov 2022 00:25:19 GMT], Content-Type=[application/json]}
2022-11-09T00:25:19.773Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-09T00:25:19.774Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T00:25:19.774Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T00:25:19.780Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09T00:25:19.781Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f923163-a9dc-4eed-a120-f943e160a7ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T00:25:19.781Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T00:25:19.782Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:19.784Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:19.784Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953519781,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T00:25:19.884Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T00:25:19.885Z||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-09T00:25:19.885Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:19.905Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:19.905Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 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-09T00:25:43.850Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:25:43.851Z|6f923163-a9dc-4eed-a120-f943e160a7ce|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-09T00:25:43.851Z|6f923163-a9dc-4eed-a120-f943e160a7ce|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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:43.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T00:25:43.853Z||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-09T00:25:43.853Z||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 SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:43.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:43.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T00:25:43.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f923163-a9dc-4eed-a120-f943e160a7ce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953483850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:43.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-09T00:25:44.503Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:44.504Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T00:25:44.504Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e527d1fa-a545-4863-ba7e-e5d632b2b085","serviceName":"Demo_pNF_a053CDIjFqg5Vm0rc998","serviceVersion":"1.0","serviceUUID":"c221c462-0e18-4326-9f92-b1586339016f","serviceDescription":"catalog service description","serviceInvariantUUID":"673c4c24-33b9-4857-85c8-36920cb93333","resources":[{"resourceInstanceName":"pNF 3f647718-05bd 0","resourceName":"pNF 3f647718-05bd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b5f8f98-a140-49df-a139-6633dca720d2","resourceInvariantUUID":"7534d181-4a7f-4128-b07e-b48348ca6826","resourceCustomizationUUID":"7d93baff-e6d1-4911-84cd-5a822a235a86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/vf-license-model.xml","artifactChecksum":"MzY2NGM0ZDhlZjY2ZWM3Yzc4NTM3NzM1MTAzMjQ1OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"466ae696-6107-4d82-ad20-77d8542e0777","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/pNF.csar","artifactChecksum":"YzQ0Mjk3ODQ5NzhjM2ZjOTUzMWRhYWJjM2EwMTI2ZWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b477bba8-b0b6-4c2f-ba87-8307dc9ed66d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efba561a-4fdd-4b49-b06f-dde26b21ce20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/vendor-license-model.xml","artifactChecksum":"NWEwZjViNjMwNjFiOTZmZDQ5NWY5NjNmYjFmMDdiNzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"426e56e2-2d86-475c-b82f-c4041ad457c4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a8e63ce-3c20-4e8f-879d-313035675c16","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2f7faa0-36de-4a59-8ab0-61ec8a771b12","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA053cdijfqg5vm0rc998-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-template.yml","artifactChecksum":"NTYyYmE1NmNiNGJjODBkNzRmM2VhNzFlNGJiNDlhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f8ce915-ca20-4a20-bafd-eb77595b6994","artifactVersion":"1"},{"artifactName":"service-DemoPnfA053cdijfqg5vm0rc998-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar","artifactChecksum":"ZjdiODcwZGE2MzI2ZWI2ZDYxNzJjNWY5M2NlMjI0YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fde647d4-860b-48d4-bc5c-7ef5b1e66995","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T00:25:44.506Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:44.507Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:44.509Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:44.509Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:44.609Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:44.610Z||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-09T00:25:44.610Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:44.633Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:44.633Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2022-11-09T00:25:45.509Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:45.510Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:45.512Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:45.513Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:45.613Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:45.614Z||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-09T00:25:45.614Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:45.631Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:45.631Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:46.514Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:46.515Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:46.516Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:46.516Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:46.617Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:46.618Z||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-09T00:25:46.618Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:46.634Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:46.634Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:47.517Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:47.518Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:47.519Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:47.520Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:47.620Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:47.621Z||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-09T00:25:47.621Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:47.636Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:47.637Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:48.520Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:48.521Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:48.523Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:48.523Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:48.623Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:48.624Z||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-09T00:25:48.624Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:48.642Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:48.642Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:49.523Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:49.524Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:49.526Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:49.526Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/resourceInstances/pnf3f64771805bd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:49.626Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:49.626Z||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-09T00:25:49.626Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:49.641Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:49.641Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:50.526Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:50.527Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:50.529Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:50.529Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T00:25:50.629Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:50.630Z||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-09T00:25:50.630Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:50.648Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:50.649Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:51.530Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T00:25:51.530Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:51.532Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:51.532Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953543850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T00:25:51.632Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:51.633Z||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-09T00:25:51.633Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:51.650Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:51.651Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:52.533Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"serviceName": "Demo_pNF_a053CDIjFqg5Vm0rc998",
"serviceVersion": "1.0",
"serviceUUID": "c221c462-0e18-4326-9f92-b1586339016f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "673c4c24-33b9-4857-85c8-36920cb93333",
"resources": [
{
"resourceInstanceName": "pNF 3f647718-05bd 0",
"resourceCustomizationUUID": "7d93baff-e6d1-4911-84cd-5a822a235a86",
"resourceName": "pNF 3f647718-05bd",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8b5f8f98-a140-49df-a139-6633dca720d2",
"resourceInvariantUUID": "7534d181-4a7f-4128-b07e-b48348ca6826",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfA053cdijfqg5vm0rc998-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar",
"artifactChecksum": "ZjdiODcwZGE2MzI2ZWI2ZDYxNzJjNWY5M2NlMjI0YWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fde647d4-860b-48d4-bc5c-7ef5b1e66995"
}
],
"workloadContext": "Production"
}
2022-11-09T00:25:52.533Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T00:25:52.534Z|6f923163-a9dc-4eed-a120-f943e160a7ce|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c221c462-0e18-4326-9f92-b1586339016f ASDC
2022-11-09T00:25:52.534Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e527d1fa-a545-4863-ba7e-e5d632b2b085
ServiceName:Demo_pNF_a053CDIjFqg5Vm0rc998
ServiceVersion:1.0
ServiceUUID:c221c462-0e18-4326-9f92-b1586339016f
ServiceInvariantUUID:673c4c24-33b9-4857-85c8-36920cb93333
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
ArtifactUUID:fde647d4-860b-48d4-bc5c-7ef5b1e66995
ArtifactChecksum:ZjdiODcwZGE2MzI2ZWI2ZDYxNzJjNWY5M2NlMjI0YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3f647718-05bd 0
ResourceCustomizationUUID:7d93baff-e6d1-4911-84cd-5a822a235a86
ResourceInvariantUUID:7534d181-4a7f-4128-b07e-b48348ca6826
ResourceName:pNF 3f647718-05bd
ResourceType:PNF
ResourceUUID:8b5f8f98-a140-49df-a139-6633dca720d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-09T00:25:52.534Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c221c462-0e18-4326-9f92-b1586339016f 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-09T00:25:52.564Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:25:52.564Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:25:52.564Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:25:52.565Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fde647d4-860b-48d4-bc5c-7ef5b1e66995 from URL: /sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:52.565Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-09T00:25:52.565Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:52.684Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-09T00:25:52.685Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar fde647d4-860b-48d4-bc5c-7ef5b1e66995 87770
2022-11-09T00:25:52.685Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar ASDC sendASDCNotification
2022-11-09T00:25:52.685Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:52.685Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T00:25:52.685Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-09T00:25:52.687Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T00:25:52.687Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e527d1fa-a545-4863-ba7e-e5d632b2b085",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667953552685,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T00:25:52.787Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T00:25:52.788Z||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-09T00:25:52.789Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SxtD9mYHcMeOCPJz) ...
2022-11-09T00:25:52.803Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T00:25:52.804Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T00:25:53.688Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T00:25:53.689Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-09T00:25:53.689Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fde647d4-860b-48d4-bc5c-7ef5b1e66995, URL: /sdc/v1/catalog/services/DemoPnfA053cdijfqg5vm0rc998/1.0/artifacts/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar to file: /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:53.689Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:53.690Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:53.690Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:53.798Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16246454143810292859/Definitions/service-DemoPnfA053cdijfqg5vm0rc998-template.yml
2022-11-09T00:25:54.622Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T00:25:54.622Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:25:54.622Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.622Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||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-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||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-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3f647718-05bd 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-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA053cdijfqg5vm0rc998-csar.csar
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-09T00:25:54.623Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.624Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.624Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Node template pNF 3f647718-05bd 0 is matching search criteria
2022-11-09T00:25:54.624Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:25:54.624Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3f647718-05bd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:25:54.624Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.624Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Node template pNF 3f647718-05bd 0 is matching search criteria
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3f647718-05bd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.625Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.626Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.626Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.626Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.626Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T00:25:54.626Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_a053CDIjFqg5Vm0rc998 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T00:25:54.627Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_a053CDIjFqg5Vm0rc998
Description:catalog service description
Model UUID:c221c462-0e18-4326-9f92-b1586339016f
Model Version:NULL
Model InvariantUuid:673c4c24-33b9-4857-85c8-36920cb93333
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-09T00:25:54.637Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b5f8f98-a140-49df-a139-6633dca720d2
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-09T00:25:54.640Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||pNF 3f647718-05bd 0
2022-11-09T00:25:54.641Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b5f8f98-a140-49df-a139-6633dca720d2
2022-11-09T00:25:54.641Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c221c462-0e18-4326-9f92-b1586339016f
2022-11-09T00:25:54.641Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c221c462-0e18-4326-9f92-b1586339016f
2022-11-09T00:25:54.641Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3f647718-05bd 0 8b5f8f98-a140-49df-a139-6633dca720d2 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-09T00:25:54.647Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b8c4956, org.onap.sdc.toscaparser.api.parameters.Input@63575d0d, org.onap.sdc.toscaparser.api.parameters.Input@724a3b42, org.onap.sdc.toscaparser.api.parameters.Input@3e68d0b3, org.onap.sdc.toscaparser.api.parameters.Input@4757f8d1]
2022-11-09T00:25:54.647Z|e527d1fa-a545-4863-ba7e-e5d632b2b085|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive