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-10-27T13:32:16.030Z||main|||||INFO|500||The following profiles are active: basic
2022-10-27T13:32:28.437Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-27T13:32:28.438Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-27T13:32:28.592Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-27T13:32:32.977Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-27T13:32:33.379Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-27T13:32:33.845Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-27T13:32:33.871Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-27T13:32:33.995Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-27T13:32:34.217Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-27T13:32:34.978Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-27T13:32:37.056Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-27T13:32:39.539Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-27T13:32:39.615Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-27T13:32:40.275Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-27T13:32:40.485Z||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-10-27T13:32:41.644Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-27T13:32:42.701Z||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-10-27T13:32:43.453Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-10-27T13:32:43.454Z||main|||||ERROR|500||(conn=1138) Table 'catalogdb.activity_spec' doesn't exist
2022-10-27T13:32:43.470Z||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-10-27T13:32:47.005Z||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-10-27T13:32:50.050Z||main|||||WARN|500||---
2022-10-27T13:32:50.050Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-27T13:32:50.050Z||main|||||WARN|500||---
2022-10-27T13:32:50.521Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-27T13:32:55.242Z||main|||||INFO|500||Started Application in 42.696 seconds (JVM running for 45.374)
2022-10-27T13:32:55.258Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-27T13:32:55.260Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-27T13:32:55.272Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-27T13:32:55.296Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-27T13:32:55.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b31bdc7b-b1c8-4292-ae6e-6ebcb6d7afb9 url= /sdc/v1/artifactTypes
2022-10-27T13:32:55.342Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-27T13:32:55.448Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-27T13:32:55.451Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@734bf3cb
2022-10-27T13:32:55.452Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-27T13:32:55.470Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-27T13:32:55.472Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-27T13:32:55.479Z||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$$4237a952.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-10-27T13:33:45.238Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-27T13:33:45.240Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-27T13:33:45.241Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-27T13:33:45.245Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-27T13:33:45.248Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c4423ac-4839-4bf2-8ce5-2fa61b9d2c10 url= /sdc/v1/artifactTypes
2022-10-27T13:33:45.249Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-27T13:33:45.254Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-27T13:33:45.254Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5917eab7
2022-10-27T13:33:45.254Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-27T13:33:45.255Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-27T13:33:45.255Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-27T13:33:45.256Z||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$$4237a952.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-10-27T13:34:35.237Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-27T13:34:35.238Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-27T13:34:35.239Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-27T13:34:35.242Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-27T13:34:35.246Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3be8049-2016-42b4-a4b9-1a15d2407600 url= /sdc/v1/artifactTypes
2022-10-27T13:34:35.247Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-27T13:34:35.343Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-27T13:34:35.351Z||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-10-27T13:34:35.373Z||scheduling-1|||||DEBUG|500||create keys
2022-10-27T13:34:35.380Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-27T13:34:35.510Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:34:35.528Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6fb0a2f0-ee70-451f-8a28-e132c447c098 url= /sdc/v1/registerForDistribution
2022-10-27T13:34:35.686Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6fb0a2f0-ee70-451f-8a28-e132c447c098 url= /sdc/v1/registerForDistribution
2022-10-27T13:34:35.687Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-27T13:34:35.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:34:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:34:35.708Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-27T13:34:35.709Z||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-10-27T13:34:35.709Z||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-10-27T13:34:35.710Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:34:35.710Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:34:46.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:34:46.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:35:35.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:35:35.695Z||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-10-27T13:35:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:35:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:35:35.700Z||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-10-27T13:35:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:35:45.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:35:45.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:36:35.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:36:35.695Z||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-10-27T13:36:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:36:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:36:35.701Z||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-10-27T13:36:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:36:45.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:36:45.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:37:35.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:37:35.697Z||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-10-27T13:37:35.697Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:37:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:37:35.701Z||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-10-27T13:37:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:37:45.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:37:45.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:38:35.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:38:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:38:35.695Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:38:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:38:35.700Z||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-10-27T13:38:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:38:45.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:38:45.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:39:35.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:39:35.694Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:39:35.695Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:39:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:39:35.700Z||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-10-27T13:39:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:39:45.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:39:45.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:40:35.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:40:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:40:35.695Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:40:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:40:35.701Z||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-10-27T13:40:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:40:45.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:40:45.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:41:35.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:41:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:41:35.696Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:41:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:41:35.701Z||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-10-27T13:41:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:41:45.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:41:45.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:42:13.971Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-27T13:42:35.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:42:35.696Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:42:35.696Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:42:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:42:35.701Z||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-10-27T13:42:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:42:45.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:42:45.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:43:35.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:43:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:43:35.695Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:43:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:43:35.700Z||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-10-27T13:43:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:43:45.269Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:43:45.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:44:35.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:44:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:44:35.696Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:44:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:44:35.700Z||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-10-27T13:44:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:44:45.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:44:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:45:35.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:45:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:45:35.696Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:45:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:45:35.701Z||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-10-27T13:45:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:45:45.261Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:45:45.264Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:46:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:46:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:46:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:46:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:46:35.700Z||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-10-27T13:46:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:46:45.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:46:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:47:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:47:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:47:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:47:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:47:35.700Z||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-10-27T13:47:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:47:45.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:47:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:48:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:48:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:48:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:48:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:48:35.701Z||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-10-27T13:48:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:48:45.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:48:45.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:49:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:49:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:49:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:49:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:49:35.700Z||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-10-27T13:49:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:49:45.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:49:45.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:50:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:50:35.695Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:50:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:50:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:50:35.700Z||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-10-27T13:50:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:50:45.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:50:45.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:51:35.694Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:51:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:51:35.700Z||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-10-27T13:51:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:51:35.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:51:35.701Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:51:45.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:51:45.263Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:52:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:52:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:52:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:52:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:52:35.700Z||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-10-27T13:52:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:52:45.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:52:45.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:53:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:53:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:53:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:53:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:53:35.700Z||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-10-27T13:53:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:53:45.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:53:45.262Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:54:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:54:35.695Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:54:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:54:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:54:35.700Z||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-10-27T13:54:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:54:45.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:54:45.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:55:35.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:55:35.694Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T13:55:35.695Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T13:55:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:55:35.700Z||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-10-27T13:55:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:55:45.256Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:55:45.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:56:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:56:35.695Z||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-10-27T13:56:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:56:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:56:35.700Z||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-10-27T13:56:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:56:45.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:56:45.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:57:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:57:35.694Z||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-10-27T13:57:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:57:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:57:35.700Z||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-10-27T13:57:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:57:45.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:57:45.260Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:58:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:58:35.696Z||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-10-27T13:58:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:58:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:58:35.700Z||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-10-27T13:58:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:58:45.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:58:45.264Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:59:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:59:35.695Z||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-10-27T13:59:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:59:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T13:59:35.701Z||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-10-27T13:59:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T13:59:45.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T13:59:45.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:00:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:00:35.694Z||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-10-27T14:00:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:00:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:00:35.700Z||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-10-27T14:00:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:00:45.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:00:45.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:01:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:01:35.695Z||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-10-27T14:01:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:01:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:01:35.700Z||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-10-27T14:01:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:01:45.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:01:45.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:02:35.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:02:35.696Z||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-10-27T14:02:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:02:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:02:35.701Z||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-10-27T14:02:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:02:45.282Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:02:45.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:03:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:03:35.694Z||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-10-27T14:03:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:03:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:03:35.700Z||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-10-27T14:03:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:03:45.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:03:45.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:04:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:04:35.694Z||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-10-27T14:04:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:04:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:04:35.700Z||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-10-27T14:04:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:04:45.279Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:04:45.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:05:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:05:35.694Z||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-10-27T14:05:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:05:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:05:35.700Z||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-10-27T14:05:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:05:45.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:05:45.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:06:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:06:35.695Z||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-10-27T14:06:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:06:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:06:35.701Z||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-10-27T14:06:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:06:45.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:06:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:07:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:07:35.696Z||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-10-27T14:07:35.697Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:07:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:07:35.700Z||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-10-27T14:07:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:07:45.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:07:45.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:08:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:08:35.695Z||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-10-27T14:08:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:08:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:08:35.700Z||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-10-27T14:08:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:08:45.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:08:45.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:09:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:09:35.694Z||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-10-27T14:09:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:09:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:09:35.701Z||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-10-27T14:09:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:09:45.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:09:45.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:10:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:10:35.695Z||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-10-27T14:10:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:10:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:10:35.701Z||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-10-27T14:10:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:10:45.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:10:45.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:11:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:11:35.695Z||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-10-27T14:11:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:11:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:11:35.701Z||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-10-27T14:11:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:11:45.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:11:45.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:12:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:12:35.694Z||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-10-27T14:12:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:12:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:12:35.700Z||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-10-27T14:12:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:12:45.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:12:45.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:13:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:13:35.694Z||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-10-27T14:13:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:13:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:13:35.701Z||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-10-27T14:13:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:13:45.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:13:45.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:14:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:14:35.695Z||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-10-27T14:14:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:14:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:14:35.701Z||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-10-27T14:14:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:14:45.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:14:45.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:15:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:15:35.697Z||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-10-27T14:15:35.697Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:15:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:15:35.700Z||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-10-27T14:15:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:15:45.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:15:45.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:16:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:16:35.695Z||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-10-27T14:16:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:16:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:16:35.701Z||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-10-27T14:16:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:16:45.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:16:45.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:17:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:17:35.694Z||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-10-27T14:17:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:17:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:17:35.701Z||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-10-27T14:17:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:17:45.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:17:45.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:18:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:18:35.694Z||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-10-27T14:18:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:18:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:18:35.700Z||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-10-27T14:18:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:18:45.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:18:45.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:19:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:19:35.694Z||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-10-27T14:19:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:19:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:19:35.700Z||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-10-27T14:19:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:19:45.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:19:45.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:20:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:20:35.695Z||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-10-27T14:20:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:20:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:20:35.700Z||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-10-27T14:20:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:20:45.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:20:45.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:21:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:21:35.694Z||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-10-27T14:21:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:21:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:21:35.700Z||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-10-27T14:21:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:21:45.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:21:45.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:22:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:22:35.694Z||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-10-27T14:22:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:22:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:22:35.700Z||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-10-27T14:22:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:22:45.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:22:45.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:23:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:23:35.695Z||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-10-27T14:23:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:23:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:23:35.701Z||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-10-27T14:23:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:23:45.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:23:45.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:24:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:24:35.695Z||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-10-27T14:24:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:24:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:24:35.701Z||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-10-27T14:24:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:24:45.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:24:45.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:25:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:25:35.694Z||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-10-27T14:25:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:25:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:25:35.701Z||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-10-27T14:25:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:25:45.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:25:45.246Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:26:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:26:35.694Z||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-10-27T14:26:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:26:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:26:35.701Z||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-10-27T14:26:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:26:45.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:26:45.260Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:27:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:27:35.694Z||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-10-27T14:27:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:27:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:27:35.700Z||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-10-27T14:27:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:27:45.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:27:45.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:28:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:28:35.694Z||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-10-27T14:28:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:28:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:28:35.701Z||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-10-27T14:28:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:28:45.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:28:45.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:29:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:29:35.694Z||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-10-27T14:29:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:29:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:29:35.700Z||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-10-27T14:29:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:29:45.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:29:45.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:30:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:30:35.695Z||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-10-27T14:30:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:30:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:30:35.701Z||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-10-27T14:30:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:30:45.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:30:45.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:31:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:31:35.694Z||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-10-27T14:31:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:31:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:31:35.701Z||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-10-27T14:31:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:31:45.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:31:45.256Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:32:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:32:35.696Z||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-10-27T14:32:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:32:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:32:35.700Z||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-10-27T14:32:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:32:45.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:32:45.271Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:33:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:33:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:33:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:33:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:33:35.700Z||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-10-27T14:33:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:33:45.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:33:45.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:34:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:34:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:34:35.694Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:34:35.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:34:35.702Z||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-10-27T14:34:35.702Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:34:45.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:34:45.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:35:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:35:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:35:35.694Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:35:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:35:35.701Z||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-10-27T14:35:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:35:45.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:35:45.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:36:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:36:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:36:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:36:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:36:35.701Z||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-10-27T14:36:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:36:45.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:36:45.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:37:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:37:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:37:35.694Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:37:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:37:35.701Z||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-10-27T14:37:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:37:45.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:37:45.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:38:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:38:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:38:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:38:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:38:35.700Z||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-10-27T14:38:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:38:45.254Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:38:45.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:39:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:39:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:39:35.694Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:39:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:39:35.700Z||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-10-27T14:39:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:39:45.256Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:39:45.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:40:35.694Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:40:35.697Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:40:35.697Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:40:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:40:35.701Z||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-10-27T14:40:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:40:45.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:40:45.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:41:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:41:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:41:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:41:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:41:35.700Z||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-10-27T14:41:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:41:45.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:41:45.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:42:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:42:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:42:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:42:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:42:35.700Z||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-10-27T14:42:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:42:45.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:42:45.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:43:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:43:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:43:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:43:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:43:35.700Z||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-10-27T14:43:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:43:45.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:43:45.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:44:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:44:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:44:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:44:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:44:35.700Z||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-10-27T14:44:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:44:45.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:44:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:45:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:45:35.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:45:35.694Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:45:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:45:35.700Z||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-10-27T14:45:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:45:45.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:45:45.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:46:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:46:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:46:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:46:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:46:35.700Z||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-10-27T14:46:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:46:45.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:46:45.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:47:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:47:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:47:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:47:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:47:35.700Z||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-10-27T14:47:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:47:45.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:47:45.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:48:35.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:48:35.695Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:48:35.695Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:48:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:48:35.700Z||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-10-27T14:48:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:48:45.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:48:45.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:49:35.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:49:35.697Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:49:35.698Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:49:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:49:35.700Z||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-10-27T14:49:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:49:45.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:49:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:50:35.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:50:35.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:50:35.696Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:50:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:50:35.700Z||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-10-27T14:50:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:50:45.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:50:45.248Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:51:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:51:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:51:35.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:51:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:51:35.701Z||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-10-27T14:51:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:51:45.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:51:45.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:52:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:52:35.695Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:52:35.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:52:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:52:35.701Z||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-10-27T14:52:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:52:45.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:52:45.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:53:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:53:35.695Z||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-10-27T14:53:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:53:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:53:35.701Z||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-10-27T14:53:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:53:45.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:53:45.283Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:54:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:54:35.694Z||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-10-27T14:54:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:54:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:54:35.700Z||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-10-27T14:54:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:54:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:54:45.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:55:35.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:55:35.694Z||pool-2-thread-8|||||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-10-27T14:55:35.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:55:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:55:35.700Z||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-10-27T14:55:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:55:45.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:55:45.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:56:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:56:35.694Z||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-10-27T14:56:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:56:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:56:35.700Z||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-10-27T14:56:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:56:45.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:56:45.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:57:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:57:35.695Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T14:57:35.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T14:57:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:57:35.700Z||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-10-27T14:57:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:57:45.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:57:45.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:58:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:58:35.695Z||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-10-27T14:58:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:58:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:58:35.701Z||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-10-27T14:58:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:58:45.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:58:45.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:59:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:59:35.696Z||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-10-27T14:59:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:59:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T14:59:35.701Z||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-10-27T14:59:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T14:59:45.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T14:59:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:00:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:00:35.694Z||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-10-27T15:00:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:00:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:00:35.700Z||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-10-27T15:00:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:00:45.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:00:45.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:01:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:01:35.694Z||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-10-27T15:01:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:01:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:01:35.700Z||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-10-27T15:01:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:01:45.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:01:45.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:02:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:02:35.694Z||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-10-27T15:02:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:02:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:02:35.700Z||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-10-27T15:02:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:02:45.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:02:45.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:03:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:03:35.694Z||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-10-27T15:03:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:03:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:03:35.700Z||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-10-27T15:03:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:03:45.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:03:45.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:04:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:04:35.694Z||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-10-27T15:04:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:04:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:04:35.700Z||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-10-27T15:04:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:04:45.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:04:45.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:05:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:05:35.694Z||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-10-27T15:05:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:05:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:05:35.700Z||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-10-27T15:05:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:05:45.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:05:45.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:06:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:06:35.695Z||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-10-27T15:06:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:06:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:06:35.700Z||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-10-27T15:06:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:06:45.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:06:45.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:07:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:07:35.696Z||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-10-27T15:07:35.697Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:07:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:07:35.701Z||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-10-27T15:07:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:07:45.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:07:45.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:08:35.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:08:35.697Z||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-10-27T15:08:35.697Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:08:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:08:35.700Z||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-10-27T15:08:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:08:45.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:08:45.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:09:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:09:35.694Z||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-10-27T15:09:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:09:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:09:35.701Z||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-10-27T15:09:35.702Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:09:45.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:09:45.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:10:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:10:35.694Z||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-10-27T15:10:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:10:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:10:35.701Z||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-10-27T15:10:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:10:45.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:10:45.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:11:35.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:11:35.694Z||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-10-27T15:11:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:11:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:11:35.701Z||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-10-27T15:11:35.702Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:11:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:11:45.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:12:35.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:12:35.694Z||pool-2-thread-8|||||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-10-27T15:12:35.695Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:12:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:12:35.700Z||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-10-27T15:12:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:12:45.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:12:45.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:13:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:13:35.695Z||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-10-27T15:13:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:13:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:13:35.700Z||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-10-27T15:13:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:13:45.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:13:45.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:14:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:14:35.694Z||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-10-27T15:14:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:14:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:14:35.700Z||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-10-27T15:14:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:14:45.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:14:45.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:15:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:15:35.694Z||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-10-27T15:15:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:15:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:15:35.700Z||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-10-27T15:15:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:15:45.280Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:15:45.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:16:35.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:16:35.698Z||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-10-27T15:16:35.698Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:16:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:16:35.700Z||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-10-27T15:16:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:16:45.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:16:45.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:17:35.693Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:17:35.696Z||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-10-27T15:17:35.696Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:17:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:17:35.701Z||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-10-27T15:17:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:17:45.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:17:45.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:18:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:18:35.695Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:18:35.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:18:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:18:35.701Z||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-10-27T15:18:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:18:45.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:18:45.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:19:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:19:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:19:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:19:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:19:35.700Z||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-10-27T15:19:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:19:45.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:19:45.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:20:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:20:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:20:35.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:20:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:20:35.700Z||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-10-27T15:20:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:20:45.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:20:45.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:21:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:21:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:21:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:21:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:21:35.700Z||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-10-27T15:21:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:21:45.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:21:45.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:22:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:22:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:22:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:22:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:22:35.701Z||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-10-27T15:22:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:22:45.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:22:45.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:23:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:23:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:23:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:23:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:23:35.701Z||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-10-27T15:23:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:23:45.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:23:45.262Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:24:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:24:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:24:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:24:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:24:35.700Z||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-10-27T15:24:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:24:45.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:24:45.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:25:35.694Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:25:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:25:35.700Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:25:35.700Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:25:35.700Z||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-10-27T15:25:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:25:45.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:25:45.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:26:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:26:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:26:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:26:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:26:35.700Z||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-10-27T15:26:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:26:45.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:26:45.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:27:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:27:35.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:27:35.694Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:27:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:27:35.700Z||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-10-27T15:27:35.702Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:27:45.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:27:45.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:35.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:28:35.695Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:28:35.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:28:35.700Z||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-10-27T15:28:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:36.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:36.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884504041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884503256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884502735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:36.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884514522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884512581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:28:36.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884514717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884506450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:28:36.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:28:36.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "cds",
"timestamp": 1666884513598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-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-10-27T15:28:36.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:36.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d12a8dfa-297d-418e-bfa3-e9a2d36a7c00","serviceName":"vFW 2022-10-27 15-27-19","serviceVersion":"1.0","serviceUUID":"dce34e71-5ce6-4c57-971b-a00568d9944c","serviceDescription":"catalog service description","serviceInvariantUUID":"35518f58-47f2-4869-b221-1409a117e891","resources":[{"resourceInstanceName":"vFW 13063f6b-c0c0 0","resourceName":"vFW 13063f6b-c0c0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c9cf20a-06e5-4777-970e-0c2f7d6c5a96","resourceInvariantUUID":"bce1b6ef-b060-422c-b6d9-3319c1701293","resourceCustomizationUUID":"40eb3c34-b34f-4f21-aa22-f3521bfbfae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml","artifactChecksum":"MjAxYzI5ZjIzN2VjNzI4ZTE2M2Y0YWY1YzRjZWNjMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"174b7fa4-d937-4448-94ed-49607a1d6bde","artifactVersion":"1"},{"artifactName":"vfw13063f6bc0c00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json","artifactChecksum":"OGMwMDQ2MDFmM2VhMjY5NmRhNDY4MmMxNGM2ZDZhNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9fa91e4b-6730-456c-b289-fd5ee0edb0ce","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55431994-5b31-4f7a-92d2-3111216a3f2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml","artifactChecksum":"YmIyZDVlNDIzYTQ4NzUwMTI5M2JkZDdmNzk0YzRhZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e958dcb5-7d73-486d-a532-2d10e23ae8d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3c25a93-c386-43cb-9d5c-745d198475e6","artifactVersion":"2","generatedFromUUID":"55431994-5b31-4f7a-92d2-3111216a3f2c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221027152719-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml","artifactChecksum":"OTVjOThhMTJlMTFhMjhkNjEwOWE0ZTJkZmI1NGQyZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec6b2f10-7c73-4a5a-ac99-d7fbd8b96202","artifactVersion":"1"},{"artifactName":"service-Vfw20221027152719-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar","artifactChecksum":"Y2IxY2E2ZjEzYjc4NjU1MzU2MTJhMWQ1MmU2ZjNhOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"107e9c4c-3014-4b23-996b-45f1820f6b04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T15:28:36.348Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:36.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T15:28:36.371Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:36.372Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T15:28:36.445Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
2022-10-27T15:28:36.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 and ComponentName cds
2022-10-27T15:28:36.472Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-27T15:28:36.477Z||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-10-27T15:28:36.477Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
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-10-27T15:28:36.496Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:36.497Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:36.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:28:36.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884515547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:28:36.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:28:37.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:37.381Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:37.383Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:37.383Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:28:37.484Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:37.485Z||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-10-27T15:28:37.485Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:37.502Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:37.503Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:38.384Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:38.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:38.387Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:38.387Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:28:38.487Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:38.489Z||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-10-27T15:28:38.489Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:38.503Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:38.504Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:39.388Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:39.389Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:39.391Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:39.392Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:39.492Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:39.493Z||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-10-27T15:28:39.493Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:39.507Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:39.507Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:40.392Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:40.393Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:40.396Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:40.396Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-27T15:28:40.496Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:40.497Z||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-10-27T15:28:40.497Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:40.510Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:40.511Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:41.397Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:41.397Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:41.401Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:41.401Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:28:41.501Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:41.502Z||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-10-27T15:28:41.502Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:41.516Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:41.516Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:42.401Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:28:42.402Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:42.405Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:42.405Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:28:42.505Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:42.506Z||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-10-27T15:28:42.506Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:42.521Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:42.521Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T15:28:43.407Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"serviceName": "vFW 2022-10-27 15-27-19",
"serviceVersion": "1.0",
"serviceUUID": "dce34e71-5ce6-4c57-971b-a00568d9944c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "35518f58-47f2-4869-b221-1409a117e891",
"resources": [
{
"resourceInstanceName": "vFW 13063f6b-c0c0 0",
"resourceCustomizationUUID": "40eb3c34-b34f-4f21-aa22-f3521bfbfae4",
"resourceName": "vFW 13063f6b-c0c0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9c9cf20a-06e5-4777-970e-0c2f7d6c5a96",
"resourceInvariantUUID": "bce1b6ef-b060-422c-b6d9-3319c1701293",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw13063f6bc0c00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"artifactChecksum": "OGMwMDQ2MDFmM2VhMjY5NmRhNDY4MmMxNGM2ZDZhNDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9fa91e4b-6730-456c-b289-fd5ee0edb0ce",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "55431994-5b31-4f7a-92d2-3111216a3f2c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3c25a93-c386-43cb-9d5c-745d198475e6",
"generatedFromUUID": "55431994-5b31-4f7a-92d2-3111216a3f2c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3c25a93-c386-43cb-9d5c-745d198475e6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221027152719-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"artifactChecksum": "Y2IxY2E2ZjEzYjc4NjU1MzU2MTJhMWQ1MmU2ZjNhOWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "107e9c4c-3014-4b23-996b-45f1820f6b04"
}
],
"workloadContext": "Production"
}
2022-10-27T15:28:43.410Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T15:28:43.410Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dce34e71-5ce6-4c57-971b-a00568d9944c ASDC
2022-10-27T15:28:43.539Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
ServiceName:vFW 2022-10-27 15-27-19
ServiceVersion:1.0
ServiceUUID:dce34e71-5ce6-4c57-971b-a00568d9944c
ServiceInvariantUUID:35518f58-47f2-4869-b221-1409a117e891
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221027152719-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar
ArtifactUUID:107e9c4c-3014-4b23-996b-45f1820f6b04
ArtifactChecksum:Y2IxY2E2ZjEzYjc4NjU1MzU2MTJhMWQ1MmU2ZjNhOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 13063f6b-c0c0 0
ResourceCustomizationUUID:40eb3c34-b34f-4f21-aa22-f3521bfbfae4
ResourceInvariantUUID:bce1b6ef-b060-422c-b6d9-3319c1701293
ResourceName:vFW 13063f6b-c0c0
ResourceType:VF
ResourceUUID:9c9cf20a-06e5-4777-970e-0c2f7d6c5a96
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw13063f6bc0c00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json
ArtifactUUID:9fa91e4b-6730-456c-b289-fd5ee0edb0ce
ArtifactChecksum:OGMwMDQ2MDFmM2VhMjY5NmRhNDY4MmMxNGM2ZDZhNDE=
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/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml
ArtifactUUID:55431994-5b31-4f7a-92d2-3111216a3f2c
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/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env
ArtifactUUID:f3c25a93-c386-43cb-9d5c-745d198475e6
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/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env
ArtifactUUID:f3c25a93-c386-43cb-9d5c-745d198475e6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-27T15:28:43.540Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dce34e71-5ce6-4c57-971b-a00568d9944c 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-10-27T15:28:43.630Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:28:43.631Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-27T15:28:43.633Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-27T15:28:43.633Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 107e9c4c-3014-4b23-996b-45f1820f6b04 from URL: /sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:43.633Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:28:43.635Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:43.716Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:28:43.740Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar 107e9c4c-3014-4b23-996b-45f1820f6b04 100654
2022-10-27T15:28:43.741Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar ASDC sendASDCNotification
2022-10-27T15:28:43.742Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:43.743Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:28:43.744Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:43.746Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:43.746Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884523741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:43.847Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T15:28:43.849Z||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-10-27T15:28:43.849Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:43.862Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:43.863Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:44.747Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:28:44.749Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-27T15:28:44.749Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 107e9c4c-3014-4b23-996b-45f1820f6b04, URL: /sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar to file: /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:44.750Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221027152719-csar.csar
2022-10-27T15:28:44.839Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:44.839Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:45.641Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4428520639403955611/Definitions/service-Vfw20221027152719-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-10-27T15:28:48.638Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T15:28:48.643Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-27T15:28:48.643Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.643Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-27T15:28:48.643Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.643Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 13063f6b-c0c0 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-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.644Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:48.645Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-27T15:28:48.651Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.652Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.656Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:48.656Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-27T15:28:48.658Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:28:48.660Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.660Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.660Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:48.660Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-27T15:28:48.660Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:28:48.661Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.661Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.664Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.664Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:48.665Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:48.665Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:48.665Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T15:28:48.665Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.665Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.665Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T15:28:48.666Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.667Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T15:28:48.667Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.667Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T15:28:48.667Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.667Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T15:28:48.668Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.668Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:48.669Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:48.669Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.669Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:48.669Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:48.669Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.670Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:48.670Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:48.670Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.670Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:48.670Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.671Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T15:28:48.672Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.672Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T15:28:48.672Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.672Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6f290699-095e-4aaf-9bf5-477046ab09f9
2022-10-27T15:28:48.672Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.673Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:48.673Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:48.673Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:48.673Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T15:28:48.673Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.673Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.674Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.674Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T15:28:48.674Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-27T15:28:48.675Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T15:28:48.675Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.675Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T15:28:48.675Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.675Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d83a732-8950-45aa-8b98-b3cf490872cd
2022-10-27T15:28:48.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:48.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:48.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:48.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T15:28:48.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:48.677Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:48.678Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-27T15:28:48.678Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b611d7f-3e6f-4556-a618-b4085e472c87
2022-10-27T15:28:48.678Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.678Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.678Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.678Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.679Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.679Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.679Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:48.679Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:48.679Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-27 15-27-19
Description:catalog service description
Model UUID:dce34e71-5ce6-4c57-971b-a00568d9944c
Model Version:NULL
Model InvariantUuid:35518f58-47f2-4869-b221-1409a117e891
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 13063f6b-c0c0
Model UUID:9aa979e5-f3c3-41e2-97ff-70cbe8eade20
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bce1b6ef-b060-422c-b6d9-3319c1701293
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:40eb3c34-b34f-4f21-aa22-f3521bfbfae4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8ba82a0b-5024-4d45-8be3-609973dcab69
ModelName:Vfw13063f6bC0c0..base_vfw..module-0
ModelUuid:08477386-6560-420d-95c3-18bf42439a62
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6f290699-095e-4aaf-9bf5-477046ab09f9
ModelInvariantUuid:0e20e0b7-0c85-4030-abad-cdb0a4ef194a
ModelName:vFW 13063f6b-c0c0-nodes.vfwCvfc
ModelUuid:8a82d541-b447-4b23-bc2f-f6d31b2741f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2fd514e7-04b9-42c5-9d1d-1e177dbd510c
ModelInvariantUuid:ac1886bb-e3e0-4aff-a5cf-0cf630287a16
ModelName:Vfw13063f6bC0c0.compute.nodes.heat.vfw
ModelUuid:9a0d6bc9-dbf3-41b3-88a2-0dc7f6e2e96c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2d83a732-8950-45aa-8b98-b3cf490872cd
ModelInvariantUuid:aa80f9a1-07e9-4e7c-ab4c-1c1054cc23d5
ModelName:vFW 13063f6b-c0c0-nodes.vsnCvfc
ModelUuid:b4bb218a-7f2f-451e-9e22-02de7cb90772
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:192295de-d419-4549-857f-e293591b8ece
ModelInvariantUuid:9da279f4-f062-4fe4-9208-bad2a955ff8f
ModelName:Vfw13063f6bC0c0.compute.nodes.heat.vsn
ModelUuid:8d800c38-344a-4870-bba8-1c1ce7e392b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8b611d7f-3e6f-4556-a618-b4085e472c87
ModelInvariantUuid:d8df8e38-2a6e-4bf0-aa19-9f45bd1b9ec0
ModelName:vFW 13063f6b-c0c0-nodes.vpgCvfc
ModelUuid:d1362fe9-2aee-4de9-95c5-56e8cc912501
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:756a2d2e-07d0-4aae-a2cb-d5366a081563
ModelInvariantUuid:6e191a69-1d4d-4b90-bad0-259506d31b49
ModelName:Vfw13063f6bC0c0.compute.nodes.heat.vpg
ModelUuid:76eac8af-b7b1-4001-a7f9-2cf349c16fce
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-10-27T15:28:48.695Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c9cf20a-06e5-4777-970e-0c2f7d6c5a96
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-10-27T15:28:48.754Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||vFW 13063f6b-c0c0 0
2022-10-27T15:28:48.761Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c9cf20a-06e5-4777-970e-0c2f7d6c5a96
2022-10-27T15:28:48.761Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9fa91e4b-6730-456c-b289-fd5ee0edb0ce from URL: /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json
2022-10-27T15:28:48.761Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:28:48.761Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json
2022-10-27T15:28:48.843Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:28:48.844Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json 9fa91e4b-6730-456c-b289-fd5ee0edb0ce 785
2022-10-27T15:28:48.844Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json ASDC sendASDCNotification
2022-10-27T15:28:48.844Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json
2022-10-27T15:28:48.844Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:28:48.845Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:48.848Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:48.848Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884528844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:48.948Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:48.950Z||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-10-27T15:28:48.950Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:48.965Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:48.966Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:49.850Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw13063f6bC0c0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8ba82a0b-5024-4d45-8be3-609973dcab69",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "08477386-6560-420d-95c3-18bf42439a62",
"vfModuleModelCustomizationUUID": "aeb6a95d-0e16-4fb6-84e7-b3de40b75493",
"isBase": true,
"artifacts": [
"55431994-5b31-4f7a-92d2-3111216a3f2c",
"f3c25a93-c386-43cb-9d5c-745d198475e6"
],
"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-10-27T15:28:49.864Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw13063f6bC0c0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08477386-6560-420d-95c3-18bf42439a62
VfModuleModelInvariantUUID:8ba82a0b-5024-4d45-8be3-609973dcab69
VfModuleModelDescription:NULL
Artifacts UUID List:{
55431994-5b31-4f7a-92d2-3111216a3f2c
,
f3c25a93-c386-43cb-9d5c-745d198475e6
}
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-10-27T15:28:49.867Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw13063f6bC0c0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8ba82a0b-5024-4d45-8be3-609973dcab69",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "08477386-6560-420d-95c3-18bf42439a62",
"vfModuleModelCustomizationUUID": "aeb6a95d-0e16-4fb6-84e7-b3de40b75493",
"isBase": true,
"artifacts": [
"55431994-5b31-4f7a-92d2-3111216a3f2c",
"f3c25a93-c386-43cb-9d5c-745d198475e6"
],
"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-10-27T15:28:49.867Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw13063f6bC0c0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08477386-6560-420d-95c3-18bf42439a62
VfModuleModelInvariantUUID:8ba82a0b-5024-4d45-8be3-609973dcab69
VfModuleModelDescription:NULL
Artifacts UUID List:{
55431994-5b31-4f7a-92d2-3111216a3f2c
,
f3c25a93-c386-43cb-9d5c-745d198475e6
}
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-10-27T15:28:49.868Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55431994-5b31-4f7a-92d2-3111216a3f2c from URL: /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml
2022-10-27T15:28:49.868Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:28:49.868Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml
2022-10-27T15:28:49.968Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:28:49.969Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml 55431994-5b31-4f7a-92d2-3111216a3f2c 20368
2022-10-27T15:28:49.970Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-27T15:28:49.970Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml
2022-10-27T15:28:49.970Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:28:49.970Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:49.972Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:49.973Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884529970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:50.073Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T15:28:50.074Z||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-10-27T15:28:50.074Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:50.086Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:50.086Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:50.974Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f3c25a93-c386-43cb-9d5c-745d198475e6 from URL: /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env
2022-10-27T15:28:50.974Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:28:50.975Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env
2022-10-27T15:28:51.039Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:28:51.040Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env f3c25a93-c386-43cb-9d5c-745d198475e6 2098
2022-10-27T15:28:51.040Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-27T15:28:51.040Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env
2022-10-27T15:28:51.041Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:28:51.041Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:51.043Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:51.043Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884531040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:28:51.146Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-27T15:28:51.147Z||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-10-27T15:28:51.147Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:51.160Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:51.160Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:52.044Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dce34e71-5ce6-4c57-971b-a00568d9944c
2022-10-27T15:28:52.044Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 13063f6b-c0c0 0 9c9cf20a-06e5-4777-970e-0c2f7d6c5a96 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-10-27T15:28:52.082Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5141172b, org.onap.sdc.toscaparser.api.parameters.Input@1a0b724f, org.onap.sdc.toscaparser.api.parameters.Input@56ab3cfd, org.onap.sdc.toscaparser.api.parameters.Input@4ac9f8fa, org.onap.sdc.toscaparser.api.parameters.Input@136856c7]
2022-10-27T15:28:52.086Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.086Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.087Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-27T15:28:52.087Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 40eb3c34-b34f-4f21-aa22-f3521bfbfae4
2022-10-27T15:28:52.087Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40eb3c34-b34f-4f21-aa22-f3521bfbfae4 matches Tosca VF Customization UUID: 40eb3c34-b34f-4f21-aa22-f3521bfbfae4
2022-10-27T15:28:52.087Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 40eb3c34-b34f-4f21-aa22-f3521bfbfae4 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-10-27T15:28:52.094Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.094Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.095Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 40eb3c34-b34f-4f21-aa22-f3521bfbfae4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-27T15:28:52.095Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@558f0de7
2022-10-27T15:28:52.095Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.095Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T15:28:52.096Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aeb6a95d-0e16-4fb6-84e7-b3de40b75493
2022-10-27T15:28:52.097Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aeb6a95d-0e16-4fb6-84e7-b3de40b75493
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-10-27T15:28:52.104Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.104Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:52.104Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:52.105Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.105Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:52.105Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:52.105Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.105Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:52.106Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:52.106Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:52.106Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-27T15:28:52.106Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T15:28:52.106Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T15:28:52.106Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.107Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:52.107Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T15:28:52.107Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:52.107Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T15:28:52.107Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.107Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6f290699-095e-4aaf-9bf5-477046ab09f9
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-10-27T15:28:52.118Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.118Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:52.118Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:52.118Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.119Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:52.119Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:52.119Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:52.119Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T15:28:52.119Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.119Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:52.120Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.120Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T15:28:52.120Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-27T15:28:52.120Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T15:28:52.120Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:52.120Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T15:28:52.121Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.121Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d83a732-8950-45aa-8b98-b3cf490872cd
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-10-27T15:28:52.123Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.123Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:52.124Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:52.126Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.126Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is not matching search criteria
2022-10-27T15:28:52.127Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T15:28:52.127Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T15:28:52.127Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T15:28:52.127Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.127Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:52.127Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-27T15:28:52.128Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b611d7f-3e6f-4556-a618-b4085e472c87
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-10-27T15:28:52.131Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.131Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:52.131Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:28:52.131Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.132Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Node template vFW 13063f6b-c0c0 0 is matching search criteria
2022-10-27T15:28:52.132Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 13063f6b-c0c0 0] matching following query criteria: sdcType=VF, customizationUUID=40eb3c34-b34f-4f21-aa22-f3521bfbfae4
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-10-27T15:28:52.134Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.134Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.135Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dce34e71-5ce6-4c57-971b-a00568d9944c: vFW 13063f6b-c0c0
2022-10-27T15:28:52.135Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.135Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.135Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.135Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.136Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.136Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.136Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.136Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.137Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:28:52.137Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-27 15-27-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:28:52.137Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-27 15-27-19
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-10-27T15:28:52.459Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 13063f6b-c0c0 9c9cf20a-06e5-4777-970e-0c2f7d6c5a96 1 ASDC deployResourceStructure
2022-10-27T15:28:52.459Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json ASDC sendASDCNotification
2022-10-27T15:28:52.460Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json
2022-10-27T15:28:52.460Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:28:52.460Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:52.462Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:52.462Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884532459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T15:28:52.562Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:52.584Z||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-10-27T15:28:52.585Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:52.597Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:52.598Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:53.463Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-27T15:28:53.464Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml
2022-10-27T15:28:53.464Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:28:53.464Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:53.466Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:53.466Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884533463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T15:28:53.566Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:53.567Z||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-10-27T15:28:53.568Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:53.582Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:53.582Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:54.467Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-27T15:28:54.468Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env
2022-10-27T15:28:54.468Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:28:54.468Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:54.471Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:54.471Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884534467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-27T15:28:54.571Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:54.572Z||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-10-27T15:28:54.572Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:54.586Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:54.586Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:55.472Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar ASDC sendASDCNotification
2022-10-27T15:28:55.472Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar
2022-10-27T15:28:55.472Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:28:55.473Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:28:55.475Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:28:55.475Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884535472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:28:55.576Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:28:55.577Z||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-10-27T15:28:55.577Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:28:55.591Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:28:55.592Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:28:56.476Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:28:56.505Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:28:56.508Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:28:56.508Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:28:56.508Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:29:26.509Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:29:26.524Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:29:26.526Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:29:26.527Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:29:26.527Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:29:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:29:35.701Z||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-10-27T15:29:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:29:35.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:29:35.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:29:35.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884514465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:29:35.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:29:56.527Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:29:56.542Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:29:56.546Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:29:56.546Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:29:56.546Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:30:26.547Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:30:26.561Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:30:26.564Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:30:26.564Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:30:26.564Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:30:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:30:35.701Z||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-10-27T15:30:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:30:35.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:30:35.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:30:35.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:30:35.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:30:56.564Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:30:56.592Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:30:56.596Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:30:56.596Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:30:56.597Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:31:26.597Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:31:26.616Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:31:26.619Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:31:26.620Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:31:26.620Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:31:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:31:35.701Z||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-10-27T15:31:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:31:36.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:31:36.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:31:36.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "policy-id",
"timestamp": 1666884516553,
"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-10-27T15:31:36.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
2022-10-27T15:31:36.244Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 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-10-27T15:31:36.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-27T15:31:36.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:31:36.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884510653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884520317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-27T15:31:36.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884518492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884521322,
"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-10-27T15:31:36.268Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
2022-10-27T15:31:36.268Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 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-10-27T15:31:36.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:31:36.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884519631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884515693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884520718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884523741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884521819,
"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-10-27T15:31:36.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
2022-10-27T15:31:36.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 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-10-27T15:31:36.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884522824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884528844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884529970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884529169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884531040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "aai-ml",
"timestamp": 1666884530176,
"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-10-27T15:31:36.303Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
2022-10-27T15:31:36.304Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 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-10-27T15:31:36.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884532459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/vfw13063f6bc0c00_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884533463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884534467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/resourceInstances/vfw13063f6bc0c00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:36.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:31:36.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884535472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221027152719/1.0/artifacts/service-Vfw20221027152719-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:31:36.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:31:56.620Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:31:56.649Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00
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-10-27T15:31:56.652Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:31:56.652Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T15:31:56.652Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:31:56.653Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T15:31:56.661Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T15:32:26.661Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 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-10-27T15:32:26.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 and serviceModelVersionId: dce34e71-5ce6-4c57-971b-a00568d9944c
2022-10-27T15:32:26.676Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35518f58-47f2-4869-b221-1409a117e891
2022-10-27T15:32:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:32:35.701Z||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-10-27T15:32:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:32:41.721Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0
2022-10-27T15:32:41.839Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T15:32:42.376Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0|INFO|500||Invoke
2022-10-27T15:32:42.385Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d12a8dfa-297d-418e-bfa3-e9a2d36a7c00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc2cf404-8d9c-4e28-aec6-275029aaf8c8], X-ECOMP-RequestID=[d12a8dfa-297d-418e-bfa3-e9a2d36a7c00], X-TransactionId=[], X-ONAP-RequestID=[d12a8dfa-297d-418e-bfa3-e9a2d36a7c00], Content-Type=[application/merge-patch+json]}
2022-10-27T15:32:42.406Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-27T15:32:42.765Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?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/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?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=[320], X-AAI-TXID=[1-aai-resources-221027-15:32:41:547-23805], vertex-id=[196640], Content-Length=[0], Date=[Thu, 27 Oct 2022 15:32:41 GMT], Content-Type=[application/json]}
2022-10-27T15:32:42.767Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T15:32:42.768Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/35518f58-47f2-4869-b221-1409a117e891/model-vers/model-ver/dce34e71-5ce6-4c57-971b-a00568d9944c?depth=0|INFO|500||InvokeReturn
2022-10-27T15:32:42.772Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T15:32:42.772Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T15:32:42.783Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-27T15:32:42.784Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d12a8dfa-297d-418e-bfa3-e9a2d36a7c00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T15:32:42.785Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T15:32:42.785Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:32:42.787Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:32:42.787Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884762784,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T15:32:42.887Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:32:42.888Z||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-10-27T15:32:42.888Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:32:42.907Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:32:42.908Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:32:43.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:32:43.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:32:43.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d12a8dfa-297d-418e-bfa3-e9a2d36a7c00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884762784,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T15:32:43.561Z||pool-2-thread-2|||||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-10-27T15:32:43.807Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:32:43.808Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:32:43.808Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:32:54.097Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:32:54.097Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:32:54.098Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:32:54.098Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:32:59.063Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:32:59.064Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T15:32:59.064Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c70a57da-6acf-4a06-92bb-16cc54db0d65","serviceName":"basic_onboard_LCRLlx","serviceVersion":"1.0","serviceUUID":"96a7634d-d0d9-457d-8cfc-ea9fa3352522","serviceDescription":"service","serviceInvariantUUID":"fdc3449c-fa26-4cb9-8a72-ed203756a346","resources":[{"resourceInstanceName":"basic_onboard_LCRLlx 0","resourceName":"basic_onboard_LCRLlx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"948c0b19-5668-46ff-9436-ae5793c1150b","resourceInvariantUUID":"e41a5b67-d836-4e6f-8b54-95d29d9db74f","resourceCustomizationUUID":"96080beb-64e1-4e62-a421-2585f6dc2d32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml","artifactChecksum":"ZTk3MjViMGIyM2NjMGU1M2FlMWU5N2M2Y2NhN2UxZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ef31b3d-47d6-4a73-ad34-dfa1e6312d9e","artifactVersion":"1"},{"artifactName":"basic_onboard_lcrllx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json","artifactChecksum":"MTE3YWZlYjhmYjMwYzBlYzNiZmQ3OTJhMGY5N2QyNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee94e754-8af5-43a6-8535-23f5c6d19406","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0d159b7-a76b-4dc4-9b05-20b85823d078","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"692dd1f2-0781-4e7b-a6b6-c91ce46ea66e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc389c45-744d-4d6f-b21e-bbe1afb4cff2","artifactVersion":"2","generatedFromUUID":"a0d159b7-a76b-4dc4-9b05-20b85823d078"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLcrllx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml","artifactChecksum":"ODI2ODBiZmZhMzNlZDA4ZWI1MzQ2OTgyY2FjYzM0N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd9b1e67-a2f7-4ae0-a577-e2218873b0ec","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLcrllx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar","artifactChecksum":"OTczNDVjOTFmZDFlOWRkZTRmMjIyZDU4OWUyNjIxMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc10cf82-1027-4f5e-87a3-b2968522c114","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T15:32:59.067Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:32:59.067Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:32:59.069Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:32:59.070Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:32:59.170Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:32:59.170Z||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-10-27T15:32:59.170Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:32:59.205Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:32:59.205Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":2,"count":1}
2022-10-27T15:33:00.070Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:33:00.071Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:00.073Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:00.073Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:33:00.173Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:00.175Z||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-10-27T15:33:00.175Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:00.187Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:00.187Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:01.074Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:33:01.075Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:01.077Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:01.077Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:33:01.177Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:01.178Z||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-10-27T15:33:01.178Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:01.192Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:01.192Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:02.078Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:33:02.079Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:02.081Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:02.081Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:02.182Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T15:33:02.183Z||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-10-27T15:33:02.183Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:02.204Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:02.204Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:03.082Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:33:03.083Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:03.086Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:03.086Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-27T15:33:03.187Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T15:33:03.189Z||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-10-27T15:33:03.189Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:03.201Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:03.202Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:04.087Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:33:04.088Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:04.090Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:04.090Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:04.198Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-27T15:33:04.199Z||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-10-27T15:33:04.199Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:04.214Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:04.214Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:05.091Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:33:05.092Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:05.094Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:05.094Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:05.194Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:05.195Z||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-10-27T15:33:05.196Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:05.209Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:05.209Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:06.096Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"serviceName": "basic_onboard_LCRLlx",
"serviceVersion": "1.0",
"serviceUUID": "96a7634d-d0d9-457d-8cfc-ea9fa3352522",
"serviceDescription": "service",
"serviceInvariantUUID": "fdc3449c-fa26-4cb9-8a72-ed203756a346",
"resources": [
{
"resourceInstanceName": "basic_onboard_LCRLlx 0",
"resourceCustomizationUUID": "96080beb-64e1-4e62-a421-2585f6dc2d32",
"resourceName": "basic_onboard_LCRLlx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "948c0b19-5668-46ff-9436-ae5793c1150b",
"resourceInvariantUUID": "e41a5b67-d836-4e6f-8b54-95d29d9db74f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lcrllx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"artifactChecksum": "MTE3YWZlYjhmYjMwYzBlYzNiZmQ3OTJhMGY5N2QyNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee94e754-8af5-43a6-8535-23f5c6d19406",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a0d159b7-a76b-4dc4-9b05-20b85823d078",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bc389c45-744d-4d6f-b21e-bbe1afb4cff2",
"generatedFromUUID": "a0d159b7-a76b-4dc4-9b05-20b85823d078"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bc389c45-744d-4d6f-b21e-bbe1afb4cff2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLcrllx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"artifactChecksum": "OTczNDVjOTFmZDFlOWRkZTRmMjIyZDU4OWUyNjIxMjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc10cf82-1027-4f5e-87a3-b2968522c114"
}
],
"workloadContext": "Production"
}
2022-10-27T15:33:06.097Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T15:33:06.097Z|d12a8dfa-297d-418e-bfa3-e9a2d36a7c00|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 96a7634d-d0d9-457d-8cfc-ea9fa3352522 ASDC
2022-10-27T15:33:06.097Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c70a57da-6acf-4a06-92bb-16cc54db0d65
ServiceName:basic_onboard_LCRLlx
ServiceVersion:1.0
ServiceUUID:96a7634d-d0d9-457d-8cfc-ea9fa3352522
ServiceInvariantUUID:fdc3449c-fa26-4cb9-8a72-ed203756a346
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLcrllx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar
ArtifactUUID:fc10cf82-1027-4f5e-87a3-b2968522c114
ArtifactChecksum:OTczNDVjOTFmZDFlOWRkZTRmMjIyZDU4OWUyNjIxMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LCRLlx 0
ResourceCustomizationUUID:96080beb-64e1-4e62-a421-2585f6dc2d32
ResourceInvariantUUID:e41a5b67-d836-4e6f-8b54-95d29d9db74f
ResourceName:basic_onboard_LCRLlx
ResourceType:VF
ResourceUUID:948c0b19-5668-46ff-9436-ae5793c1150b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lcrllx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json
ArtifactUUID:ee94e754-8af5-43a6-8535-23f5c6d19406
ArtifactChecksum:MTE3YWZlYjhmYjMwYzBlYzNiZmQ3OTJhMGY5N2QyNGQ=
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/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a0d159b7-a76b-4dc4-9b05-20b85823d078
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/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env
ArtifactUUID:bc389c45-744d-4d6f-b21e-bbe1afb4cff2
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/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env
ArtifactUUID:bc389c45-744d-4d6f-b21e-bbe1afb4cff2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-27T15:33:06.097Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96a7634d-d0d9-457d-8cfc-ea9fa3352522 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-10-27T15:33:06.136Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:33:06.137Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-27T15:33:06.137Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-27T15:33:06.137Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc10cf82-1027-4f5e-87a3-b2968522c114 from URL: /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:06.138Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:33:06.138Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:06.208Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:33:06.209Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar fc10cf82-1027-4f5e-87a3-b2968522c114 75303
2022-10-27T15:33:06.209Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar ASDC sendASDCNotification
2022-10-27T15:33:06.210Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:06.210Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:33:06.210Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:06.212Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:06.212Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884786209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:06.312Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:06.313Z||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-10-27T15:33:06.314Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:06.325Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:06.326Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:07.215Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:33:07.216Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-27T15:33:07.216Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fc10cf82-1027-4f5e-87a3-b2968522c114, URL: /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar to file: /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:07.217Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:07.217Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:07.218Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:07.356Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11679597346287974028/Definitions/service-BasicOnboardLcrllx-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-10-27T15:33:08.653Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T15:33:08.654Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-27T15:33:08.655Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.655Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-27T15:33:08.655Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.655Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.656Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LCRLlx 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-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.656Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.656Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.656Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.657Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:08.657Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-27T15:33:08.657Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.658Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.658Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:08.659Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-27T15:33:08.659Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:33:08.659Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.660Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.660Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:08.660Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-27T15:33:08.660Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:33:08.661Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.661Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.661Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.662Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is not matching search criteria
2022-10-27T15:33:08.662Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-27T15:33:08.662Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-27T15:33:08.663Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-27T15:33:08.663Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T15:33:08.663Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T15:33:08.664Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.664Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T15:33:08.664Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.665Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:08.665Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:33:08.665Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.666Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:08.666Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:33:08.666Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.667Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:08.667Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:33:08.667Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.668Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is not matching search criteria
2022-10-27T15:33:08.668Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-27T15:33:08.668Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T15:33:08.668Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=062cb5e0-2ad3-4c86-bcb7-4184d86f9fbb
2022-10-27T15:33:08.669Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.669Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.669Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.670Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.670Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.670Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.671Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:08.671Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:08.671Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LCRLlx
Description:service
Model UUID:96a7634d-d0d9-457d-8cfc-ea9fa3352522
Model Version:NULL
Model InvariantUuid:fdc3449c-fa26-4cb9-8a72-ed203756a346
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_LCRLlx
Model UUID:c1e3d4e8-5c7b-4d0f-b09c-a6394826b4e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e41a5b67-d836-4e6f-8b54-95d29d9db74f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:96080beb-64e1-4e62-a421-2585f6dc2d32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8ddbccac-f547-42c0-acdc-7e03da71fcbf
ModelName:BasicOnboardLcrllx..base_ubuntu18..module-0
ModelUuid:a4b0c5dc-ba29-47a6-9dc5-518ae67c7608
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:062cb5e0-2ad3-4c86-bcb7-4184d86f9fbb
ModelInvariantUuid:c355cb44-f869-4a96-89fa-4f489247639d
ModelName:basic_onboard_LCRLlx-nodes.ubuntu18Cvfc
ModelUuid:8cd6d182-601e-4f4c-94ac-dd7883448505
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3a1679f3-94b6-45cf-959d-174761a2de0f
ModelInvariantUuid:e74156e4-a6be-4c4c-bc4b-218a045fe687
ModelName:BasicOnboardLcrllx.compute.nodes.heat.ubuntu18
ModelUuid:7718df88-0295-40e2-bca4-0eb791a09ffe
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-10-27T15:33:08.683Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 948c0b19-5668-46ff-9436-ae5793c1150b
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-10-27T15:33:08.687Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||basic_onboard_LCRLlx 0
2022-10-27T15:33:08.687Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 948c0b19-5668-46ff-9436-ae5793c1150b
2022-10-27T15:33:08.687Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee94e754-8af5-43a6-8535-23f5c6d19406 from URL: /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json
2022-10-27T15:33:08.688Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:33:08.688Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json
2022-10-27T15:33:08.742Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:33:08.743Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json ee94e754-8af5-43a6-8535-23f5c6d19406 798
2022-10-27T15:33:08.743Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json ASDC sendASDCNotification
2022-10-27T15:33:08.744Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json
2022-10-27T15:33:08.744Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:33:08.744Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:08.747Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:08.747Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884788743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:08.847Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:08.848Z||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-10-27T15:33:08.848Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:08.861Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:08.861Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T15:33:09.747Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLcrllx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ddbccac-f547-42c0-acdc-7e03da71fcbf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4b0c5dc-ba29-47a6-9dc5-518ae67c7608",
"vfModuleModelCustomizationUUID": "c2b90dc0-cbec-4c52-89e2-ee5c95994de5",
"isBase": true,
"artifacts": [
"a0d159b7-a76b-4dc4-9b05-20b85823d078",
"bc389c45-744d-4d6f-b21e-bbe1afb4cff2"
],
"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-10-27T15:33:09.753Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLcrllx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4b0c5dc-ba29-47a6-9dc5-518ae67c7608
VfModuleModelInvariantUUID:8ddbccac-f547-42c0-acdc-7e03da71fcbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0d159b7-a76b-4dc4-9b05-20b85823d078
,
bc389c45-744d-4d6f-b21e-bbe1afb4cff2
}
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-10-27T15:33:09.755Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLcrllx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ddbccac-f547-42c0-acdc-7e03da71fcbf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4b0c5dc-ba29-47a6-9dc5-518ae67c7608",
"vfModuleModelCustomizationUUID": "c2b90dc0-cbec-4c52-89e2-ee5c95994de5",
"isBase": true,
"artifacts": [
"a0d159b7-a76b-4dc4-9b05-20b85823d078",
"bc389c45-744d-4d6f-b21e-bbe1afb4cff2"
],
"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-10-27T15:33:09.756Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLcrllx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4b0c5dc-ba29-47a6-9dc5-518ae67c7608
VfModuleModelInvariantUUID:8ddbccac-f547-42c0-acdc-7e03da71fcbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0d159b7-a76b-4dc4-9b05-20b85823d078
,
bc389c45-744d-4d6f-b21e-bbe1afb4cff2
}
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-10-27T15:33:09.756Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a0d159b7-a76b-4dc4-9b05-20b85823d078 from URL: /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml
2022-10-27T15:33:09.756Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:33:09.756Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml
2022-10-27T15:33:09.809Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:33:09.809Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml a0d159b7-a76b-4dc4-9b05-20b85823d078 5033
2022-10-27T15:33:09.809Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-27T15:33:09.810Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml
2022-10-27T15:33:09.810Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:33:09.810Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:09.812Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:09.812Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884789809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:09.912Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:09.913Z||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-10-27T15:33:09.913Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:09.926Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:09.927Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:10.813Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc389c45-744d-4d6f-b21e-bbe1afb4cff2 from URL: /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env
2022-10-27T15:33:10.814Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-27T15:33:10.814Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env
2022-10-27T15:33:10.875Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-27T15:33:10.875Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env bc389c45-744d-4d6f-b21e-bbe1afb4cff2 909
2022-10-27T15:33:10.875Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-27T15:33:10.876Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env
2022-10-27T15:33:10.876Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:33:10.876Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:10.879Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:10.879Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884790875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:10.980Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:10.981Z||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-10-27T15:33:10.981Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:10.995Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:10.996Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T15:33:11.880Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 96a7634d-d0d9-457d-8cfc-ea9fa3352522
2022-10-27T15:33:11.881Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LCRLlx 0 948c0b19-5668-46ff-9436-ae5793c1150b 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-10-27T15:33:11.900Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d9b0ed2, org.onap.sdc.toscaparser.api.parameters.Input@73d69223, org.onap.sdc.toscaparser.api.parameters.Input@1b17698a, org.onap.sdc.toscaparser.api.parameters.Input@38b87759, org.onap.sdc.toscaparser.api.parameters.Input@6d000302]
2022-10-27T15:33:11.902Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.903Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.904Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-27T15:33:11.904Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 96080beb-64e1-4e62-a421-2585f6dc2d32
2022-10-27T15:33:11.904Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96080beb-64e1-4e62-a421-2585f6dc2d32 matches Tosca VF Customization UUID: 96080beb-64e1-4e62-a421-2585f6dc2d32
2022-10-27T15:33:11.905Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 96080beb-64e1-4e62-a421-2585f6dc2d32 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-10-27T15:33:11.908Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.908Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.909Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 96080beb-64e1-4e62-a421-2585f6dc2d32: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-27T15:33:11.909Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71020841
2022-10-27T15:33:11.910Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.910Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T15:33:11.910Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2b90dc0-cbec-4c52-89e2-ee5c95994de5
2022-10-27T15:33:11.911Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2b90dc0-cbec-4c52-89e2-ee5c95994de5
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-10-27T15:33:11.914Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.914Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:11.915Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:33:11.915Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.916Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:11.916Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:33:11.916Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.917Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is not matching search criteria
2022-10-27T15:33:11.917Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-27T15:33:11.917Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T15:33:11.918Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=062cb5e0-2ad3-4c86-bcb7-4184d86f9fbb
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-10-27T15:33:11.922Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.923Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:11.923Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:33:11.923Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.924Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_LCRLlx 0 is matching search criteria
2022-10-27T15:33:11.924Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_LCRLlx 0] matching following query criteria: sdcType=VF, customizationUUID=96080beb-64e1-4e62-a421-2585f6dc2d32
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-10-27T15:33:11.926Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.927Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.927Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 96a7634d-d0d9-457d-8cfc-ea9fa3352522: basic_onboard_LCRLlx
2022-10-27T15:33:11.927Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.928Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.928Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.928Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.929Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.929Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.929Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.930Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.930Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:33:11.930Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_LCRLlx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:33:11.931Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_LCRLlx
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-10-27T15:33:12.097Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LCRLlx 948c0b19-5668-46ff-9436-ae5793c1150b 1 ASDC deployResourceStructure
2022-10-27T15:33:12.098Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json ASDC sendASDCNotification
2022-10-27T15:33:12.098Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json
2022-10-27T15:33:12.099Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:33:12.099Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:12.102Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:12.103Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884792098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:12.202Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-27T15:33:12.203Z||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-10-27T15:33:12.203Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:12.217Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:12.217Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:13.104Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-27T15:33:13.106Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml
2022-10-27T15:33:13.106Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:33:13.107Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:13.110Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:13.110Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884793104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:13.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:13.211Z||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-10-27T15:33:13.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:13.225Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:13.226Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:14.111Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-27T15:33:14.112Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env
2022-10-27T15:33:14.112Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:33:14.112Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:14.115Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:14.115Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884794111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:14.215Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:33:14.216Z||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-10-27T15:33:14.216Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:14.229Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:14.230Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:15.116Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar ASDC sendASDCNotification
2022-10-27T15:33:15.117Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar
2022-10-27T15:33:15.117Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:33:15.117Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:33:15.119Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:33:15.120Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884795115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:15.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T15:33:15.221Z||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-10-27T15:33:15.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:15.239Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:15.239Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:33:16.121Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c70a57da-6acf-4a06-92bb-16cc54db0d65
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-10-27T15:33:16.134Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c70a57da-6acf-4a06-92bb-16cc54db0d65
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-10-27T15:33:16.137Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:33:16.137Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:33:16.138Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:33:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:33:35.701Z||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-10-27T15:33:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:33:36.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:33:36.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884774041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884774097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884770653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884776450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884773259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884784242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884784245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884786209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884784646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884786455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "cds",
"timestamp": 1666884785250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-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-10-27T15:33:36.382Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c70a57da-6acf-4a06-92bb-16cc54db0d65
2022-10-27T15:33:36.382Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c70a57da-6acf-4a06-92bb-16cc54db0d65 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-10-27T15:33:36.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884785330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884786400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:33:36.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884788743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884788977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884787429,
"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-10-27T15:33:36.407Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c70a57da-6acf-4a06-92bb-16cc54db0d65
2022-10-27T15:33:36.407Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c70a57da-6acf-4a06-92bb-16cc54db0d65 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-10-27T15:33:36.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884782735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:33:36.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-27T15:33:36.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666884789982,
"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-10-27T15:33:36.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c70a57da-6acf-4a06-92bb-16cc54db0d65
2022-10-27T15:33:36.427Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c70a57da-6acf-4a06-92bb-16cc54db0d65 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-10-27T15:33:36.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884789809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666884788433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884790471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884790875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:33:36.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884791479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884792098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/basic_onboard_lcrllx0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "policy-id",
"timestamp": 1666884792487,
"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-10-27T15:33:36.449Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c70a57da-6acf-4a06-92bb-16cc54db0d65
2022-10-27T15:33:36.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c70a57da-6acf-4a06-92bb-16cc54db0d65 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-10-27T15:33:36.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884793104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884791552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884794111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/resourceInstances/basic_onboard_lcrllx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:36.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "aai-ml",
"timestamp": 1666884792557,
"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-10-27T15:33:36.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c70a57da-6acf-4a06-92bb-16cc54db0d65
2022-10-27T15:33:36.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c70a57da-6acf-4a06-92bb-16cc54db0d65 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-10-27T15:33:36.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:33:36.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884795115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLcrllx/1.0/artifacts/service-BasicOnboardLcrllx-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:33:36.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:33:46.138Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c70a57da-6acf-4a06-92bb-16cc54db0d65
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-10-27T15:33:46.163Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c70a57da-6acf-4a06-92bb-16cc54db0d65
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-10-27T15:33:46.166Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:33:46.166Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T15:33:46.166Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T15:33:46.167Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T15:33:46.167Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:33:46.167Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:33:46.167Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:33:46.167Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:33:46.167Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:33:46.168Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T15:33:46.176Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T15:34:16.177Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c70a57da-6acf-4a06-92bb-16cc54db0d65 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-10-27T15:34:16.190Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c70a57da-6acf-4a06-92bb-16cc54db0d65 and serviceModelVersionId: 96a7634d-d0d9-457d-8cfc-ea9fa3352522
2022-10-27T15:34:16.190Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdc3449c-fa26-4cb9-8a72-ed203756a346
2022-10-27T15:34:16.193Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0
2022-10-27T15:34:16.201Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T15:34:16.268Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0|INFO|500||Invoke
2022-10-27T15:34:16.268Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c70a57da-6acf-4a06-92bb-16cc54db0d65], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f4e7f76-af3a-4e86-877c-1431d0e22e9c], X-ECOMP-RequestID=[c70a57da-6acf-4a06-92bb-16cc54db0d65], X-TransactionId=[], X-ONAP-RequestID=[c70a57da-6acf-4a06-92bb-16cc54db0d65], Content-Type=[application/merge-patch+json]}
2022-10-27T15:34:16.275Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-27T15:34:16.428Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?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/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?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=[148], X-AAI-TXID=[0-aai-resources-221027-15:34:15:417-95257], vertex-id=[204832], Content-Length=[0], Date=[Thu, 27 Oct 2022 15:34:15 GMT], Content-Type=[application/json]}
2022-10-27T15:34:16.428Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T15:34:16.429Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fdc3449c-fa26-4cb9-8a72-ed203756a346/model-vers/model-ver/96a7634d-d0d9-457d-8cfc-ea9fa3352522?depth=0|INFO|500||InvokeReturn
2022-10-27T15:34:16.429Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T15:34:16.430Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T15:34:16.436Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-27T15:34:16.437Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c70a57da-6acf-4a06-92bb-16cc54db0d65 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T15:34:16.438Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T15:34:16.439Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:34:16.442Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:34:16.443Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884856438,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T15:34:16.543Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:34:16.544Z||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-10-27T15:34:16.545Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:34:16.566Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:34:16.566Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-10-27T15:34:17.462Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:34:17.463Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:34:17.463Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:34:27.010Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:34:27.012Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:34:27.013Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:34:27.013Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:34:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:34:35.701Z||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-10-27T15:34:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:34:36.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:34:36.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T15:34:36.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c70a57da-6acf-4a06-92bb-16cc54db0d65",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666884856438,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T15:34:36.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:34:36.562Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:34:36.563Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:34:36.564Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T15:34:36.564Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:34:46.112Z|c70a57da-6acf-4a06-92bb-16cc54db0d65|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:34:46.113Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:34:46.114Z||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-10-27T15:34:46.114Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:34:55.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:35:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:35:35.694Z||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-10-27T15:35:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:35:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:35:35.700Z||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-10-27T15:35:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:35:45.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:35:45.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:36:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:36:35.694Z||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-10-27T15:36:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:36:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:36:35.700Z||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-10-27T15:36:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:36:45.257Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:36:45.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:37:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:37:35.694Z||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-10-27T15:37:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:37:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:37:35.700Z||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-10-27T15:37:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:37:45.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:37:45.262Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:38:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:38:35.694Z||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-10-27T15:38:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:38:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:38:35.700Z||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-10-27T15:38:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:38:45.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:38:45.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:39:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:39:35.695Z||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-10-27T15:39:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:39:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:39:35.700Z||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-10-27T15:39:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:39:45.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:39:45.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:40:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:40:35.694Z||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-10-27T15:40:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:40:35.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:40:35.701Z||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-10-27T15:40:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:40:45.254Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:40:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:41:35.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:41:35.694Z||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-10-27T15:41:35.694Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:41:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:41:35.701Z||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-10-27T15:41:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:41:45.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:41:45.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:42:35.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:42:35.695Z||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-10-27T15:42:35.695Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:42:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:42:35.700Z||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-10-27T15:42:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:42:45.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:42:45.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:35.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:43:35.699Z||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-10-27T15:43:35.700Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:43:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:43:35.700Z||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-10-27T15:43:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:43:35.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:35.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "cds",
"timestamp": 1666885389041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:43:35.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666885390653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "cds",
"timestamp": 1666885389041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666885390653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:43:35.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "cds",
"timestamp": 1666885396069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:43:35.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:35.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "cds",
"timestamp": 1666885397075,
"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-10-27T15:43:35.879Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43536a93-766c-4c5b-a287-4bb9cb21ef4e
2022-10-27T15:43:35.879Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43536a93-766c-4c5b-a287-4bb9cb21ef4e 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-10-27T15:43:35.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "policy-id",
"timestamp": 1666885402736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:43:35.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666885403256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:43:35.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "policy-id",
"timestamp": 1666885402736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:43:35.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666885403256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "policy-id",
"timestamp": 1666885405470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666885405976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:43:35.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:35.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "policy-id",
"timestamp": 1666885406476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:43:35.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:35.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666885407667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:43:35.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:35.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "policy-id",
"timestamp": 1666885407479,
"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-10-27T15:43:35.908Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43536a93-766c-4c5b-a287-4bb9cb21ef4e
2022-10-27T15:43:35.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43536a93-766c-4c5b-a287-4bb9cb21ef4e 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-10-27T15:43:35.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666885408673,
"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-10-27T15:43:35.927Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43536a93-766c-4c5b-a287-4bb9cb21ef4e
2022-10-27T15:43:35.927Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43536a93-766c-4c5b-a287-4bb9cb21ef4e 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-10-27T15:43:35.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "aai-ml",
"timestamp": 1666885406450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:43:35.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "aai-ml",
"timestamp": 1666885406450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "aai-ml",
"timestamp": 1666885409200,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:35.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:43:35.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "aai-ml",
"timestamp": 1666885413028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:43:35.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T15:43:36.335Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:36.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T15:43:36.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"43536a93-766c-4c5b-a287-4bb9cb21ef4e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dbf78afa-a60f-4c9f-b070-265b6087d3b1","serviceDescription":"service","serviceInvariantUUID":"58b87a0c-9f1a-4d4a-8445-8dbd867d660f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"93d2b31c-a5aa-4b65-bc37-ad92f39b6215","resourceInvariantUUID":"d399715c-8797-4977-b5f5-150dfe31ead7","resourceCustomizationUUID":"ae9114f4-9f15-4ca2-9f9d-47a65cac007c","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":"MmU5MDI5MTE1NWE0MmJjNjkyYTY0ODU0YTM2ZWNhMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4baf8913-cc4a-4f25-8654-bec1637a3d1d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWQxZDFkYWUyNjc4MDhjZGUzMTY4NjNjM2Y0ZGRjMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7f63381-7072-4596-a544-1201aeff6445","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T15:43:36.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:43:36.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:43:36.352Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:43:36.352Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885415694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:43:36.452Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:43:36.453Z||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-10-27T15:43:36.454Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:43:36.471Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:36.471Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:43:37.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:43:37.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:43:37.357Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:43:37.358Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885415694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:43:37.457Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T15:43:37.458Z||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-10-27T15:43:37.459Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:43:37.493Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:37.494Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:43:38.359Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dbf78afa-a60f-4c9f-b070-265b6087d3b1",
"serviceDescription": "service",
"serviceInvariantUUID": "58b87a0c-9f1a-4d4a-8445-8dbd867d660f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ae9114f4-9f15-4ca2-9f9d-47a65cac007c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "93d2b31c-a5aa-4b65-bc37-ad92f39b6215",
"resourceInvariantUUID": "d399715c-8797-4977-b5f5-150dfe31ead7",
"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": "NWQxZDFkYWUyNjc4MDhjZGUzMTY4NjNjM2Y0ZGRjMjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d7f63381-7072-4596-a544-1201aeff6445"
}
],
"workloadContext": "Production"
}
2022-10-27T15:43:38.360Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T15:43:38.360Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dbf78afa-a60f-4c9f-b070-265b6087d3b1 ASDC
2022-10-27T15:43:38.361Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:43536a93-766c-4c5b-a287-4bb9cb21ef4e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dbf78afa-a60f-4c9f-b070-265b6087d3b1
ServiceInvariantUUID:58b87a0c-9f1a-4d4a-8445-8dbd867d660f
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:d7f63381-7072-4596-a544-1201aeff6445
ArtifactChecksum:NWQxZDFkYWUyNjc4MDhjZGUzMTY4NjNjM2Y0ZGRjMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ae9114f4-9f15-4ca2-9f9d-47a65cac007c
ResourceInvariantUUID:d399715c-8797-4977-b5f5-150dfe31ead7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:93d2b31c-a5aa-4b65-bc37-ad92f39b6215
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-27T15:43:38.361Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dbf78afa-a60f-4c9f-b070-265b6087d3b1 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-10-27T15:43:38.398Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:43:38.399Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-27T15:43:38.399Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-27T15:43:38.400Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7f63381-7072-4596-a544-1201aeff6445 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-27T15:43:38.400Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-27T15:43:38.400Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:38.451Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-27T15:43:38.452Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d7f63381-7072-4596-a544-1201aeff6445 57662
2022-10-27T15:43:38.453Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:38.453Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:38.453Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:43:38.454Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:43:38.457Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:43:38.457Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885418453,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:43:38.557Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:43:38.558Z||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-10-27T15:43:38.558Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:43:38.571Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:38.572Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:43:39.458Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:43:39.459Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-27T15:43:39.459Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d7f63381-7072-4596-a544-1201aeff6445, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T15:43:39.460Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-27T15:43:39.460Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T15:43:39.461Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T15:43:39.627Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9426178223259849940/Definitions/service-BasicNetwork-template.yml
2022-10-27T15:43:40.270Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.271Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.272Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.273Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-27T15:43:40.273Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-27T15:43:40.273Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:43:40.273Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.274Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.275Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.275Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.275Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.275Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.275Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.276Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.276Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.276Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:dbf78afa-a60f-4c9f-b070-265b6087d3b1
Model Version:NULL
Model InvariantUuid:58b87a0c-9f1a-4d4a-8445-8dbd867d660f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d399715c-8797-4977-b5f5-150dfe31ead7
Model UUID:181f8416-437f-4064-b63c-92bae1ec4073
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ae9114f4-9f15-4ca2-9f9d-47a65cac007c
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-10-27T15:43:40.288Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 93d2b31c-a5aa-4b65-bc37-ad92f39b6215
2022-10-27T15:43:40.289Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||No resources found for Service: dbf78afa-a60f-4c9f-b070-265b6087d3b1
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-10-27T15:43:40.300Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||
2022-10-27T15:43:40.300Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-27T15:43:40.301Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: dbf78afa-a60f-4c9f-b070-265b6087d3b1
2022-10-27T15:43:40.301Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dbf78afa-a60f-4c9f-b070-265b6087d3b1
2022-10-27T15:43:40.301Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-27T15:43:40.302Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.311Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7987cee2, org.onap.sdc.toscaparser.api.parameters.Input@493748be, org.onap.sdc.toscaparser.api.parameters.Input@4c6788d8, org.onap.sdc.toscaparser.api.parameters.Input@42abaa6, org.onap.sdc.toscaparser.api.parameters.Input@439d841f]
2022-10-27T15:43:40.313Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.313Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.313Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.314Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.314Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dbf78afa-a60f-4c9f-b070-265b6087d3b1: Generic NeutronNet
2022-10-27T15:43:40.314Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.314Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.314Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.314Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.355Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.355Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.355Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.355Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.355Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:43:40.356Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:43:40.356Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.416Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-27T15:43:40.416Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.416Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:43:40.417Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T15:43:40.417Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:43:40.419Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:43:40.419Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885420416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-27T15:43:40.519Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:43:40.520Z||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-10-27T15:43:40.521Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:43:40.535Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:43:40.536Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:43:41.422Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e
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-10-27T15:43:41.438Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e
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-10-27T15:43:41.441Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:43:41.442Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:43:41.442Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:44:11.442Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e
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-10-27T15:44:11.461Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e
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-10-27T15:44:11.468Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:44:11.468Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T15:44:11.468Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T15:44:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:44:35.701Z||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-10-27T15:44:35.701Z||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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:44:35.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:44:35.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T15:44:35.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "aai-ml",
"timestamp": 1666885414035,
"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-10-27T15:44:35.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43536a93-766c-4c5b-a287-4bb9cb21ef4e
2022-10-27T15:44:35.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43536a93-766c-4c5b-a287-4bb9cb21ef4e 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-10-27T15:44:41.468Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e
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-10-27T15:44:41.483Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e
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-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:44:41.487Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-27T15:44:41.488Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:44:41.495Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T15:45:11.496Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e 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-10-27T15:45:11.506Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43536a93-766c-4c5b-a287-4bb9cb21ef4e and serviceModelVersionId: dbf78afa-a60f-4c9f-b070-265b6087d3b1
2022-10-27T15:45:11.506Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58b87a0c-9f1a-4d4a-8445-8dbd867d660f
2022-10-27T15:45:11.507Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0
2022-10-27T15:45:11.512Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T15:45:11.573Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0|INFO|500||Invoke
2022-10-27T15:45:11.574Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43536a93-766c-4c5b-a287-4bb9cb21ef4e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc5275d8-5048-41cd-9826-f4bbf58b48a2], X-ECOMP-RequestID=[43536a93-766c-4c5b-a287-4bb9cb21ef4e], X-TransactionId=[], X-ONAP-RequestID=[43536a93-766c-4c5b-a287-4bb9cb21ef4e], Content-Type=[application/merge-patch+json]}
2022-10-27T15:45:11.583Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-27T15:45:11.718Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?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/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[120], X-AAI-TXID=[2-aai-resources-221027-15:45:10:725-77406], vertex-id=[184344], Content-Length=[0], Date=[Thu, 27 Oct 2022 15:45:10 GMT], Content-Type=[application/json]}
2022-10-27T15:45:11.719Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T15:45:11.720Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/58b87a0c-9f1a-4d4a-8445-8dbd867d660f/model-vers/model-ver/dbf78afa-a60f-4c9f-b070-265b6087d3b1?depth=0|INFO|500||InvokeReturn
2022-10-27T15:45:11.724Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T15:45:11.724Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:45:11.730Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:45:11.731Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43536a93-766c-4c5b-a287-4bb9cb21ef4e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T15:45:11.731Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T15:45:11.731Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:11.733Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:11.733Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "43536a93-766c-4c5b-a287-4bb9cb21ef4e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885511731,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T15:45:11.833Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:11.834Z||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-10-27T15:45:11.835Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:11.856Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:11.856Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 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-10-27T15:45:12.756Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T15:45:12.758Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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-10-27T15:45:12.758Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|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 oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:13.396Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:13.398Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T15:45:13.398Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"68626690-6b48-4525-a9e6-bb7102fedb1f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3e0c5667-564d-4c21-9cdd-9ef27639e9a7","serviceDescription":"service","serviceInvariantUUID":"4abd8480-32c2-48fa-8213-5d83b917b43d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"616d22a9-fa17-42c1-aac3-8153773b6978","resourceInvariantUUID":"ff263e4e-8516-4600-ad97-72288142a0c8","resourceCustomizationUUID":"77a78bb3-3b18-49ba-aa1b-05f72c534f70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ODhlZTViODc1MTIwZWFjZDA3Y2RkNDRiYWUxNWIyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70f53c33-ba2e-42db-94a6-3e922ead3b66","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11fe50c0-1644-4d13-a756-d8f6aa771617","artifactVersion":"2","generatedFromUUID":"eb9fec8f-1112-4545-b053-674973278a3a"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb9fec8f-1112-4545-b053-674973278a3a","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZjY1MTgxN2E5YTU1ZWU2OTM4MjUxM2FkMzcwMGJhMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2009bd41-fabf-4979-ab54-ad0543d6bd7f","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2491af0e-8bfb-42a0-90dc-acad7e510267","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbcbf24f-18ff-49fd-b527-c48622315d64","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01460013-ab8b-476d-b08f-0c43e35d8c81","artifactVersion":"2","generatedFromUUID":"2491af0e-8bfb-42a0-90dc-acad7e510267"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDhmNTMzYzJhNTAzYjJkMWNjZWEyODNmYjM1Njk5MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfc3b6df-9756-4e5d-9464-657397fa1f48","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjRjZDljMzk3YTBmOWM5ZGQ4ZmQ2NDBmMjVkM2ZiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6de7bfa9-11dc-47f5-b631-cc581efd625c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T15:45:13.402Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:13.403Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:13.405Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:13.406Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:45:13.506Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T15:45:13.507Z||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-10-27T15:45:13.507Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:13.520Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:13.520Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:14.411Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:14.411Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:14.413Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:14.414Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-27T15:45:14.514Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:14.515Z||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-10-27T15:45:14.515Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:14.527Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:14.527Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:15.414Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:15.415Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:15.417Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:15.417Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-27T15:45:15.518Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T15:45:15.518Z||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-10-27T15:45:15.519Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:15.538Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:15.539Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:16.418Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:16.419Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:16.421Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:16.421Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-27T15:45:16.522Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T15:45:16.523Z||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-10-27T15:45:16.523Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:16.538Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:16.539Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:17.422Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:17.423Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:17.425Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:17.425Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-27T15:45:17.525Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:17.526Z||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-10-27T15:45:17.526Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:17.540Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:17.540Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:18.426Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:18.427Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:18.428Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:18.429Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:45:18.529Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:18.530Z||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-10-27T15:45:18.530Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:18.542Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:18.543Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:19.429Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:19.431Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:19.434Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:19.434Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-27T15:45:19.534Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:19.535Z||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-10-27T15:45:19.535Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:19.553Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:19.553Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:20.435Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:20.435Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:20.437Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:20.438Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-27T15:45:20.538Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:20.539Z||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-10-27T15:45:20.539Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:20.558Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:20.559Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:21.438Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T15:45:21.439Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:21.441Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:21.442Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885512756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-27T15:45:21.542Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T15:45:21.543Z||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-10-27T15:45:21.543Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:21.558Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:21.559Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:22.443Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "3e0c5667-564d-4c21-9cdd-9ef27639e9a7",
"serviceDescription": "service",
"serviceInvariantUUID": "4abd8480-32c2-48fa-8213-5d83b917b43d",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "77a78bb3-3b18-49ba-aa1b-05f72c534f70",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "616d22a9-fa17-42c1-aac3-8153773b6978",
"resourceInvariantUUID": "ff263e4e-8516-4600-ad97-72288142a0c8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11fe50c0-1644-4d13-a756-d8f6aa771617",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eb9fec8f-1112-4545-b053-674973278a3a",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "ZjY1MTgxN2E5YTU1ZWU2OTM4MjUxM2FkMzcwMGJhMjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2009bd41-fabf-4979-ab54-ad0543d6bd7f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2491af0e-8bfb-42a0-90dc-acad7e510267",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01460013-ab8b-476d-b08f-0c43e35d8c81",
"generatedFromUUID": "2491af0e-8bfb-42a0-90dc-acad7e510267"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01460013-ab8b-476d-b08f-0c43e35d8c81",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZjRjZDljMzk3YTBmOWM5ZGQ4ZmQ2NDBmMjVkM2ZiMGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6de7bfa9-11dc-47f5-b631-cc581efd625c"
}
],
"workloadContext": "Production"
}
2022-10-27T15:45:22.444Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T15:45:22.444Z|43536a93-766c-4c5b-a287-4bb9cb21ef4e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3e0c5667-564d-4c21-9cdd-9ef27639e9a7 ASDC
2022-10-27T15:45:22.445Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:68626690-6b48-4525-a9e6-bb7102fedb1f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3e0c5667-564d-4c21-9cdd-9ef27639e9a7
ServiceInvariantUUID:4abd8480-32c2-48fa-8213-5d83b917b43d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:6de7bfa9-11dc-47f5-b631-cc581efd625c
ArtifactChecksum:ZjRjZDljMzk3YTBmOWM5ZGQ4ZmQ2NDBmMjVkM2ZiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:77a78bb3-3b18-49ba-aa1b-05f72c534f70
ResourceInvariantUUID:ff263e4e-8516-4600-ad97-72288142a0c8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:616d22a9-fa17-42c1-aac3-8153773b6978
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:11fe50c0-1644-4d13-a756-d8f6aa771617
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:eb9fec8f-1112-4545-b053-674973278a3a
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:2009bd41-fabf-4979-ab54-ad0543d6bd7f
ArtifactChecksum:ZjY1MTgxN2E5YTU1ZWU2OTM4MjUxM2FkMzcwMGJhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:2491af0e-8bfb-42a0-90dc-acad7e510267
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:01460013-ab8b-476d-b08f-0c43e35d8c81
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:01460013-ab8b-476d-b08f-0c43e35d8c81
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-27T15:45:22.445Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e0c5667-564d-4c21-9cdd-9ef27639e9a7 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-10-27T15:45:22.485Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:45:22.485Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-27T15:45:22.486Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-27T15:45:22.486Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6de7bfa9-11dc-47f5-b631-cc581efd625c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-27T15:45:22.486Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-27T15:45:22.486Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-27T15:45:22.559Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-27T15:45:22.560Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6de7bfa9-11dc-47f5-b631-cc581efd625c 73681
2022-10-27T15:45:22.560Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-27T15:45:22.561Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-27T15:45:22.561Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T15:45:22.561Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-27T15:45:22.563Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T15:45:22.563Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "68626690-6b48-4525-a9e6-bb7102fedb1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666885522560,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-27T15:45:22.663Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T15:45:22.664Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T15:45:22.664Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oLVKMWwzFPRRkp8e) ...
2022-10-27T15:45:22.678Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-27T15:45:22.679Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T15:45:23.565Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T15:45:23.566Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-27T15:45:23.567Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6de7bfa9-11dc-47f5-b631-cc581efd625c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T15:45:23.567Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-27T15:45:23.568Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T15:45:23.568Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T15:45:23.673Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18228307341379476626/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-27T15:45:24.837Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T15:45:24.838Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-27T15:45:24.838Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T15:45:24.838Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-27T15:45:24.838Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T15:45:24.838Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-10-27T15:45:24.838Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T15:45:24.839Z|68626690-6b48-4525-a9e6-bb7102fedb1f|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-BasicCnf-csar.csar
2022-10-27T15:45:24.839Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-27T15:45:24.839Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.839Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:45:24.839Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T15:45:24.839Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-27T15:45:24.840Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:45:24.840Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.840Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:45:24.840Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T15:45:24.841Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-27T15:45:24.841Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T15:45:24.841Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.841Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T15:45:24.841Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.842Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-27T15:45:24.842Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-27T15:45:24.842Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-27T15:45:24.842Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T15:45:24.842Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.842Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T15:45:24.843Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.843Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T15:45:24.843Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:45:24.843Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-27T15:45:24.844Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T15:45:24.844Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T15:45:24.844Z|68626690-6b48-4525-a9e6-bb7102fedb1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive