By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-02T23:12:47.369Z||main|||||INFO|500||The following profiles are active: basic
2022-11-02T23:13:01.345Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-02T23:13:01.346Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-02T23:13:01.515Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-02T23:13:06.373Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-02T23:13:06.867Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-02T23:13:07.347Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-02T23:13:07.383Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-02T23:13:07.497Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-02T23:13:07.749Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-02T23:13:08.551Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-02T23:13:11.942Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T23:13:14.358Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T23:13:14.420Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-02T23:13:15.246Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T23:13:15.508Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-02T23:13:16.831Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T23:13:17.995Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-11-02T23:13:18.632Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-02T23:13:18.633Z||main|||||ERROR|500||(conn=1160) Table 'catalogdb.activity_spec' doesn't exist
2022-11-02T23:13:18.653Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-11-02T23:13:21.791Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-02T23:13:24.547Z||main|||||WARN|500||---
2022-11-02T23:13:24.547Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-02T23:13:24.548Z||main|||||WARN|500||---
2022-11-02T23:13:25.313Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-02T23:13:30.935Z||main|||||INFO|500||Started Application in 47.8 seconds (JVM running for 51.301)
2022-11-02T23:13:30.953Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-02T23:13:30.956Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-02T23:13:30.968Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-02T23:13:30.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-02T23:13:31.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6517e785-123d-4285-9c3b-e87d31d86a59 url= /sdc/v1/artifactTypes
2022-11-02T23:13:31.030Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-02T23:13:31.145Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-02T23:13:31.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ca71041
2022-11-02T23:13:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-02T23:13:31.172Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-02T23:13:31.175Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-02T23:13:31.183Z||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$$f50873f1.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-02T23:14:20.927Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-02T23:14:20.928Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-02T23:14:20.929Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-02T23:14:20.933Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-02T23:14:20.937Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69dfdbfa-3fcf-4a47-86a3-17473b4d1f4f url= /sdc/v1/artifactTypes
2022-11-02T23:14:20.938Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-02T23:14:20.955Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-02T23:14:20.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e51f497
2022-11-02T23:14:20.957Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-02T23:14:20.957Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-02T23:14:20.958Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-02T23:14:20.959Z||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$$f50873f1.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-02T23:15:10.927Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-02T23:15:10.929Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-02T23:15:10.929Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-02T23:15:10.942Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-02T23:15:10.945Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c412683b-ee67-4b8b-8d01-d086c2f626ed url= /sdc/v1/artifactTypes
2022-11-02T23:15:10.945Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-02T23:15:11.038Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-02T23:15:11.053Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-02T23:15:11.084Z||scheduling-1|||||DEBUG|500||create keys
2022-11-02T23:15:11.097Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-02T23:15:11.232Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:15:11.260Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 646ec9b5-dd51-4aaa-943b-fbb0541d386c url= /sdc/v1/registerForDistribution
2022-11-02T23:15:11.460Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 646ec9b5-dd51-4aaa-943b-fbb0541d386c url= /sdc/v1/registerForDistribution
2022-11-02T23:15:11.461Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-02T23:15:11.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:15:11.477Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:15:11.478Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:15:11.478Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:15:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:15:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:15:11.486Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-02T23:15:21.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:15:21.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:16:11.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:16:11.469Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:16:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:16:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:16:11.478Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:16:11.479Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:16:21.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:16:21.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:17:11.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:17:11.469Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:17:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:17:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:17:11.477Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:17:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:17:21.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:17:21.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:18:11.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:18:11.469Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:18:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:18:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:18:11.478Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:18:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:18:21.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:18:21.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:19:11.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:19:11.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:19:11.469Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:19:11.477Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:19:11.478Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:19:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:19:21.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:19:21.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:20:11.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:20:11.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:20:11.470Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:20:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:20:11.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:20:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:20:21.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:20:21.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:21:11.469Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:21:11.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:21:11.473Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:21:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:21:11.478Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:21:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:21:21.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:21:21.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:22:11.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:22:11.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:22:11.469Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:22:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:22:11.479Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:22:11.479Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:22:21.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:22:21.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:23:11.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:23:11.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:23:11.469Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:23:11.477Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:23:11.478Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:23:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:23:21.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:23:21.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:23:31.581Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-02T23:24:11.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:24:11.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:24:11.469Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:24:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:24:11.478Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:24:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:24:21.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:24:21.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:25:11.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:25:11.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:25:11.469Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:25:11.477Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:25:11.477Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:25:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:25:21.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:25:21.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:26:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:26:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:26:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:26:11.477Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:26:11.478Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:26:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:26:21.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:26:21.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:27:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:27:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:27:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:27:11.477Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:27:11.478Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:27:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:27:21.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:27:21.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:28:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:28:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:28:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:28:11.479Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:28:11.480Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:28:11.481Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:28:21.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:28:21.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:29:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:29:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:29:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:29:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:29:11.478Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:29:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:29:21.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:29:21.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:30:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:30:11.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:30:11.471Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:30:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:30:11.477Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:30:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:30:21.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:30:21.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:31:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:31:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:31:11.470Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:31:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:31:11.477Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:31:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:31:21.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:31:21.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:32:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:32:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:32:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:32:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:32:11.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:32:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:32:21.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:32:21.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:33:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:33:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:33:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:33:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:33:11.477Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:33:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:33:21.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:33:21.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:34:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:34:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:34:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:34:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:34:11.477Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:34:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:34:21.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:34:21.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:35:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:35:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:35:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:35:11.477Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:35:11.478Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:35:11.479Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:35:21.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:35:21.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:36:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:36:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:36:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:36:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:36:11.477Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:36:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:36:21.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:36:21.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:37:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:37:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:37:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:37:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:37:11.477Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:37:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:37:21.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:37:21.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:38:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:38:11.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:38:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:38:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:38:11.477Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:38:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:38:21.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:38:21.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:39:11.469Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:39:11.470Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:39:11.470Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:39:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:39:11.479Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:39:11.479Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:39:21.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:39:21.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:40:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:40:11.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:40:11.471Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:40:11.477Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:40:11.478Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:40:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:40:21.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:40:21.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:41:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:41:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:41:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:41:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:41:11.478Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:41:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:41:21.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:41:21.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:42:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:42:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:42:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:42:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:42:11.477Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:42:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:42:21.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:42:21.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:43:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:43:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:43:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:43:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:43:11.478Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:43:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:43:21.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:43:21.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:44:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:44:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:44:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:44:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:44:11.478Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:44:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:44:21.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:44:21.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:45:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:45:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:45:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:45:11.477Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:45:11.478Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:45:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:45:21.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:45:21.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:46:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:46:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:46:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:46:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:46:11.478Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:46:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:46:21.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:46:21.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:47:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:47:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:47:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:47:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:47:11.478Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:47:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:47:21.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:47:21.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:48:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:48:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:48:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:48:11.477Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:48:11.478Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:48:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:48:21.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:48:21.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:49:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:49:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:49:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:49:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:49:11.478Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:49:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:49:21.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:49:21.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:50:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:50:11.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:50:11.471Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:50:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:50:11.478Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:50:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:50:21.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:50:21.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:51:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:51:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:51:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:51:11.477Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:51:11.478Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:51:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:51:21.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:51:21.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:52:11.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:52:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:52:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:52:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:52:11.477Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:52:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:52:21.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:52:21.056Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:53:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:53:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:53:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:53:11.476Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:53:11.478Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:53:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:53:21.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:53:21.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:54:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:54:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:54:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:54:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:54:11.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:54:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:54:21.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:54:21.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:55:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:55:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:55:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:55:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:55:11.477Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:55:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:55:21.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:55:21.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:56:11.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:56:11.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:56:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:56:11.477Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:56:11.477Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:56:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:56:21.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:56:21.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:57:11.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:57:11.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:57:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:57:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:57:11.478Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:57:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:57:21.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:57:21.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:58:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:58:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:58:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:58:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:58:11.477Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:58:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:58:21.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:58:21.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:59:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:59:11.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:59:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:59:11.477Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T23:59:11.478Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T23:59:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-02T23:59:21.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T23:59:21.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:00:11.469Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:00:11.477Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:00:11.477Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:00:11.477Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:00:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:00:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:00:21.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:00:21.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:01:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:01:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:01:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:01:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:01:11.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:01:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:01:21.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:01:21.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:02:11.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:02:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:02:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:02:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:02:11.477Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:02:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:02:21.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:02:21.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:03:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:03:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:03:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:03:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:03:11.478Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:03:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:03:21.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:03:21.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:04:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:04:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:04:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:04:11.477Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:04:11.477Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:04:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:04:21.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:04:21.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:05:11.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:05:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:05:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:05:11.477Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:05:11.477Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:05:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:05:21.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:05:21.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:06:11.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:06:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:06:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:06:11.476Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:06:11.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:06:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:06:21.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:06:21.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:07:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:07:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:07:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:07:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:07:11.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:07:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:07:21.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:07:21.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:08:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:08:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:08:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:08:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:08:11.478Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:08:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:08:21.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:08:21.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:09:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:09:11.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:09:11.469Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:09:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:09:11.477Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:09:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:09:21.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:09:21.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:11.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:10:11.470Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:10:11.470Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:10:11.477Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:10:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:12.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:12.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4edb355d-7d38-471a-b312-5e35a63dc20d","serviceName":"vFW 2022-11-03 00-08-31","serviceVersion":"1.0","serviceUUID":"c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d","serviceDescription":"catalog service description","serviceInvariantUUID":"c5c66e0f-05c7-42c3-8bd0-e40b5131678f","resources":[{"resourceInstanceName":"vFW 47a21f0a-c870 0","resourceName":"vFW 47a21f0a-c870","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4bc77d8b-37fd-4386-89ee-d8c15a4dce28","resourceInvariantUUID":"c6fc9b40-cf10-4b40-a74a-a101570f8fab","resourceCustomizationUUID":"f0befeaf-0a09-4743-9feb-c07f98b2a564","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml","artifactChecksum":"NTY4MmViNDA4MjVlYWYwYzRlYmZiNjBiOTUxYTQzOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47858448-7be9-412c-8136-691b6446582f","artifactVersion":"1"},{"artifactName":"vfw47a21f0ac8700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json","artifactChecksum":"MDU1OWFiMDgzOGM3YjBhZjc1NWJiOWIyMDFlY2JhNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c3886f6-eed2-4d15-a083-74ab0c8e5849","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cba4c7d5-fbfb-4ed7-9413-61460e4a67a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml","artifactChecksum":"NDQyYTBmY2Q5NmUyZjc0NGUyNmIyYTIyYjg1N2FhNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"917c7c80-80fa-4eaf-9b5c-11244b38b5da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c6e1ed7-4839-4248-9989-6b3f0fa6eb66","artifactVersion":"2","generatedFromUUID":"cba4c7d5-fbfb-4ed7-9413-61460e4a67a3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221103000831-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml","artifactChecksum":"NTI3MjU3ZTgwZjJmM2U5NTI4MTY3ZWU1NmVkYzNjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ace6d84-73a8-4f3b-bede-6a73ef29737a","artifactVersion":"1"},{"artifactName":"service-Vfw20221103000831-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar","artifactChecksum":"Mjc1NDZkZjczYmQzY2VhZWRmNDExNWRhOGJmNDMzNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a08b77f-3586-455c-ad32-11259ea55103","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T00:10:12.123Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:12.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:12.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.132Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:12.144Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:12.144Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434177493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434185610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434178243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434179606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434186716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434186053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434187478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434187834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "cds",
"timestamp": 1667434188496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:10:12.244Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-03T00:10:12.249Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:12.249Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:10:12.266Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:12.268Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:10:12.345Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4edb355d-7d38-471a-b312-5e35a63dc20d
2022-11-03T00:10:12.369Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4edb355d-7d38-471a-b312-5e35a63dc20d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:10:12.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434188951,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:10:12.414Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4edb355d-7d38-471a-b312-5e35a63dc20d
2022-11-03T00:10:12.414Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4edb355d-7d38-471a-b312-5e35a63dc20d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:10:12.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434182091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434189955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:12.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434189861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434190878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:12.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434191852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:12.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:12.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "policy-id",
"timestamp": 1667434191883,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:10:12.441Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4edb355d-7d38-471a-b312-5e35a63dc20d
2022-11-03T00:10:12.441Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4edb355d-7d38-471a-b312-5e35a63dc20d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-03T00:10:12.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434192857,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:10:12.461Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4edb355d-7d38-471a-b312-5e35a63dc20d
2022-11-03T00:10:12.461Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4edb355d-7d38-471a-b312-5e35a63dc20d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:10:12.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:12.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434194809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:10:12.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:10:12.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:10:12.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434202631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:12.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:10:13.151Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:13.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:13.155Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:13.155Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOTIFIED"
}
2022-11-03T00:10:13.255Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:13.257Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:13.257Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:13.274Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:13.274Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:14.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:14.159Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:14.161Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:14.161Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:10:14.261Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:14.262Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:14.262Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:14.278Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:14.279Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:10:15.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:15.163Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:15.165Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:15.165Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:15.265Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:15.267Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:15.267Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:15.286Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:15.287Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:16.166Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:16.167Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:16.169Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:16.169Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-03T00:10:16.269Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:16.270Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:16.271Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:16.288Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:16.289Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:17.170Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:17.171Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:17.173Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:17.173Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:10:17.273Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:17.274Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:17.275Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:17.295Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:17.296Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:10:18.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:10:18.174Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:18.176Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:18.177Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:10:18.277Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:18.278Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:18.278Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:18.293Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:18.294Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:10:19.182Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"serviceName": "vFW 2022-11-03 00-08-31",
"serviceVersion": "1.0",
"serviceUUID": "c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c5c66e0f-05c7-42c3-8bd0-e40b5131678f",
"resources": [
{
"resourceInstanceName": "vFW 47a21f0a-c870 0",
"resourceCustomizationUUID": "f0befeaf-0a09-4743-9feb-c07f98b2a564",
"resourceName": "vFW 47a21f0a-c870",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4bc77d8b-37fd-4386-89ee-d8c15a4dce28",
"resourceInvariantUUID": "c6fc9b40-cf10-4b40-a74a-a101570f8fab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw47a21f0ac8700_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"artifactChecksum": "MDU1OWFiMDgzOGM3YjBhZjc1NWJiOWIyMDFlY2JhNGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6c3886f6-eed2-4d15-a083-74ab0c8e5849",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cba4c7d5-fbfb-4ed7-9413-61460e4a67a3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c6e1ed7-4839-4248-9989-6b3f0fa6eb66",
"generatedFromUUID": "cba4c7d5-fbfb-4ed7-9413-61460e4a67a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c6e1ed7-4839-4248-9989-6b3f0fa6eb66",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221103000831-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"artifactChecksum": "Mjc1NDZkZjczYmQzY2VhZWRmNDExNWRhOGJmNDMzNDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a08b77f-3586-455c-ad32-11259ea55103"
}
],
"workloadContext": "Production"
}
2022-11-03T00:10:19.183Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T00:10:19.183Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d ASDC
2022-11-03T00:10:19.300Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4edb355d-7d38-471a-b312-5e35a63dc20d
ServiceName:vFW 2022-11-03 00-08-31
ServiceVersion:1.0
ServiceUUID:c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d
ServiceInvariantUUID:c5c66e0f-05c7-42c3-8bd0-e40b5131678f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221103000831-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar
ArtifactUUID:4a08b77f-3586-455c-ad32-11259ea55103
ArtifactChecksum:Mjc1NDZkZjczYmQzY2VhZWRmNDExNWRhOGJmNDMzNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 47a21f0a-c870 0
ResourceCustomizationUUID:f0befeaf-0a09-4743-9feb-c07f98b2a564
ResourceInvariantUUID:c6fc9b40-cf10-4b40-a74a-a101570f8fab
ResourceName:vFW 47a21f0a-c870
ResourceType:VF
ResourceUUID:4bc77d8b-37fd-4386-89ee-d8c15a4dce28
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw47a21f0ac8700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json
ArtifactUUID:6c3886f6-eed2-4d15-a083-74ab0c8e5849
ArtifactChecksum:MDU1OWFiMDgzOGM3YjBhZjc1NWJiOWIyMDFlY2JhNGM=
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/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml
ArtifactUUID:cba4c7d5-fbfb-4ed7-9413-61460e4a67a3
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/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env
ArtifactUUID:2c6e1ed7-4839-4248-9989-6b3f0fa6eb66
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/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env
ArtifactUUID:2c6e1ed7-4839-4248-9989-6b3f0fa6eb66
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-03T00:10:19.301Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:10:19.360Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:10:19.362Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:10:19.364Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:10:19.364Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a08b77f-3586-455c-ad32-11259ea55103 from URL: /sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:19.364Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:10:19.366Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:19.443Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:10:19.456Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar 4a08b77f-3586-455c-ad32-11259ea55103 100716
2022-11-03T00:10:19.457Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar ASDC sendASDCNotification
2022-11-03T00:10:19.458Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:19.459Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:10:19.460Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:19.464Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:19.464Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434219456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:19.564Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T00:10:19.565Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:19.566Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:19.580Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:19.581Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:10:20.465Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:10:20.467Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:10:20.467Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4a08b77f-3586-455c-ad32-11259ea55103, URL: /sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar to file: /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:20.468Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221103000831-csar.csar
2022-11-03T00:10:20.556Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:20.556Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:21.332Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18390686238520843573/Definitions/service-Vfw20221103000831-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2022-11-03T00:10:24.477Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T00:10:24.483Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-03T00:10:24.483Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.483Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-03T00:10:24.484Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.484Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.484Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.484Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.484Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.484Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.485Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.485Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.485Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.485Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.485Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 47a21f0a-c870 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-Vfw20221103000831-csar.csar
2022-11-03T00:10:24.485Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-03T00:10:24.493Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.495Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.499Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:24.499Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-03T00:10:24.501Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:10:24.502Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.503Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.503Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:24.503Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-03T00:10:24.503Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:10:24.504Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.504Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.507Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.508Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:24.508Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:24.508Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:24.508Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T00:10:24.509Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.509Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.509Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T00:10:24.509Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.509Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T00:10:24.510Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.511Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-03T00:10:24.511Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.511Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T00:10:24.512Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.512Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:24.513Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:24.513Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.513Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:24.513Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:24.513Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.514Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:24.514Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:24.514Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.514Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:24.514Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.515Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T00:10:24.516Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.516Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T00:10:24.516Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.516Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=77bb0535-073d-4b46-be8e-bf0e28485d4b
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.517Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.519Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T00:10:24.519Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.520Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-03T00:10:24.520Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T00:10:24.520Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.520Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T00:10:24.520Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.520Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47d35efe-9d42-42a1-a7c6-949bfb422ec4
2022-11-03T00:10:24.521Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.521Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:24.521Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:24.521Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:24.521Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T00:10:24.521Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:24.522Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:24.523Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-03T00:10:24.523Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c45e703a-3ed8-485b-9968-d55ff04dad35
2022-11-03T00:10:24.523Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.523Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.523Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.524Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.524Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.524Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.524Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:24.524Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:24.524Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-03 00-08-31
Description:catalog service description
Model UUID:c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d
Model Version:NULL
Model InvariantUuid:c5c66e0f-05c7-42c3-8bd0-e40b5131678f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 47a21f0a-c870
Model UUID:99f52426-6841-4290-833d-184877b48cb9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6fc9b40-cf10-4b40-a74a-a101570f8fab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f0befeaf-0a09-4743-9feb-c07f98b2a564
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d5ff79f5-7538-4156-b4fa-de86d0feb749
ModelName:Vfw47a21f0aC870..base_vfw..module-0
ModelUuid:13a2f273-281a-448a-b40c-40c00885d4ca
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:77bb0535-073d-4b46-be8e-bf0e28485d4b
ModelInvariantUuid:217726ff-f9c0-41d6-8b10-7a02685f4fde
ModelName:vFW 47a21f0a-c870-nodes.vfwCvfc
ModelUuid:d4754012-b499-47cd-9320-dd22d0bb534d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e130b095-47b7-4073-a813-7b8d4fd59e71
ModelInvariantUuid:32a491a8-df1d-4b96-b433-ef44bc7e9311
ModelName:Vfw47a21f0aC870.compute.nodes.heat.vfw
ModelUuid:b9841823-0e0e-4374-964c-56f30a51db9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:47d35efe-9d42-42a1-a7c6-949bfb422ec4
ModelInvariantUuid:628cf8ef-c036-4a25-aad0-d8e8131a1a08
ModelName:vFW 47a21f0a-c870-nodes.vsnCvfc
ModelUuid:0614b239-ebce-4889-9333-0d2e754c5fd9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:37a225c4-3936-4073-bcdb-c882b2e0d9ae
ModelInvariantUuid:7ce6a04c-1a27-43fb-bc2d-b2812d80a8fb
ModelName:Vfw47a21f0aC870.compute.nodes.heat.vsn
ModelUuid:5c7418cb-f86b-4ef4-a68a-4fe2df77f71d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c45e703a-3ed8-485b-9968-d55ff04dad35
ModelInvariantUuid:26f07268-0df9-4ae8-a37f-a5c6eee31541
ModelName:vFW 47a21f0a-c870-nodes.vpgCvfc
ModelUuid:7772e694-403a-45bd-bc22-9eff106f8901
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e1424ec5-36de-47b6-ba17-0bd8b64b8a99
ModelInvariantUuid:5107f383-e09d-49c7-8da6-58378271481e
ModelName:Vfw47a21f0aC870.compute.nodes.heat.vpg
ModelUuid:c02ec42d-01bb-4127-aa48-a1237108cb5e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T00:10:24.541Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4bc77d8b-37fd-4386-89ee-d8c15a4dce28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:10:24.609Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||vFW 47a21f0a-c870 0
2022-11-03T00:10:24.617Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4bc77d8b-37fd-4386-89ee-d8c15a4dce28
2022-11-03T00:10:24.618Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c3886f6-eed2-4d15-a083-74ab0c8e5849 from URL: /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json
2022-11-03T00:10:24.618Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:10:24.618Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json
2022-11-03T00:10:24.693Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:10:24.694Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json 6c3886f6-eed2-4d15-a083-74ab0c8e5849 785
2022-11-03T00:10:24.695Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json ASDC sendASDCNotification
2022-11-03T00:10:24.696Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json
2022-11-03T00:10:24.696Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:10:24.696Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:24.700Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:24.700Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434224695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:24.800Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:24.801Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:24.801Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:24.816Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:24.816Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:25.703Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw47a21f0aC870..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d5ff79f5-7538-4156-b4fa-de86d0feb749",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13a2f273-281a-448a-b40c-40c00885d4ca",
"vfModuleModelCustomizationUUID": "e21adb1f-14bf-4007-a7a3-9961bf1bb29e",
"isBase": true,
"artifacts": [
"cba4c7d5-fbfb-4ed7-9413-61460e4a67a3",
"2c6e1ed7-4839-4248-9989-6b3f0fa6eb66"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T00:10:25.718Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw47a21f0aC870..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13a2f273-281a-448a-b40c-40c00885d4ca
VfModuleModelInvariantUUID:d5ff79f5-7538-4156-b4fa-de86d0feb749
VfModuleModelDescription:NULL
Artifacts UUID List:{
cba4c7d5-fbfb-4ed7-9413-61460e4a67a3
,
2c6e1ed7-4839-4248-9989-6b3f0fa6eb66
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T00:10:25.720Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw47a21f0aC870..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d5ff79f5-7538-4156-b4fa-de86d0feb749",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13a2f273-281a-448a-b40c-40c00885d4ca",
"vfModuleModelCustomizationUUID": "e21adb1f-14bf-4007-a7a3-9961bf1bb29e",
"isBase": true,
"artifacts": [
"cba4c7d5-fbfb-4ed7-9413-61460e4a67a3",
"2c6e1ed7-4839-4248-9989-6b3f0fa6eb66"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T00:10:25.720Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw47a21f0aC870..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13a2f273-281a-448a-b40c-40c00885d4ca
VfModuleModelInvariantUUID:d5ff79f5-7538-4156-b4fa-de86d0feb749
VfModuleModelDescription:NULL
Artifacts UUID List:{
cba4c7d5-fbfb-4ed7-9413-61460e4a67a3
,
2c6e1ed7-4839-4248-9989-6b3f0fa6eb66
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T00:10:25.721Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cba4c7d5-fbfb-4ed7-9413-61460e4a67a3 from URL: /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml
2022-11-03T00:10:25.721Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:10:25.721Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml
2022-11-03T00:10:25.871Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:10:25.871Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml cba4c7d5-fbfb-4ed7-9413-61460e4a67a3 20368
2022-11-03T00:10:25.872Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-03T00:10:25.872Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml
2022-11-03T00:10:25.872Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:10:25.872Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:25.874Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:25.874Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434225872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:25.975Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:25.976Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:25.976Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:25.990Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:25.991Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:26.875Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c6e1ed7-4839-4248-9989-6b3f0fa6eb66 from URL: /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env
2022-11-03T00:10:26.876Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:10:26.876Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env
2022-11-03T00:10:26.979Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:10:26.980Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env 2c6e1ed7-4839-4248-9989-6b3f0fa6eb66 2098
2022-11-03T00:10:26.980Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-03T00:10:26.981Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env
2022-11-03T00:10:26.981Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:10:26.981Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:26.983Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:26.983Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434226980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:10:27.083Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:27.084Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:27.084Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:27.100Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:27.101Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:27.983Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d
2022-11-03T00:10:27.984Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 47a21f0a-c870 0 4bc77d8b-37fd-4386-89ee-d8c15a4dce28 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:10:28.039Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ee50199, org.onap.sdc.toscaparser.api.parameters.Input@4d14866d, org.onap.sdc.toscaparser.api.parameters.Input@f0962db, org.onap.sdc.toscaparser.api.parameters.Input@2f0c3e57, org.onap.sdc.toscaparser.api.parameters.Input@19d30be6]
2022-11-03T00:10:28.044Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.044Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.044Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-03T00:10:28.045Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f0befeaf-0a09-4743-9feb-c07f98b2a564
2022-11-03T00:10:28.045Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0befeaf-0a09-4743-9feb-c07f98b2a564 matches Tosca VF Customization UUID: f0befeaf-0a09-4743-9feb-c07f98b2a564
2022-11-03T00:10:28.045Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f0befeaf-0a09-4743-9feb-c07f98b2a564 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-03T00:10:28.054Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.055Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.057Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f0befeaf-0a09-4743-9feb-c07f98b2a564: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-03T00:10:28.057Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ea65a7
2022-11-03T00:10:28.057Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.057Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T00:10:28.058Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e21adb1f-14bf-4007-a7a3-9961bf1bb29e
2022-11-03T00:10:28.059Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e21adb1f-14bf-4007-a7a3-9961bf1bb29e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-03T00:10:28.070Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.070Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:28.071Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:28.072Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.072Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:28.072Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:28.072Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.073Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:28.073Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:28.073Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:28.073Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-03T00:10:28.073Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T00:10:28.074Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T00:10:28.074Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.074Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:28.074Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T00:10:28.074Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:28.074Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T00:10:28.075Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.075Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=77bb0535-073d-4b46-be8e-bf0e28485d4b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T00:10:28.090Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.091Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:28.091Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:28.092Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.092Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:28.092Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:28.092Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:28.093Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T00:10:28.093Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.093Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:28.093Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T00:10:28.093Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.094Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-03T00:10:28.094Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-03T00:10:28.094Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:28.095Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-03T00:10:28.095Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.095Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=47d35efe-9d42-42a1-a7c6-949bfb422ec4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T00:10:28.099Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.099Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:28.100Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:28.103Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.103Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is not matching search criteria
2022-11-03T00:10:28.103Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-03T00:10:28.104Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-03T00:10:28.104Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-03T00:10:28.104Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.104Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:28.105Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-03T00:10:28.105Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.105Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-03T00:10:28.105Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-03T00:10:28.106Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-03T00:10:28.106Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-03T00:10:28.106Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-03T00:10:28.107Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c45e703a-3ed8-485b-9968-d55ff04dad35
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T00:10:28.111Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.111Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:28.111Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:10:28.112Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.112Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Node template vFW 47a21f0a-c870 0 is matching search criteria
2022-11-03T00:10:28.112Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 47a21f0a-c870 0] matching following query criteria: sdcType=VF, customizationUUID=f0befeaf-0a09-4743-9feb-c07f98b2a564
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:10:28.116Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.117Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.118Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d: vFW 47a21f0a-c870
2022-11-03T00:10:28.118Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.118Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.118Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.120Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.120Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:10:28.120Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-03 00-08-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:10:28.120Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-03 00-08-31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:10:28.529Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 47a21f0a-c870 4bc77d8b-37fd-4386-89ee-d8c15a4dce28 1 ASDC deployResourceStructure
2022-11-03T00:10:28.530Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json ASDC sendASDCNotification
2022-11-03T00:10:28.530Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json
2022-11-03T00:10:28.530Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:10:28.531Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:28.533Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:28.533Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434228530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:28.634Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:28.637Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:28.637Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:28.668Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:28.669Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:29.533Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-03T00:10:29.534Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml
2022-11-03T00:10:29.534Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:10:29.535Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:29.537Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:29.537Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434229533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:29.637Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:29.638Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:29.638Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:29.653Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:29.654Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:10:30.538Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-03T00:10:30.538Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env
2022-11-03T00:10:30.539Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:10:30.539Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:30.541Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:30.541Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434230538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:30.641Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:30.642Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:30.642Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:30.657Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:30.658Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:31.542Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar ASDC sendASDCNotification
2022-11-03T00:10:31.542Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar
2022-11-03T00:10:31.542Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:10:31.543Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:10:31.545Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:10:31.545Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434231542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:10:31.645Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:10:31.646Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:10:31.646Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:10:31.663Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:10:31.663Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:10:32.546Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:10:32.567Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:10:32.571Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:10:32.571Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:10:32.571Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:11:02.572Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:11:02.593Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:11:02.598Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:11:02.598Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:11:02.598Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:11:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:11:11.478Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:11:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:11:11.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:11:11.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:11:11.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:11:11.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:11:32.598Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:11:32.629Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:11:32.635Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:11:32.635Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:11:32.635Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:12:02.636Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:12:02.658Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:12:02.662Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:12:02.662Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:12:02.662Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:12:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:12:11.479Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:12:11.479Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:12:12.009Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:12:12.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "NOTIFIED"
}
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:12:12.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434217353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:12:12.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:12:12.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "aai-ml",
"timestamp": 1667434218359,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:12:12.024Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4edb355d-7d38-471a-b312-5e35a63dc20d
2022-11-03T00:12:12.025Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4edb355d-7d38-471a-b312-5e35a63dc20d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:12:12.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434211468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:12:12.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-03T00:12:12.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434219456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:12:12.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434224695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:12:12.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434225872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:12:12.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434226980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:12:12.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434228530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/vfw47a21f0ac8700_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T00:12:12.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434229533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T00:12:12.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434230538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/resourceInstances/vfw47a21f0ac8700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-03T00:12:12.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:12.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-03T00:12:12.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434231542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221103000831/1.0/artifacts/service-Vfw20221103000831-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:12:12.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:12:32.662Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:12:32.676Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:12:32.680Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:12:32.680Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:12:32.681Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:12:32.690Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-03T00:13:02.691Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4edb355d-7d38-471a-b312-5e35a63dc20d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-03T00:13:02.709Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4edb355d-7d38-471a-b312-5e35a63dc20d and serviceModelVersionId: c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d
2022-11-03T00:13:02.709Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5c66e0f-05c7-42c3-8bd0-e40b5131678f
2022-11-03T00:13:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:13:11.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:13:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:13:18.154Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5c66e0f-05c7-42c3-8bd0-e40b5131678f/model-vers/model-ver/c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d?depth=0
2022-11-03T00:13:18.267Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-03T00:13:18.817Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5c66e0f-05c7-42c3-8bd0-e40b5131678f/model-vers/model-ver/c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-03T00:13:18.823Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5c66e0f-05c7-42c3-8bd0-e40b5131678f/model-vers/model-ver/c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d?depth=0|INFO|500||Invoke
2022-11-03T00:13:18.845Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5c66e0f-05c7-42c3-8bd0-e40b5131678f/model-vers/model-ver/c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-03T00:13:19.175Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5c66e0f-05c7-42c3-8bd0-e40b5131678f/model-vers/model-ver/c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d?depth=0|INFO|500||InvokeReturn
2022-11-03T00:13:19.176Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5c66e0f-05c7-42c3-8bd0-e40b5131678f/model-vers/model-ver/c2cddb6a-b9c9-4a4e-93c2-1fb691d9767d?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=[295], X-AAI-TXID=[1-aai-resources-221103-00:13:18:535-66629], vertex-id=[164080], Content-Length=[0], Date=[Thu, 03 Nov 2022 00:13:18 GMT], Content-Type=[application/json]}
2022-11-03T00:13:19.177Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-03T00:13:19.183Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-03T00:13:19.185Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:13:19.196Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-03T00:13:19.197Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4edb355d-7d38-471a-b312-5e35a63dc20d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-03T00:13:19.199Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-03T00:13:19.199Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:13:19.201Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:13:19.202Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434399198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T00:13:19.302Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:13:19.303Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:13:19.303Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:13:19.335Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:13:19.336Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:13:19.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:13:19.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:13:19.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4edb355d-7d38-471a-b312-5e35a63dc20d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434399198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T00:13:19.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:13:20.228Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:13:20.228Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:13:20.229Z|4edb355d-7d38-471a-b312-5e35a63dc20d|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:13:30.540Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:13:30.541Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:13:30.542Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:13:30.542Z|4edb355d-7d38-471a-b312-5e35a63dc20d|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:13:40.084Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:13:40.085Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:13:40.085Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:13:40.085Z|4edb355d-7d38-471a-b312-5e35a63dc20d|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:13:49.628Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:11.467Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:14:11.469Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:14:11.469Z|4edb355d-7d38-471a-b312-5e35a63dc20d|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:14:11.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:14:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:12.101Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:12.102Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.102Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"81075b5a-c9d2-48cf-b98a-845c70aca4d3","serviceName":"basic_onboard_XOBBuN","serviceVersion":"1.0","serviceUUID":"33d38fb4-8fd9-4a26-a374-221175f40c70","serviceDescription":"service","serviceInvariantUUID":"4e5e98b8-15d3-49e8-95b8-f763ef5a8752","resources":[{"resourceInstanceName":"basic_onboard_XOBBuN 0","resourceName":"basic_onboard_XOBBuN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca84614-2bee-4efa-aefc-4eabef5617b4","resourceInvariantUUID":"be418053-929e-4291-922a-77e47bc53bc2","resourceCustomizationUUID":"a34d545a-1274-4919-b36d-f4d1d34026dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml","artifactChecksum":"MWMxOGNmNjU1ZWNjNDMzZjk0MTMyOTY4NjNlYzYxYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab7cc6c0-1db9-4d95-a500-c01ec10f1695","artifactVersion":"1"},{"artifactName":"basic_onboard_xobbun0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json","artifactChecksum":"ZDZlZGI5MDI5OWIzNTM0ZGJlZDUyZjljOTUxNzVjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35b6877a-9a76-43d9-b79e-498a83b3d272","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac7c0e7b-0a24-46a1-8c1d-f9a70084c282","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ba22342-9330-4e5e-be3c-a942a8e00b77","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76e1f7c0-778e-4d9c-8b84-95b0fbf159f0","artifactVersion":"2","generatedFromUUID":"ac7c0e7b-0a24-46a1-8c1d-f9a70084c282"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXobbun-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml","artifactChecksum":"NzA2OWQ5ZjE1YjkzZGFjMmIyYzE4MzEwMWFkMmMzNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69530411-1840-4749-b004-f8650a6edc47","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXobbun-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar","artifactChecksum":"NDlhNDdhNjE4MjI1Y2RmMjMyMGE3MmI0MWJhNWM2M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7982121-10c4-4ffc-8ccc-03cec2a936ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T00:14:12.110Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:12.111Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:12.115Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:12.115Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:12.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434422091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434436372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434437378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:12.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "policy-id",
"timestamp": 1667434438381,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:14:12.176Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81075b5a-c9d2-48cf-b98a-845c70aca4d3
2022-11-03T00:14:12.177Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:14:12.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434434810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434434609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:12.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434442370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:12.199Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "cds",
"timestamp": 1667434443378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:14:12.208Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81075b5a-c9d2-48cf-b98a-845c70aca4d3
2022-11-03T00:14:12.208Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:14:12.215Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:12.215Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:12.216Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:12.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434437494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434445266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434446397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434447465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434448509,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:14:12.232Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81075b5a-c9d2-48cf-b98a-845c70aca4d3
2022-11-03T00:14:12.233Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and ComponentName POLICY
2022-11-03T00:14:12.234Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:12.235Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-03T00:14:12.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667434449512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:12.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434450336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:12.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:14:12.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:12.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:14:12.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:14:12.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "aai-ml",
"timestamp": 1667434451341,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:14:12.256Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81075b5a-c9d2-48cf-b98a-845c70aca4d3
2022-11-03T00:14:12.257Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:14:13.116Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:13.116Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:13.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:13.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T00:14:13.219Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:13.220Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:13.220Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:13.233Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:13.234Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:14.119Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:14.120Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:14.123Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:14.123Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:14:14.223Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:14.224Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:14.225Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:14.240Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:14.241Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:15.124Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:15.125Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:15.127Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:15.127Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:15.228Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-03T00:14:15.230Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:15.230Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:15.245Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:15.246Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:16.128Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:16.129Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:16.131Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:16.131Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-03T00:14:16.231Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:16.232Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:16.233Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:16.248Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:16.248Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:14:17.132Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:17.133Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:17.135Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:17.135Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:14:17.235Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:17.236Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:17.236Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:17.254Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:17.254Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:18.135Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:14:18.137Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:18.139Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:18.139Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:14:18.239Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:18.240Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:18.240Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:18.255Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:18.256Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:19.141Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"serviceName": "basic_onboard_XOBBuN",
"serviceVersion": "1.0",
"serviceUUID": "33d38fb4-8fd9-4a26-a374-221175f40c70",
"serviceDescription": "service",
"serviceInvariantUUID": "4e5e98b8-15d3-49e8-95b8-f763ef5a8752",
"resources": [
{
"resourceInstanceName": "basic_onboard_XOBBuN 0",
"resourceCustomizationUUID": "a34d545a-1274-4919-b36d-f4d1d34026dc",
"resourceName": "basic_onboard_XOBBuN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cca84614-2bee-4efa-aefc-4eabef5617b4",
"resourceInvariantUUID": "be418053-929e-4291-922a-77e47bc53bc2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xobbun0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"artifactChecksum": "ZDZlZGI5MDI5OWIzNTM0ZGJlZDUyZjljOTUxNzVjYjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35b6877a-9a76-43d9-b79e-498a83b3d272",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac7c0e7b-0a24-46a1-8c1d-f9a70084c282",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76e1f7c0-778e-4d9c-8b84-95b0fbf159f0",
"generatedFromUUID": "ac7c0e7b-0a24-46a1-8c1d-f9a70084c282"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76e1f7c0-778e-4d9c-8b84-95b0fbf159f0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXobbun-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"artifactChecksum": "NDlhNDdhNjE4MjI1Y2RmMjMyMGE3MmI0MWJhNWM2M2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d7982121-10c4-4ffc-8ccc-03cec2a936ec"
}
],
"workloadContext": "Production"
}
2022-11-03T00:14:19.142Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T00:14:19.142Z|4edb355d-7d38-471a-b312-5e35a63dc20d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 33d38fb4-8fd9-4a26-a374-221175f40c70 ASDC
2022-11-03T00:14:19.143Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:81075b5a-c9d2-48cf-b98a-845c70aca4d3
ServiceName:basic_onboard_XOBBuN
ServiceVersion:1.0
ServiceUUID:33d38fb4-8fd9-4a26-a374-221175f40c70
ServiceInvariantUUID:4e5e98b8-15d3-49e8-95b8-f763ef5a8752
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXobbun-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar
ArtifactUUID:d7982121-10c4-4ffc-8ccc-03cec2a936ec
ArtifactChecksum:NDlhNDdhNjE4MjI1Y2RmMjMyMGE3MmI0MWJhNWM2M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XOBBuN 0
ResourceCustomizationUUID:a34d545a-1274-4919-b36d-f4d1d34026dc
ResourceInvariantUUID:be418053-929e-4291-922a-77e47bc53bc2
ResourceName:basic_onboard_XOBBuN
ResourceType:VF
ResourceUUID:cca84614-2bee-4efa-aefc-4eabef5617b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xobbun0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json
ArtifactUUID:35b6877a-9a76-43d9-b79e-498a83b3d272
ArtifactChecksum:ZDZlZGI5MDI5OWIzNTM0ZGJlZDUyZjljOTUxNzVjYjE=
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/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac7c0e7b-0a24-46a1-8c1d-f9a70084c282
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/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env
ArtifactUUID:76e1f7c0-778e-4d9c-8b84-95b0fbf159f0
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/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env
ArtifactUUID:76e1f7c0-778e-4d9c-8b84-95b0fbf159f0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-03T00:14:19.143Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33d38fb4-8fd9-4a26-a374-221175f40c70 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:14:19.186Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:14:19.187Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:14:19.187Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:14:19.187Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d7982121-10c4-4ffc-8ccc-03cec2a936ec from URL: /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:19.187Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:14:19.188Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:19.259Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:14:19.261Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar d7982121-10c4-4ffc-8ccc-03cec2a936ec 75291
2022-11-03T00:14:19.261Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar ASDC sendASDCNotification
2022-11-03T00:14:19.261Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:19.261Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:14:19.262Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:19.264Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:19.265Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434459261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:19.365Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:19.366Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:19.367Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:19.381Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:19.382Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:20.265Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:14:20.266Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:14:20.266Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d7982121-10c4-4ffc-8ccc-03cec2a936ec, URL: /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar to file: /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:20.267Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:20.267Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:20.267Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:20.392Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14320141434033369178/Definitions/service-BasicOnboardXobbun-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-03T00:14:21.623Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T00:14:21.623Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-03T00:14:21.623Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.623Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-03T00:14:21.624Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.624Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.624Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.624Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.624Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.624Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XOBBuN 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-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.625Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:21.625Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-03T00:14:21.625Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.625Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.626Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:21.626Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-03T00:14:21.626Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:14:21.627Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.627Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.627Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:21.627Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-03T00:14:21.627Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:14:21.628Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.628Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.628Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.628Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is not matching search criteria
2022-11-03T00:14:21.629Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-03T00:14:21.629Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-03T00:14:21.629Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-03T00:14:21.629Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-03T00:14:21.630Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-03T00:14:21.630Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.630Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T00:14:21.630Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.630Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:21.630Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:14:21.631Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.631Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:21.631Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:14:21.631Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.631Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:21.632Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:14:21.632Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.632Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is not matching search criteria
2022-11-03T00:14:21.632Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-03T00:14:21.632Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-03T00:14:21.632Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=739c1bf1-8085-4e34-ad9d-c1d0d0f2b90f
2022-11-03T00:14:21.633Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.633Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.633Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.633Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.633Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.633Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.634Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:21.634Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:21.634Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XOBBuN
Description:service
Model UUID:33d38fb4-8fd9-4a26-a374-221175f40c70
Model Version:NULL
Model InvariantUuid:4e5e98b8-15d3-49e8-95b8-f763ef5a8752
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XOBBuN
Model UUID:90e102cf-2b27-4505-80ca-ea9a4514de59
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be418053-929e-4291-922a-77e47bc53bc2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a34d545a-1274-4919-b36d-f4d1d34026dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:132ee1d8-9787-41ad-8958-4c9287d8da88
ModelName:BasicOnboardXobbun..base_ubuntu18..module-0
ModelUuid:93af6a3c-5c6d-40ec-9afc-7a0c22f17b95
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:739c1bf1-8085-4e34-ad9d-c1d0d0f2b90f
ModelInvariantUuid:ee0fdddb-568f-4b8f-a598-1dc9907c9d31
ModelName:basic_onboard_XOBBuN-nodes.ubuntu18Cvfc
ModelUuid:25f25cc1-709d-4bd9-92ee-cbcd82b61309
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:123418e7-79a9-4119-83e9-4cec563f9129
ModelInvariantUuid:6ac39d14-0000-48c4-bdf1-ee5f4620e89e
ModelName:BasicOnboardXobbun.compute.nodes.heat.ubuntu18
ModelUuid:b6696d40-07bf-426f-8d49-d20e315f29ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T00:14:21.645Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cca84614-2bee-4efa-aefc-4eabef5617b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:14:21.650Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||basic_onboard_XOBBuN 0
2022-11-03T00:14:21.650Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cca84614-2bee-4efa-aefc-4eabef5617b4
2022-11-03T00:14:21.651Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35b6877a-9a76-43d9-b79e-498a83b3d272 from URL: /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json
2022-11-03T00:14:21.651Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:14:21.651Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json
2022-11-03T00:14:21.704Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:14:21.704Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json 35b6877a-9a76-43d9-b79e-498a83b3d272 798
2022-11-03T00:14:21.705Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json ASDC sendASDCNotification
2022-11-03T00:14:21.705Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json
2022-11-03T00:14:21.705Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:14:21.705Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:21.708Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:21.708Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434461705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:21.808Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:21.809Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:21.809Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:21.824Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:21.825Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:22.709Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXobbun..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "132ee1d8-9787-41ad-8958-4c9287d8da88",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93af6a3c-5c6d-40ec-9afc-7a0c22f17b95",
"vfModuleModelCustomizationUUID": "59489ebf-fade-4187-bef1-2a1738dbc10e",
"isBase": true,
"artifacts": [
"ac7c0e7b-0a24-46a1-8c1d-f9a70084c282",
"76e1f7c0-778e-4d9c-8b84-95b0fbf159f0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T00:14:22.715Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXobbun..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93af6a3c-5c6d-40ec-9afc-7a0c22f17b95
VfModuleModelInvariantUUID:132ee1d8-9787-41ad-8958-4c9287d8da88
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac7c0e7b-0a24-46a1-8c1d-f9a70084c282
,
76e1f7c0-778e-4d9c-8b84-95b0fbf159f0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T00:14:22.719Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXobbun..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "132ee1d8-9787-41ad-8958-4c9287d8da88",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93af6a3c-5c6d-40ec-9afc-7a0c22f17b95",
"vfModuleModelCustomizationUUID": "59489ebf-fade-4187-bef1-2a1738dbc10e",
"isBase": true,
"artifacts": [
"ac7c0e7b-0a24-46a1-8c1d-f9a70084c282",
"76e1f7c0-778e-4d9c-8b84-95b0fbf159f0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-03T00:14:22.719Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXobbun..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93af6a3c-5c6d-40ec-9afc-7a0c22f17b95
VfModuleModelInvariantUUID:132ee1d8-9787-41ad-8958-4c9287d8da88
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac7c0e7b-0a24-46a1-8c1d-f9a70084c282
,
76e1f7c0-778e-4d9c-8b84-95b0fbf159f0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-03T00:14:22.719Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac7c0e7b-0a24-46a1-8c1d-f9a70084c282 from URL: /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml
2022-11-03T00:14:22.719Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:14:22.719Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml
2022-11-03T00:14:22.798Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:14:22.799Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml ac7c0e7b-0a24-46a1-8c1d-f9a70084c282 5033
2022-11-03T00:14:22.800Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-03T00:14:22.800Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml
2022-11-03T00:14:22.800Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:14:22.800Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:22.803Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:22.803Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434462799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:22.903Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:22.904Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:22.904Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:22.920Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:22.921Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:14:23.805Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 76e1f7c0-778e-4d9c-8b84-95b0fbf159f0 from URL: /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env
2022-11-03T00:14:23.805Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:14:23.805Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env
2022-11-03T00:14:23.921Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:14:23.921Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env 76e1f7c0-778e-4d9c-8b84-95b0fbf159f0 909
2022-11-03T00:14:23.922Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-03T00:14:23.922Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env
2022-11-03T00:14:23.922Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:14:23.922Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:23.924Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:23.924Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434463921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:14:24.024Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:24.025Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:24.026Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:24.039Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:24.040Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:24.925Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 33d38fb4-8fd9-4a26-a374-221175f40c70
2022-11-03T00:14:24.926Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XOBBuN 0 cca84614-2bee-4efa-aefc-4eabef5617b4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:14:24.943Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ab6f379, org.onap.sdc.toscaparser.api.parameters.Input@cc748a3, org.onap.sdc.toscaparser.api.parameters.Input@2fbd4cfc, org.onap.sdc.toscaparser.api.parameters.Input@698f02c6, org.onap.sdc.toscaparser.api.parameters.Input@440f09b5]
2022-11-03T00:14:24.945Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.945Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.945Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-03T00:14:24.946Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a34d545a-1274-4919-b36d-f4d1d34026dc
2022-11-03T00:14:24.946Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a34d545a-1274-4919-b36d-f4d1d34026dc matches Tosca VF Customization UUID: a34d545a-1274-4919-b36d-f4d1d34026dc
2022-11-03T00:14:24.946Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a34d545a-1274-4919-b36d-f4d1d34026dc matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-03T00:14:24.949Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.949Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.950Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a34d545a-1274-4919-b36d-f4d1d34026dc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-03T00:14:24.950Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26ac06d0
2022-11-03T00:14:24.951Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.951Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-03T00:14:24.951Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59489ebf-fade-4187-bef1-2a1738dbc10e
2022-11-03T00:14:24.951Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59489ebf-fade-4187-bef1-2a1738dbc10e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-03T00:14:24.954Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.955Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:24.955Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:14:24.955Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.956Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:24.956Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:14:24.956Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.957Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is not matching search criteria
2022-11-03T00:14:24.957Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-03T00:14:24.957Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-03T00:14:24.957Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=739c1bf1-8085-4e34-ad9d-c1d0d0f2b90f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-03T00:14:24.961Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.961Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:24.962Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-03T00:14:24.963Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.964Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_XOBBuN 0 is matching search criteria
2022-11-03T00:14:24.964Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_XOBBuN 0] matching following query criteria: sdcType=VF, customizationUUID=a34d545a-1274-4919-b36d-f4d1d34026dc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:14:24.967Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.968Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.968Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 33d38fb4-8fd9-4a26-a374-221175f40c70: basic_onboard_XOBBuN
2022-11-03T00:14:24.968Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.968Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.969Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.969Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.969Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.970Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.970Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.970Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.970Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:14:24.970Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_XOBBuN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:14:24.971Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_XOBBuN
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:14:25.094Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XOBBuN cca84614-2bee-4efa-aefc-4eabef5617b4 1 ASDC deployResourceStructure
2022-11-03T00:14:25.095Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json ASDC sendASDCNotification
2022-11-03T00:14:25.095Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json
2022-11-03T00:14:25.095Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:14:25.095Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:25.098Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:25.098Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434465095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:25.198Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:25.199Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:25.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:25.211Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:25.212Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:26.098Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-03T00:14:26.099Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml
2022-11-03T00:14:26.099Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:14:26.100Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:26.102Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:26.102Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434466098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:26.202Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:26.204Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:26.204Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:26.219Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:26.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:27.103Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-03T00:14:27.104Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env
2022-11-03T00:14:27.104Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:14:27.104Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:27.106Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:27.106Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434467103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:27.207Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:27.208Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:27.208Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:27.223Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:27.224Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:28.107Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar ASDC sendASDCNotification
2022-11-03T00:14:28.108Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar
2022-11-03T00:14:28.108Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:14:28.109Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:14:28.111Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:14:28.111Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434468107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:14:28.211Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:14:28.212Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:14:28.212Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:14:28.227Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:14:28.228Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:14:29.112Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:14:29.128Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:14:29.132Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:14:29.133Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:14:29.133Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:14:29.133Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:14:59.134Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:14:59.149Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:14:59.154Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:14:59.154Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:14:59.154Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:14:59.154Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:15:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:15:11.478Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:15:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:15:11.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:15:11.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:15:11.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:15:11.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:15:29.154Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:15:29.168Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:15:29.172Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:15:29.172Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:15:29.172Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:15:29.172Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:15:59.172Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:15:59.188Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:15:59.192Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:15:59.192Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:15:59.192Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:15:59.192Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:16:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:16:11.477Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:16:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:16:12.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:16:12.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:16:12.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:16:12.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "NOTIFIED"
}
2022-11-03T00:16:12.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:16:12.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-03T00:16:12.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:16:12.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:16:12.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434448243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:16:12.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-03T00:16:12.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:16:12.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434455977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:16:12.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434451467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:16:12.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-03T00:16:12.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434459261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:16:12.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434458440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:16:12.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667434459451,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:16:12.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81075b5a-c9d2-48cf-b98a-845c70aca4d3
2022-11-03T00:16:12.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:16:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434461705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:16:12.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434462799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:16:12.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434463921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:16:12.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434465095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/basic_onboard_xobbun0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-03T00:16:12.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434466098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-03T00:16:12.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434467103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/resourceInstances/basic_onboard_xobbun0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-03T00:16:12.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:12.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:16:12.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434468107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXobbun/1.0/artifacts/service-BasicOnboardXobbun-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:16:12.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:16:29.193Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:16:29.208Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:16:29.212Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:16:29.213Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:16:29.213Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:16:29.223Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-03T00:16:59.224Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-03T00:16:59.233Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and serviceModelVersionId: 33d38fb4-8fd9-4a26-a374-221175f40c70
2022-11-03T00:16:59.233Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e5e98b8-15d3-49e8-95b8-f763ef5a8752
2022-11-03T00:16:59.234Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e5e98b8-15d3-49e8-95b8-f763ef5a8752/model-vers/model-ver/33d38fb4-8fd9-4a26-a374-221175f40c70?depth=0
2022-11-03T00:16:59.238Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-03T00:16:59.290Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e5e98b8-15d3-49e8-95b8-f763ef5a8752/model-vers/model-ver/33d38fb4-8fd9-4a26-a374-221175f40c70?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-03T00:16:59.293Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e5e98b8-15d3-49e8-95b8-f763ef5a8752/model-vers/model-ver/33d38fb4-8fd9-4a26-a374-221175f40c70?depth=0|INFO|500||Invoke
2022-11-03T00:16:59.300Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e5e98b8-15d3-49e8-95b8-f763ef5a8752/model-vers/model-ver/33d38fb4-8fd9-4a26-a374-221175f40c70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-03T00:16:59.478Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e5e98b8-15d3-49e8-95b8-f763ef5a8752/model-vers/model-ver/33d38fb4-8fd9-4a26-a374-221175f40c70?depth=0|INFO|500||InvokeReturn
2022-11-03T00:16:59.478Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e5e98b8-15d3-49e8-95b8-f763ef5a8752/model-vers/model-ver/33d38fb4-8fd9-4a26-a374-221175f40c70?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=[173], X-AAI-TXID=[2-aai-resources-221103-00:16:58:983-82978], vertex-id=[377056], Content-Length=[0], Date=[Thu, 03 Nov 2022 00:16:58 GMT], Content-Type=[application/json]}
2022-11-03T00:16:59.478Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-03T00:16:59.481Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-03T00:16:59.481Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:16:59.487Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-03T00:16:59.487Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81075b5a-c9d2-48cf-b98a-845c70aca4d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-03T00:16:59.488Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-03T00:16:59.489Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:16:59.492Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:16:59.492Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434619488,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T00:16:59.592Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:16:59.593Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:16:59.593Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:16:59.611Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:16:59.612Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:17:00.509Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:17:00.510Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:17:00.510Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:17:10.827Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:17:10.828Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:17:10.829Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:17:10.829Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:17:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:17:11.477Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:17:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:17:12.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:17:12.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-03T00:17:12.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81075b5a-c9d2-48cf-b98a-845c70aca4d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667434619488,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T00:17:12.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:17:20.394Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:17:20.394Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:17:20.395Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:17:20.395Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:17:29.935Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:18:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:18:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:18:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:18:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:18:11.477Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:18:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:18:21.022Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:18:21.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:19:11.467Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:19:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:19:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:19:11.477Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:19:11.477Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:19:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:19:21.021Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:19:21.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:20:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:20:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:20:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:20:11.477Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:20:11.478Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:20:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:20:21.015Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:20:21.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:21:11.467Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:21:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:21:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:21:11.477Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:21:11.477Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:21:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:21:21.012Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:21:21.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:22:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:22:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:22:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:22:11.477Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:22:11.478Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:22:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:22:21.027Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:22:21.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:23:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:23:11.472Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:23:11.473Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:23:11.477Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:23:11.478Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:23:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:23:21.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:23:21.045Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:11.468Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:24:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:24:11.469Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:24:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:24:11.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:24:11.477Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:24:12.103Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:12.104Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.104Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c930346-2344-4f46-aad8-a14f2c3a1dce","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fe716505-1e56-4246-9254-d1ebc77ed880","serviceDescription":"service","serviceInvariantUUID":"68f4a206-1aee-4abb-85be-fa608ed38341","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"55ace2b8-aa60-4b0c-940b-49c12483c755","resourceInvariantUUID":"6c88a2a6-0f55-4a71-be8c-d195c094f12b","resourceCustomizationUUID":"fa33113c-9c1b-435f-950a-979def2ca04e","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":"YTk2NTAzZmI5NzY0NjBlZmY1NTAwZGQ2ZjU4OTczMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04846afb-293e-420f-9d6c-0bd74632e8f4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjZmNTk3MWExZjhiNDY3NmI1ZWNjMDBkNGQwODkzNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d055182-2997-4296-8d4b-e4fc34982e32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T00:24:12.115Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:24:12.117Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:24:12.135Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:24:12.135Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:12.135Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435051468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:24:12.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "cds",
"timestamp": 1667435034606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:24:12.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "aai-ml",
"timestamp": 1667435034809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:24:12.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435037494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:24:12.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "policy-id",
"timestamp": 1667435042091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:24:12.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "aai-ml",
"timestamp": 1667435034809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:24:12.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "cds",
"timestamp": 1667435034606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:24:12.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435037494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:24:12.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "policy-id",
"timestamp": 1667435042091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:24:12.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "cds",
"timestamp": 1667435045611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "aai-ml",
"timestamp": 1667435045868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "policy-id",
"timestamp": 1667435044928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:24:12.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:24:12.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "cds",
"timestamp": 1667435046619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:24:12.177Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c930346-2344-4f46-aad8-a14f2c3a1dce
2022-11-03T00:24:12.177Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c930346-2344-4f46-aad8-a14f2c3a1dce and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:24:12.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "policy-id",
"timestamp": 1667435045934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:24:12.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:24:12.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "policy-id",
"timestamp": 1667435046938,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:24:12.202Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c930346-2344-4f46-aad8-a14f2c3a1dce
2022-11-03T00:24:12.203Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c930346-2344-4f46-aad8-a14f2c3a1dce and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:24:12.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "aai-ml",
"timestamp": 1667435050203,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:24:12.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:24:12.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435048243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:24:12.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "aai-ml",
"timestamp": 1667435051209,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:24:12.223Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-03T00:24:12.224Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:24:12.224Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:24:12.225Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c930346-2344-4f46-aad8-a14f2c3a1dce
2022-11-03T00:24:12.225Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c930346-2344-4f46-aad8-a14f2c3a1dce and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:24:12.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:24:12.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435048243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:24:12.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:24:12.257Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:12.258Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:24:13.136Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:24:13.137Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:24:13.140Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:24:13.140Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435051468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:24:13.240Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:24:13.241Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:24:13.241Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:24:13.262Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:13.263Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:24:14.141Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "fe716505-1e56-4246-9254-d1ebc77ed880",
"serviceDescription": "service",
"serviceInvariantUUID": "68f4a206-1aee-4abb-85be-fa608ed38341",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fa33113c-9c1b-435f-950a-979def2ca04e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "55ace2b8-aa60-4b0c-940b-49c12483c755",
"resourceInvariantUUID": "6c88a2a6-0f55-4a71-be8c-d195c094f12b",
"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": "NjZmNTk3MWExZjhiNDY3NmI1ZWNjMDBkNGQwODkzNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6d055182-2997-4296-8d4b-e4fc34982e32"
}
],
"workloadContext": "Production"
}
2022-11-03T00:24:14.143Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T00:24:14.144Z|81075b5a-c9d2-48cf-b98a-845c70aca4d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fe716505-1e56-4246-9254-d1ebc77ed880 ASDC
2022-11-03T00:24:14.145Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1c930346-2344-4f46-aad8-a14f2c3a1dce
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fe716505-1e56-4246-9254-d1ebc77ed880
ServiceInvariantUUID:68f4a206-1aee-4abb-85be-fa608ed38341
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:6d055182-2997-4296-8d4b-e4fc34982e32
ArtifactChecksum:NjZmNTk3MWExZjhiNDY3NmI1ZWNjMDBkNGQwODkzNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fa33113c-9c1b-435f-950a-979def2ca04e
ResourceInvariantUUID:6c88a2a6-0f55-4a71-be8c-d195c094f12b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:55ace2b8-aa60-4b0c-940b-49c12483c755
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-03T00:24:14.149Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe716505-1e56-4246-9254-d1ebc77ed880 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:24:14.240Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:24:14.241Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:24:14.241Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:24:14.241Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6d055182-2997-4296-8d4b-e4fc34982e32 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T00:24:14.241Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-03T00:24:14.242Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T00:24:14.339Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-03T00:24:14.340Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6d055182-2997-4296-8d4b-e4fc34982e32 57658
2022-11-03T00:24:14.340Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-03T00:24:14.340Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T00:24:14.341Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:24:14.341Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:24:14.343Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:24:14.343Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435054340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:24:14.444Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-03T00:24:14.444Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:24:14.445Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:24:14.458Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:14.459Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:24:15.344Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:24:15.345Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-03T00:24:15.352Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6d055182-2997-4296-8d4b-e4fc34982e32, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:15.353Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-03T00:24:15.357Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:15.357Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:15.583Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4622173970598246904/Definitions/service-BasicNetwork-template.yml
2022-11-03T00:24:16.223Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T00:24:16.224Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-03T00:24:16.224Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.225Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-03T00:24:16.225Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.225Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.225Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.225Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.226Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.226Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.226Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.226Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.226Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-03T00:24:16.227Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.227Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.228Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-03T00:24:16.228Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-03T00:24:16.228Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:24:16.229Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.229Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.229Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-03T00:24:16.229Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-03T00:24:16.230Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:24:16.230Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.230Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.230Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.231Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.231Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.231Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.232Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.232Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.232Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.233Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.233Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:fe716505-1e56-4246-9254-d1ebc77ed880
Model Version:NULL
Model InvariantUuid:68f4a206-1aee-4abb-85be-fa608ed38341
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6c88a2a6-0f55-4a71-be8c-d195c094f12b
Model UUID:e39a3bcd-5406-47ba-bf80-60176ece318d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fa33113c-9c1b-435f-950a-979def2ca04e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T00:24:16.245Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 55ace2b8-aa60-4b0c-940b-49c12483c755
2022-11-03T00:24:16.245Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||No resources found for Service: fe716505-1e56-4246-9254-d1ebc77ed880
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:24:16.252Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||
2022-11-03T00:24:16.252Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-03T00:24:16.253Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||No resources found for Service: fe716505-1e56-4246-9254-d1ebc77ed880
2022-11-03T00:24:16.253Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fe716505-1e56-4246-9254-d1ebc77ed880
2022-11-03T00:24:16.254Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-03T00:24:16.254Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:24:16.259Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ad26ba, org.onap.sdc.toscaparser.api.parameters.Input@318297c2, org.onap.sdc.toscaparser.api.parameters.Input@356892fa, org.onap.sdc.toscaparser.api.parameters.Input@35c4bf07, org.onap.sdc.toscaparser.api.parameters.Input@5cb5c7f3]
2022-11-03T00:24:16.261Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.262Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.262Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.262Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.262Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fe716505-1e56-4246-9254-d1ebc77ed880: Generic NeutronNet
2022-11-03T00:24:16.262Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.262Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.263Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.263Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-03T00:24:16.297Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.297Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.297Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.297Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.298Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:24:16.298Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:24:16.298Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-03T00:24:16.361Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-03T00:24:16.362Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-03T00:24:16.362Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-03T00:24:16.363Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-03T00:24:16.363Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:24:16.365Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:24:16.365Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435056362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:24:16.465Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:24:16.466Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:24:16.467Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:24:16.495Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:24:16.495Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:24:17.366Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:24:17.381Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:24:17.387Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:24:17.388Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:24:17.388Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:24:17.388Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:24:47.388Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:24:47.403Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:24:47.407Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:24:47.407Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:24:47.407Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:24:47.408Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:25:11.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:25:11.478Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:25:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:25:11.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:25:11.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-03T00:25:11.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435051468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:25:11.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-03T00:25:17.408Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:25:17.430Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:25:17.433Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:25:17.433Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:25:17.433Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:25:17.433Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:25:47.434Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:25:47.451Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:25:47.455Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:25:47.455Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:25:47.455Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-03T00:25:47.455Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-03T00:26:11.477Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:26:11.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:26:11.478Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:11.523Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:11.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435051071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:26:11.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435051468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:26:11.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435053003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:26:11.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435054340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:26:11.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435054010,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:26:11.540Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c930346-2344-4f46-aad8-a14f2c3a1dce
2022-11-03T00:26:11.541Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c930346-2344-4f46-aad8-a14f2c3a1dce and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:26:11.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435056362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435094809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435094606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435103968,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435104209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "cds",
"timestamp": 1667435104973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:26:11.585Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6df87e8c-2217-43da-99a3-0bfd1e680176
2022-11-03T00:26:11.585Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df87e8c-2217-43da-99a3-0bfd1e680176 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:26:11.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667435097494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435109106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "aai-ml",
"timestamp": 1667435110110,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:26:11.606Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6df87e8c-2217-43da-99a3-0bfd1e680176
2022-11-03T00:26:11.606Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df87e8c-2217-43da-99a3-0bfd1e680176 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-03T00:26:11.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435108243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9efbc5aa-0e95-4b51-9c21-6e36c80829b4",
"consumerID": "cds",
"timestamp": 1667435109606,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "policy-id",
"timestamp": 1667435102091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:26:11.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667435108243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:11.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-03T00:26:11.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9efbc5aa-0e95-4b51-9c21-6e36c80829b4",
"consumerID": "cds",
"timestamp": 1667435109606,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:11.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-03T00:26:17.456Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:26:17.471Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-03T00:26:17.474Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-03T00:26:17.474Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-03T00:26:17.474Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-03T00:26:17.474Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-03T00:26:17.474Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:26:17.474Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:26:17.475Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:26:17.475Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:26:17.475Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-03T00:26:17.475Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-03T00:26:17.481Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-03T00:26:47.481Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-03T00:26:47.489Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c930346-2344-4f46-aad8-a14f2c3a1dce and serviceModelVersionId: fe716505-1e56-4246-9254-d1ebc77ed880
2022-11-03T00:26:47.489Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68f4a206-1aee-4abb-85be-fa608ed38341
2022-11-03T00:26:47.491Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0
2022-11-03T00:26:47.497Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-03T00:26:47.556Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0|INFO|500||Invoke
2022-11-03T00:26:47.557Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c930346-2344-4f46-aad8-a14f2c3a1dce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77621dc2-3d9c-43a0-ab72-73feb8d050f4], X-ECOMP-RequestID=[1c930346-2344-4f46-aad8-a14f2c3a1dce], X-TransactionId=[], X-ONAP-RequestID=[1c930346-2344-4f46-aad8-a14f2c3a1dce], Content-Type=[application/merge-patch+json]}
2022-11-03T00:26:47.563Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-03T00:26:47.713Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?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/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?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=[137], X-AAI-TXID=[0-aai-resources-221103-00:26:47:233-65238], vertex-id=[221320], Content-Length=[0], Date=[Thu, 03 Nov 2022 00:26:47 GMT], Content-Type=[application/json]}
2022-11-03T00:26:47.713Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-03T00:26:47.714Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/68f4a206-1aee-4abb-85be-fa608ed38341/model-vers/model-ver/fe716505-1e56-4246-9254-d1ebc77ed880?depth=0|INFO|500||InvokeReturn
2022-11-03T00:26:47.715Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-03T00:26:47.715Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:26:47.721Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-03T00:26:47.721Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c930346-2344-4f46-aad8-a14f2c3a1dce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-03T00:26:47.721Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-03T00:26:47.722Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:47.724Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:47.724Z|1c930346-2344-4f46-aad8-a14f2c3a1dce|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c930346-2344-4f46-aad8-a14f2c3a1dce",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435207721,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-03T00:26:47.824Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:47.825Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:47.825Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:47.843Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:47.843Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:26:48.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-03T00:26:48.743Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-03T00:26:48.743Z||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 Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:53.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:53.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-03T00:26:53.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6df87e8c-2217-43da-99a3-0bfd1e680176","serviceName":"Demo_pNF_HFA3Is3a2PBBDY1UE8wU","serviceVersion":"1.0","serviceUUID":"786bd681-a880-4859-8912-461608367c90","serviceDescription":"catalog service description","serviceInvariantUUID":"b047557b-c70a-48b9-9839-c06dcb0c6e7a","resources":[{"resourceInstanceName":"pNF 1e26a190-428a 0","resourceName":"pNF 1e26a190-428a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d9d3bb18-08ed-4532-865c-3e1aca7ccc19","resourceInvariantUUID":"80ad1198-32d4-4cef-a019-84417a93821a","resourceCustomizationUUID":"43b7e566-3551-4e0b-8857-4731974211c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml","artifactChecksum":"YzZhNmYzNTFmMmRhZWNkMWRiZTQ1MWY2MjgxNjBhNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91a3ad79-39e4-4f7b-82c8-bb04574a87c9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar","artifactChecksum":"ZDY2ZjA3OWViMDMzZWU3NWE1MGUxZTQ4NGI2ZTc5NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"754421a2-4afd-40d8-8c89-602037ba4642","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1ed5323-0c42-4e39-9764-8d6f31386cb5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFjYzBmZDQ4ZjAyMzAwOTcyYmQ3YjU4MzM4MjJhYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"854cd6d6-9cc9-44f1-b4ed-7dad97bba8a7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbbe94bf-94e4-4adc-995a-05e371264526","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a526a27-bf2a-44ba-92dc-4c40c650eda3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml","artifactChecksum":"N2NhYjk1ZjBiYWIyYjkyZjFlNDcxYzhlYjRlNWE1YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52ad624a-4dd6-421c-b7aa-02d54b2bad8d","artifactVersion":"1"},{"artifactName":"service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar","artifactChecksum":"NTRmNDUyOGEyNzk2NTExMDE1N2FmOGZhMzI5NGY3MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e655c31-f51c-4a7f-aa06-d63e5b6bc2f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-03T00:26:53.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:53.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:53.212Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:53.212Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:53.312Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:53.314Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:53.314Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:53.330Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:53.331Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:26:54.213Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:54.214Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:54.216Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:54.216Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:54.316Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:54.317Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:54.318Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:54.334Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:54.335Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:26:55.217Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:55.218Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:55.220Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:55.221Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:55.321Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:55.322Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:55.322Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:55.339Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:55.340Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:26:56.221Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:56.222Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:56.224Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:56.224Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:56.324Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:56.325Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:56.325Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:56.341Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:56.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:26:57.225Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:57.226Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:57.228Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:57.229Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:57.329Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:57.330Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:57.330Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:57.344Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:57.345Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:26:58.229Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:58.230Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:58.232Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:58.232Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/resourceInstances/pnf1e26a190428a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:58.333Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-03T00:26:58.334Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:58.334Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:58.346Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:58.347Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:26:59.235Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:26:59.236Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:26:59.238Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:26:59.238Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-03T00:26:59.339Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:26:59.340Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:26:59.340Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:26:59.354Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:26:59.355Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:27:00.239Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-03T00:27:00.240Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:27:00.242Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:27:00.242Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435208742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "NOTIFIED"
}
2022-11-03T00:27:00.342Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:27:00.343Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:27:00.344Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:27:00.411Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:27:00.411Z||pool-47-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-11-03T00:27:01.243Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"serviceName": "Demo_pNF_HFA3Is3a2PBBDY1UE8wU",
"serviceVersion": "1.0",
"serviceUUID": "786bd681-a880-4859-8912-461608367c90",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b047557b-c70a-48b9-9839-c06dcb0c6e7a",
"resources": [
{
"resourceInstanceName": "pNF 1e26a190-428a 0",
"resourceCustomizationUUID": "43b7e566-3551-4e0b-8857-4731974211c5",
"resourceName": "pNF 1e26a190-428a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d9d3bb18-08ed-4532-865c-3e1aca7ccc19",
"resourceInvariantUUID": "80ad1198-32d4-4cef-a019-84417a93821a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"artifactChecksum": "NTRmNDUyOGEyNzk2NTExMDE1N2FmOGZhMzI5NGY3MDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e655c31-f51c-4a7f-aa06-d63e5b6bc2f5"
}
],
"workloadContext": "Production"
}
2022-11-03T00:27:01.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-03T00:27:01.244Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 786bd681-a880-4859-8912-461608367c90 ASDC
2022-11-03T00:27:01.245Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6df87e8c-2217-43da-99a3-0bfd1e680176
ServiceName:Demo_pNF_HFA3Is3a2PBBDY1UE8wU
ServiceVersion:1.0
ServiceUUID:786bd681-a880-4859-8912-461608367c90
ServiceInvariantUUID:b047557b-c70a-48b9-9839-c06dcb0c6e7a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
ArtifactUUID:0e655c31-f51c-4a7f-aa06-d63e5b6bc2f5
ArtifactChecksum:NTRmNDUyOGEyNzk2NTExMDE1N2FmOGZhMzI5NGY3MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1e26a190-428a 0
ResourceCustomizationUUID:43b7e566-3551-4e0b-8857-4731974211c5
ResourceInvariantUUID:80ad1198-32d4-4cef-a019-84417a93821a
ResourceName:pNF 1e26a190-428a
ResourceType:PNF
ResourceUUID:d9d3bb18-08ed-4532-865c-3e1aca7ccc19
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-03T00:27:01.245Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 786bd681-a880-4859-8912-461608367c90 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-03T00:27:01.289Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:27:01.289Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-03T00:27:01.289Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-03T00:27:01.290Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0e655c31-f51c-4a7f-aa06-d63e5b6bc2f5 from URL: /sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:01.290Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-03T00:27:01.290Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:01.355Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-03T00:27:01.358Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar 0e655c31-f51c-4a7f-aa06-d63e5b6bc2f5 87777
2022-11-03T00:27:01.359Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar ASDC sendASDCNotification
2022-11-03T00:27:01.359Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:01.359Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-03T00:27:01.359Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-03T00:27:01.362Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-03T00:27:01.362Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6df87e8c-2217-43da-99a3-0bfd1e680176",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667435221359,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-03T00:27:01.462Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-03T00:27:01.463Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-03T00:27:01.463Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Fr6DtlUKJnl8LHOt) ...
2022-11-03T00:27:01.476Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-03T00:27:01.477Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-03T00:27:02.362Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-03T00:27:02.364Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-03T00:27:02.364Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0e655c31-f51c-4a7f-aa06-d63e5b6bc2f5, URL: /sdc/v1/catalog/services/DemoPnfHfa3is3a2pbbdy1ue8wu/1.0/artifacts/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar to file: /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:02.365Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:02.366Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:02.366Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:02.481Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14649422087884661328/Definitions/service-DemoPnfHfa3is3a2pbbdy1ue8wu-template.yml
2022-11-03T00:27:03.277Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-03T00:27:03.278Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-03T00:27:03.278Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.278Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-03T00:27:03.278Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.278Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.278Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.279Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1e26a190-428a 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.279Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||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-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.279Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||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-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.279Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||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-DemoPnfHfa3is3a2pbbdy1ue8wu-csar.csar
2022-11-03T00:27:03.279Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-03T00:27:03.279Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.280Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.280Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Node template pNF 1e26a190-428a 0 is matching search criteria
2022-11-03T00:27:03.280Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-03T00:27:03.280Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 1e26a190-428a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:27:03.281Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.281Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.281Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Node template pNF 1e26a190-428a 0 is matching search criteria
2022-11-03T00:27:03.281Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-03T00:27:03.282Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 1e26a190-428a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-03T00:27:03.282Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.282Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.283Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.283Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.283Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.283Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.283Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.283Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.284Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-03T00:27:03.284Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_HFA3Is3a2PBBDY1UE8wU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-03T00:27:03.284Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_HFA3Is3a2PBBDY1UE8wU
Description:catalog service description
Model UUID:786bd681-a880-4859-8912-461608367c90
Model Version:NULL
Model InvariantUuid:b047557b-c70a-48b9-9839-c06dcb0c6e7a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-03T00:27:03.295Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d9d3bb18-08ed-4532-865c-3e1aca7ccc19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:27:03.299Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||pNF 1e26a190-428a 0
2022-11-03T00:27:03.300Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d9d3bb18-08ed-4532-865c-3e1aca7ccc19
2022-11-03T00:27:03.300Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 786bd681-a880-4859-8912-461608367c90
2022-11-03T00:27:03.300Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 786bd681-a880-4859-8912-461608367c90
2022-11-03T00:27:03.300Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1e26a190-428a 0 d9d3bb18-08ed-4532-865c-3e1aca7ccc19 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-03T00:27:03.307Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@402046e4, org.onap.sdc.toscaparser.api.parameters.Input@5eca5c0a, org.onap.sdc.toscaparser.api.parameters.Input@4e3d43ed, org.onap.sdc.toscaparser.api.parameters.Input@5675b597, org.onap.sdc.toscaparser.api.parameters.Input@14a0dedb]
2022-11-03T00:27:03.307Z|6df87e8c-2217-43da-99a3-0bfd1e680176|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive