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-18T10:13:43.258Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T10:14:00.996Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T10:14:00.997Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T10:14:01.185Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T10:14:06.582Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T10:14:07.320Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T10:14:07.855Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T10:14:07.891Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T10:14:08.039Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T10:14:08.243Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T10:14:08.831Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T10:14:10.819Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T10:14:13.215Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T10:14:13.275Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T10:14:14.623Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T10:14:15.563Z||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-18T10:14:18.179Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T10:14:21.024Z||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-18T10:14:21.715Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-18T10:14:21.716Z||main|||||ERROR|500||(conn=1124) Table 'catalogdb.activity_spec' doesn't exist
2022-11-18T10:14:21.730Z||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-18T10:14:27.050Z||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-18T10:14:30.119Z||main|||||WARN|500||---
2022-11-18T10:14:30.120Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T10:14:30.120Z||main|||||WARN|500||---
2022-11-18T10:14:30.624Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T10:14:35.758Z||main|||||INFO|500||Started Application in 55.685 seconds (JVM running for 60.162)
2022-11-18T10:14:35.774Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T10:14:35.776Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T10:14:35.791Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T10:14:35.817Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T10:14:35.862Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1f7c5e2-b332-48df-b30c-c001636bc2a5 url= /sdc/v1/artifactTypes
2022-11-18T10:14:35.863Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-18T10:14:35.973Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-18T10:14:35.976Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40c75a9f
2022-11-18T10:14:35.977Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-18T10:14:35.995Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-18T10:14:35.997Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-18T10:14:36.002Z||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$$d908cb98.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-18T10:15:25.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T10:15:25.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T10:15:25.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T10:15:25.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T10:15:25.764Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd9a1bed-489f-40fb-b201-c6984aaf8cbc url= /sdc/v1/artifactTypes
2022-11-18T10:15:25.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-18T10:15:26.036Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T10:15:26.046Z||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-18T10:15:26.074Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T10:15:26.081Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T10:15:26.251Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:15:26.286Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4647cf87-4a37-45bc-be72-dc97eca52f60 url= /sdc/v1/registerForDistribution
2022-11-18T10:15:26.479Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4647cf87-4a37-45bc-be72-dc97eca52f60 url= /sdc/v1/registerForDistribution
2022-11-18T10:15:26.479Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T10:15:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:15:26.505Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:15:26.519Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T10:15:26.526Z||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-18T10:15:26.526Z||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-18T10:15:26.526Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:15:26.527Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:15:36.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:15:37.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:16:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:16:26.494Z||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-18T10:16:26.496Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:16:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:16:26.506Z||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-18T10:16:26.507Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:16:36.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:16:36.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:17:26.493Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:17:26.496Z||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-18T10:17:26.496Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:17:26.504Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:17:26.505Z||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-18T10:17:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:17:36.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:17:36.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:18:26.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:18:26.494Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:18:26.494Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:18:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:18:26.505Z||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-18T10:18:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:18:36.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:18:36.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:19:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:19:26.492Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:19:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:19:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:19:26.505Z||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-18T10:19:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:19:36.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:19:36.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:20:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:20:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:20:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:20:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:20:26.506Z||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-18T10:20:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:20:36.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:20:36.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:21:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:21:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:21:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:21:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:21:26.505Z||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-18T10:21:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:21:36.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:21:36.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:22:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:22:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:22:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:22:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:22:26.505Z||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-18T10:22:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:22:36.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:22:36.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:23:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:23:26.495Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:23:26.495Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:23:26.504Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:23:26.506Z||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-18T10:23:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:23:36.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:23:36.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:24:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:24:26.495Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:24:26.496Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:24:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:24:26.505Z||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-18T10:24:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:24:30.648Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T10:24:36.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:24:36.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:25:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:25:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:25:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:25:26.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:25:26.505Z||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-18T10:25:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:25:36.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:25:36.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:26:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:26:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:26:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:26:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:26:26.504Z||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-18T10:26:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:26:36.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:26:36.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:27:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:27:26.492Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:27:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:27:26.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:27:26.506Z||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-18T10:27:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:27:36.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:27:36.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:28:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:28:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:28:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:28:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:28:26.505Z||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-18T10:28:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:28:36.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:28:36.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:29:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:29:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:29:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:29:26.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:29:26.505Z||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-18T10:29:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:29:36.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:29:36.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:30:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:30:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:30:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:30:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:30:26.505Z||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-18T10:30:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:30:36.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:30:36.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:31:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:31:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:31:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:31:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:31:26.505Z||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-18T10:31:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:31:36.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:31:36.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:32:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:32:26.495Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:32:26.495Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:32:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:32:26.504Z||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-18T10:32:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:32:36.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:32:36.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:33:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:33:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:33:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:33:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:33:26.504Z||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-18T10:33:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:33:36.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:33:36.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:34:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:34:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:34:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:34:26.504Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:34:26.504Z||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-18T10:34:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:34:36.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:34:36.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:35:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:35:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:35:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:35:26.504Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:35:26.505Z||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-18T10:35:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:35:36.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:35:36.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:36:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:36:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:36:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:36:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:36:26.505Z||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-18T10:36:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:36:36.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:36:36.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:37:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:37:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:37:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:37:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:37:26.505Z||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-18T10:37:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:37:36.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:37:36.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:38:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:38:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:38:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:38:26.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:38:26.505Z||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-18T10:38:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:38:36.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:38:36.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:39:26.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:39:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:39:26.493Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:39:26.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:39:26.504Z||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-18T10:39:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:39:36.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:39:36.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:40:26.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:40:26.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:40:26.494Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:40:26.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:40:26.504Z||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-18T10:40:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:40:36.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:40:36.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:41:26.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:41:26.495Z||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-18T10:41:26.495Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:41:26.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:41:26.505Z||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-18T10:41:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:41:36.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:41:36.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:42:26.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:42:26.493Z||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-18T10:42:26.493Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:42:26.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:42:26.505Z||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-18T10:42:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:42:36.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:42:36.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:43:26.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:43:26.492Z||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-18T10:43:26.493Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:43:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:43:26.504Z||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-18T10:43:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:43:36.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:43:36.054Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:44:26.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:44:26.493Z||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-18T10:44:26.493Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:44:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:44:26.505Z||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-18T10:44:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:44:36.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:44:36.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:45:26.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:45:26.493Z||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-18T10:45:26.494Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:45:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:45:26.505Z||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-18T10:45:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:45:36.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:45:36.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:46:26.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:46:26.492Z||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-18T10:46:26.493Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:46:26.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:46:26.504Z||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-18T10:46:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:46:36.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:46:36.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:47:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:47:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:47:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:47:26.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:47:26.504Z||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-18T10:47:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:47:36.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:47:36.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:48:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:48:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:48:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:48:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:48:26.505Z||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-18T10:48:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:48:36.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:48:36.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:49:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:49:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:49:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:49:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:49:26.505Z||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-18T10:49:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:49:36.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:49:36.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:50:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:50:26.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:50:26.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:50:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:50:26.505Z||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-18T10:50:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:50:36.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:50:36.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:51:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:51:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:51:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:51:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:51:26.504Z||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-18T10:51:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:51:36.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:51:36.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:52:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:52:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:52:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:52:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:52:26.504Z||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-18T10:52:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:52:36.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:52:36.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:53:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:53:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:53:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:53:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:53:26.504Z||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-18T10:53:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:53:36.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:53:36.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:54:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:54:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:54:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:54:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:54:26.504Z||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-18T10:54:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:54:36.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:54:36.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:55:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:55:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:55:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:55:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:55:26.505Z||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-18T10:55:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:55:36.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:55:36.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:56:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:56:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:56:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:56:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:56:26.504Z||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-18T10:56:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:56:36.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:56:36.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:57:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:57:26.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:57:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:57:26.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:57:26.505Z||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-18T10:57:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:57:36.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:57:36.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:58:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:58:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:58:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:58:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:58:26.504Z||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-18T10:58:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:58:36.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:58:36.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:59:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:59:26.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T10:59:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T10:59:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T10:59:26.505Z||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-18T10:59:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T10:59:36.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T10:59:36.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:00:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:00:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:00:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:00:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:00:26.505Z||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-18T11:00:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:00:36.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:00:36.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:01:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:01:26.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:01:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:01:26.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:01:26.505Z||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-18T11:01:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:01:36.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:01:36.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:02:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:02:26.492Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:02:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:02:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:02:26.505Z||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-18T11:02:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:02:36.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:02:36.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:03:26.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:03:26.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:03:26.494Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:03:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:03:26.505Z||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-18T11:03:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:03:36.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:03:36.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:04:26.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:04:26.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:04:26.493Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:04:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:04:26.504Z||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-18T11:04:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:04:36.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:04:36.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:05:26.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:05:26.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:05:26.493Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:05:26.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:05:26.504Z||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-18T11:05:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:05:36.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:05:36.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:06:26.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:06:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:06:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:06:26.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:06:26.504Z||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-18T11:06:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:06:36.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:06:36.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:07:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:07:26.495Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:07:26.495Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:07:26.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:07:26.504Z||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-18T11:07:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:07:36.054Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:07:36.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:08:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:08:26.495Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:08:26.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:08:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:08:26.505Z||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-18T11:08:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:08:36.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:08:36.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:09:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:09:26.494Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:09:26.494Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:09:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:09:26.505Z||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-18T11:09:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:09:36.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:09:36.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:10:26.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:10:26.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:10:26.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:10:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:10:26.505Z||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-18T11:10:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:10:36.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:10:36.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:11:26.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:11:26.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:11:26.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:11:26.504Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:11:26.505Z||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-18T11:11:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:11:36.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:11:36.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:12:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:12:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:12:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:12:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:12:26.505Z||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-18T11:12:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:12:36.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:12:36.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:13:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:13:26.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:13:26.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:13:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:13:26.504Z||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-18T11:13:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:13:36.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:13:36.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:26.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:14:26.493Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:14:26.493Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:14:26.505Z||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-18T11:14:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:26.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:26.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:14:26.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T11:14:26.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:14:26.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:26.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770052552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:14:26.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:26.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:14:26.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770054518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:14:26.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:14:27.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:27.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T11:14:27.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e5a7c53-4871-4f76-b772-e54ee1cf4035","serviceName":"basic_onboard_AMpjlA","serviceVersion":"1.0","serviceUUID":"2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0","serviceDescription":"service","serviceInvariantUUID":"02daba2f-d75c-4a15-92b1-0bafb9083ac5","resources":[{"resourceInstanceName":"basic_onboard_AMpjlA 0","resourceName":"basic_onboard_AMpjlA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"006b08e3-0465-4917-b2b7-eedd49491e06","resourceInvariantUUID":"96c73acb-0350-474a-9260-cbf41507a006","resourceCustomizationUUID":"350116ec-b06f-4369-b492-816e3fdca7ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg1NWVmMGIwMTNiZDI1ZDA3N2NiMWVlZDhkMTMyNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a092c131-ceac-4477-b602-3e6265fb724c","artifactVersion":"1"},{"artifactName":"basic_onboard_ampjla0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json","artifactChecksum":"MWJhZjFmNTc0MjAwMmJjNzA3MGE2NDhiOWI0ZGU5MTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"141a902e-c691-4621-8f00-ab2aa76c0d5c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ee9e78b-8017-4de6-b624-c0f5101e9558","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78c0fe13-da98-41af-9018-f015434546cc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ed6f691-03e4-4202-bd03-9ad3d322eb99","artifactVersion":"2","generatedFromUUID":"8ee9e78b-8017-4de6-b624-c0f5101e9558"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAmpjla-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml","artifactChecksum":"N2VmM2ZlZjI4MWU5MzgyYTY3OWRlN2JjMWJjN2Y2MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1709aba8-7faf-48d2-9db3-5c1ed4238cb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAmpjla-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar","artifactChecksum":"ZTdkZDBkZTgwZjYwZDQ4MmZmMjU4YjhhMWY0NmJlMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"097ae539-0493-4f89-8bc6-25074c8f6eeb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T11:14:27.139Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:27.146Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:27.160Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:27.160Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:27.261Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-11-18T11:14:27.266Z||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-18T11:14:27.266Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:27.289Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:27.291Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:28.180Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:28.181Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:28.183Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:28.183Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T11:14:28.283Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:14:28.285Z||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-18T11:14:28.285Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:28.299Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:28.299Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:29.184Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:29.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:29.187Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:29.187Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:14:29.287Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:14:29.288Z||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-18T11:14:29.289Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:29.303Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:29.304Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:30.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:30.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:30.192Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:30.193Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:30.292Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:14:30.294Z||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-18T11:14:30.294Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:30.308Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:30.308Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:14:31.193Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:31.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:31.198Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:31.198Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T11:14:31.298Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:14:31.299Z||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-18T11:14:31.299Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:31.317Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:31.317Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:14:32.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:32.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:32.203Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:32.203Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:14:32.303Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:14:32.304Z||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-18T11:14:32.305Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:32.328Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:32.329Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:33.204Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:14:33.205Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:33.208Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:33.208Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:14:33.308Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:14:33.310Z||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-18T11:14:33.310Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:33.324Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:33.325Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:34.212Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"serviceName": "basic_onboard_AMpjlA",
"serviceVersion": "1.0",
"serviceUUID": "2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0",
"serviceDescription": "service",
"serviceInvariantUUID": "02daba2f-d75c-4a15-92b1-0bafb9083ac5",
"resources": [
{
"resourceInstanceName": "basic_onboard_AMpjlA 0",
"resourceCustomizationUUID": "350116ec-b06f-4369-b492-816e3fdca7ce",
"resourceName": "basic_onboard_AMpjlA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "006b08e3-0465-4917-b2b7-eedd49491e06",
"resourceInvariantUUID": "96c73acb-0350-474a-9260-cbf41507a006",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ampjla0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"artifactChecksum": "MWJhZjFmNTc0MjAwMmJjNzA3MGE2NDhiOWI0ZGU5MTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "141a902e-c691-4621-8f00-ab2aa76c0d5c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8ee9e78b-8017-4de6-b624-c0f5101e9558",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ed6f691-03e4-4202-bd03-9ad3d322eb99",
"generatedFromUUID": "8ee9e78b-8017-4de6-b624-c0f5101e9558"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ed6f691-03e4-4202-bd03-9ad3d322eb99",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAmpjla-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"artifactChecksum": "ZTdkZDBkZTgwZjYwZDQ4MmZmMjU4YjhhMWY0NmJlMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "097ae539-0493-4f89-8bc6-25074c8f6eeb"
}
],
"workloadContext": "Production"
}
2022-11-18T11:14:34.214Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T11:14:34.215Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0 ASDC
2022-11-18T11:14:34.342Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0e5a7c53-4871-4f76-b772-e54ee1cf4035
ServiceName:basic_onboard_AMpjlA
ServiceVersion:1.0
ServiceUUID:2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0
ServiceInvariantUUID:02daba2f-d75c-4a15-92b1-0bafb9083ac5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAmpjla-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar
ArtifactUUID:097ae539-0493-4f89-8bc6-25074c8f6eeb
ArtifactChecksum:ZTdkZDBkZTgwZjYwZDQ4MmZmMjU4YjhhMWY0NmJlMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AMpjlA 0
ResourceCustomizationUUID:350116ec-b06f-4369-b492-816e3fdca7ce
ResourceInvariantUUID:96c73acb-0350-474a-9260-cbf41507a006
ResourceName:basic_onboard_AMpjlA
ResourceType:VF
ResourceUUID:006b08e3-0465-4917-b2b7-eedd49491e06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ampjla0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json
ArtifactUUID:141a902e-c691-4621-8f00-ab2aa76c0d5c
ArtifactChecksum:MWJhZjFmNTc0MjAwMmJjNzA3MGE2NDhiOWI0ZGU5MTQ=
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/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8ee9e78b-8017-4de6-b624-c0f5101e9558
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/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env
ArtifactUUID:5ed6f691-03e4-4202-bd03-9ad3d322eb99
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/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env
ArtifactUUID:5ed6f691-03e4-4202-bd03-9ad3d322eb99
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T11:14:34.343Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T11:14:34.573Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:14:34.574Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T11:14:34.575Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T11:14:34.576Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 097ae539-0493-4f89-8bc6-25074c8f6eeb from URL: /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:34.576Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T11:14:34.577Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:34.682Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T11:14:34.691Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar 097ae539-0493-4f89-8bc6-25074c8f6eeb 75303
2022-11-18T11:14:34.692Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar ASDC sendASDCNotification
2022-11-18T11:14:34.693Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:34.694Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:14:34.696Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:34.698Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:34.698Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770074692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:14:34.799Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T11:14:34.801Z||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-18T11:14:34.801Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:34.816Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:34.817Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:35.699Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:14:35.700Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T11:14:35.701Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 097ae539-0493-4f89-8bc6-25074c8f6eeb, URL: /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar to file: /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:35.702Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:35.811Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:35.812Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:36.448Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11653513242767191466/Definitions/service-BasicOnboardAmpjla-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-18T11:14:38.637Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T11:14:38.643Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T11:14:38.643Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.643Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T11:14:38.644Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.644Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.644Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.644Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.644Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.645Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AMpjlA 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-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.645Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||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-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:38.645Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T11:14:38.652Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.654Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.659Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:38.660Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T11:14:38.661Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:14:38.663Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.664Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.664Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:38.664Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T11:14:38.664Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:14:38.665Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.665Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.669Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.669Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is not matching search criteria
2022-11-18T11:14:38.670Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-18T11:14:38.670Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-18T11:14:38.670Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-18T11:14:38.671Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T11:14:38.671Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T11:14:38.671Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.672Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T11:14:38.673Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.674Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:38.674Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:14:38.675Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.675Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:38.675Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:14:38.676Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.676Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:38.676Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:14:38.677Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.677Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is not matching search criteria
2022-11-18T11:14:38.677Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T11:14:38.678Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T11:14:38.678Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e74dfd7d-ca59-4b36-8007-fb09d6067894
2022-11-18T11:14:38.679Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.679Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.679Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.679Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.680Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.680Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.681Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:38.681Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:38.681Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AMpjlA
Description:service
Model UUID:2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0
Model Version:NULL
Model InvariantUuid:02daba2f-d75c-4a15-92b1-0bafb9083ac5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AMpjlA
Model UUID:06088f64-7303-46f4-940f-664d58c74218
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:96c73acb-0350-474a-9260-cbf41507a006
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:350116ec-b06f-4369-b492-816e3fdca7ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:237af5df-9a0b-4fc1-b9d0-3010e4a7d7c0
ModelName:BasicOnboardAmpjla..base_ubuntu18..module-0
ModelUuid:75260e6d-cf1d-4cae-8fc4-6d29ba42a84a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e74dfd7d-ca59-4b36-8007-fb09d6067894
ModelInvariantUuid:ae07cd20-df39-41f6-89e1-89bbe553948e
ModelName:basic_onboard_AMpjlA-nodes.ubuntu18Cvfc
ModelUuid:c2443a0c-865c-4217-be4f-a7583b2665db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:091dceb0-9a3b-4d46-b4b8-ba81fe83654b
ModelInvariantUuid:cac38429-77f6-459b-8342-826c5a86be68
ModelName:BasicOnboardAmpjla.compute.nodes.heat.ubuntu18
ModelUuid:18a5eeb3-83e1-4a4b-aba1-179eb3c92566
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-18T11:14:38.715Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 006b08e3-0465-4917-b2b7-eedd49491e06
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-18T11:14:38.819Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||basic_onboard_AMpjlA 0
2022-11-18T11:14:38.826Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 006b08e3-0465-4917-b2b7-eedd49491e06
2022-11-18T11:14:38.826Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 141a902e-c691-4621-8f00-ab2aa76c0d5c from URL: /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json
2022-11-18T11:14:38.826Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T11:14:38.826Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json
2022-11-18T11:14:38.955Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T11:14:38.956Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json 141a902e-c691-4621-8f00-ab2aa76c0d5c 798
2022-11-18T11:14:38.956Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json ASDC sendASDCNotification
2022-11-18T11:14:38.956Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json
2022-11-18T11:14:38.956Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:14:38.961Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:38.968Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:38.969Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770078956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:14:39.065Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-18T11:14:39.067Z||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-18T11:14:39.067Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:39.085Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:39.087Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:39.971Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAmpjla..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "237af5df-9a0b-4fc1-b9d0-3010e4a7d7c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "75260e6d-cf1d-4cae-8fc4-6d29ba42a84a",
"vfModuleModelCustomizationUUID": "4ed772ec-7596-4575-b658-988cfba2bb59",
"isBase": true,
"artifacts": [
"8ee9e78b-8017-4de6-b624-c0f5101e9558",
"5ed6f691-03e4-4202-bd03-9ad3d322eb99"
],
"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-18T11:14:39.988Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAmpjla..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75260e6d-cf1d-4cae-8fc4-6d29ba42a84a
VfModuleModelInvariantUUID:237af5df-9a0b-4fc1-b9d0-3010e4a7d7c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ee9e78b-8017-4de6-b624-c0f5101e9558
,
5ed6f691-03e4-4202-bd03-9ad3d322eb99
}
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-18T11:14:39.990Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAmpjla..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "237af5df-9a0b-4fc1-b9d0-3010e4a7d7c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "75260e6d-cf1d-4cae-8fc4-6d29ba42a84a",
"vfModuleModelCustomizationUUID": "4ed772ec-7596-4575-b658-988cfba2bb59",
"isBase": true,
"artifacts": [
"8ee9e78b-8017-4de6-b624-c0f5101e9558",
"5ed6f691-03e4-4202-bd03-9ad3d322eb99"
],
"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-18T11:14:39.991Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAmpjla..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75260e6d-cf1d-4cae-8fc4-6d29ba42a84a
VfModuleModelInvariantUUID:237af5df-9a0b-4fc1-b9d0-3010e4a7d7c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ee9e78b-8017-4de6-b624-c0f5101e9558
,
5ed6f691-03e4-4202-bd03-9ad3d322eb99
}
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-18T11:14:39.991Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ee9e78b-8017-4de6-b624-c0f5101e9558 from URL: /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml
2022-11-18T11:14:39.991Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T11:14:39.991Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml
2022-11-18T11:14:40.107Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T11:14:40.108Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml 8ee9e78b-8017-4de6-b624-c0f5101e9558 5033
2022-11-18T11:14:40.108Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T11:14:40.109Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml
2022-11-18T11:14:40.109Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:14:40.109Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:40.112Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:40.112Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770080108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:14:40.212Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:14:40.213Z||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-18T11:14:40.214Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:40.236Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:40.237Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:41.113Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ed6f691-03e4-4202-bd03-9ad3d322eb99 from URL: /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env
2022-11-18T11:14:41.113Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T11:14:41.114Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env
2022-11-18T11:14:41.210Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T11:14:41.211Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env 5ed6f691-03e4-4202-bd03-9ad3d322eb99 909
2022-11-18T11:14:41.211Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T11:14:41.211Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env
2022-11-18T11:14:41.212Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:14:41.212Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:41.214Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:41.214Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770081211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:14:41.314Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:14:41.316Z||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-18T11:14:41.316Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:41.333Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:41.333Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:14:42.215Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0
2022-11-18T11:14:42.216Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AMpjlA 0 006b08e3-0465-4917-b2b7-eedd49491e06 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T11:14:42.254Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b0da4c5, org.onap.sdc.toscaparser.api.parameters.Input@1b39446e, org.onap.sdc.toscaparser.api.parameters.Input@42a5ac70, org.onap.sdc.toscaparser.api.parameters.Input@5e903a2a, org.onap.sdc.toscaparser.api.parameters.Input@482d96b1]
2022-11-18T11:14:42.258Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.258Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.258Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-11-18T11:14:42.259Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 350116ec-b06f-4369-b492-816e3fdca7ce
2022-11-18T11:14:42.260Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 350116ec-b06f-4369-b492-816e3fdca7ce matches Tosca VF Customization UUID: 350116ec-b06f-4369-b492-816e3fdca7ce
2022-11-18T11:14:42.260Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 350116ec-b06f-4369-b492-816e3fdca7ce 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-18T11:14:42.269Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.269Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.271Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 350116ec-b06f-4369-b492-816e3fdca7ce: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T11:14:42.271Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61338f6a
2022-11-18T11:14:42.271Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.271Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T11:14:42.273Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ed772ec-7596-4575-b658-988cfba2bb59
2022-11-18T11:14:42.274Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ed772ec-7596-4575-b658-988cfba2bb59
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-18T11:14:42.281Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.282Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:42.282Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:14:42.283Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.283Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:42.283Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:14:42.283Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.284Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is not matching search criteria
2022-11-18T11:14:42.284Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T11:14:42.284Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T11:14:42.284Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e74dfd7d-ca59-4b36-8007-fb09d6067894
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-18T11:14:42.294Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.294Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:42.295Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:14:42.295Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.295Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMpjlA 0 is matching search criteria
2022-11-18T11:14:42.295Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMpjlA 0] matching following query criteria: sdcType=VF, customizationUUID=350116ec-b06f-4369-b492-816e3fdca7ce
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-18T11:14:42.297Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.297Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.298Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0: basic_onboard_AMpjlA
2022-11-18T11:14:42.298Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.298Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.298Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.299Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.299Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.299Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.299Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.299Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.299Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:14:42.300Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMpjlA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:14:42.300Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_AMpjlA
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-18T11:14:42.541Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AMpjlA 006b08e3-0465-4917-b2b7-eedd49491e06 1 ASDC deployResourceStructure
2022-11-18T11:14:42.541Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json ASDC sendASDCNotification
2022-11-18T11:14:42.542Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json
2022-11-18T11:14:42.542Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:14:42.542Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:42.545Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:42.545Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770082541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T11:14:42.645Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:14:42.646Z||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-18T11:14:42.646Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:42.674Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:42.675Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:43.547Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T11:14:43.548Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml
2022-11-18T11:14:43.548Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:14:43.548Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:43.550Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:43.550Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770083547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T11:14:43.651Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:14:43.653Z||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-18T11:14:43.653Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:43.666Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:43.667Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:44.551Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T11:14:44.552Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env
2022-11-18T11:14:44.552Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:14:44.553Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:44.555Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:44.556Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770084551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T11:14:44.655Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:14:44.657Z||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-18T11:14:44.657Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:44.671Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:44.672Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:45.558Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar ASDC sendASDCNotification
2022-11-18T11:14:45.558Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar
2022-11-18T11:14:45.559Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:14:45.559Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:14:45.561Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:14:45.562Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770085558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:14:45.662Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:14:45.663Z||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-18T11:14:45.663Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:14:45.678Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:14:45.678Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:14:46.563Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:14:46.592Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:14:46.595Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:14:46.595Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:14:46.595Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:15:16.596Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:15:16.612Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:15:16.615Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:15:16.615Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:15:16.616Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:15:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:15:26.505Z||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-18T11:15:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:15:26.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:15:26.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:15:26.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T11:15:26.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:15:46.617Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:15:46.629Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:15:46.632Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:15:46.632Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:15:46.632Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:16:16.632Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:16:16.655Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:16:16.658Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:16:16.659Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:16:16.659Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:16:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:16:26.505Z||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-18T11:16:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:16:26.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:16:26.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:16:26.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:16:26.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:16:46.659Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:16:46.678Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:16:46.682Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:16:46.682Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:16:46.682Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:17:16.683Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:17:16.705Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:17:16.707Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:17:16.707Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:17:16.708Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:17:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:17:26.507Z||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-18T11:17:26.507Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:17:27.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:17:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "cds",
"timestamp": 1668770066280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770068105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770069125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770059908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "policy-id",
"timestamp": 1668770070130,
"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-18T11:17:27.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e5a7c53-4871-4f76-b772-e54ee1cf4035
2022-11-18T11:17:27.065Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e5a7c53-4871-4f76-b772-e54ee1cf4035 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-18T11:17:27.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770067668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770068745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770069805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770070907,
"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-18T11:17:27.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e5a7c53-4871-4f76-b772-e54ee1cf4035
2022-11-18T11:17:27.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e5a7c53-4871-4f76-b772-e54ee1cf4035 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-18T11:17:27.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770066491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770067268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770071911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770074692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770075105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770078956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770080087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770080108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770072184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:17:27.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-18T11:17:27.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770081093,
"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-18T11:17:27.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e5a7c53-4871-4f76-b772-e54ee1cf4035
2022-11-18T11:17:27.115Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e5a7c53-4871-4f76-b772-e54ee1cf4035 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-18T11:17:27.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770081211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770080049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:17:27.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770082541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/basic_onboard_ampjla0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770083547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770084551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/resourceInstances/basic_onboard_ampjla0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770085558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770092340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmpjla/1.0/artifacts/service-BasicOnboardAmpjla-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:17:27.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:17:27.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:17:27.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "aai-ml",
"timestamp": 1668770093346,
"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-18T11:17:27.141Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e5a7c53-4871-4f76-b772-e54ee1cf4035
2022-11-18T11:17:27.141Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e5a7c53-4871-4f76-b772-e54ee1cf4035 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-18T11:17:46.708Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:17:46.725Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035
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-18T11:17:46.729Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:17:46.729Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T11:17:46.729Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T11:17:46.730Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T11:17:46.730Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:17:46.730Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:17:46.730Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:17:46.731Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:17:46.731Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T11:17:46.740Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T11:18:16.741Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035 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-18T11:18:16.763Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e5a7c53-4871-4f76-b772-e54ee1cf4035 and serviceModelVersionId: 2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0
2022-11-18T11:18:16.764Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02daba2f-d75c-4a15-92b1-0bafb9083ac5
2022-11-18T11:18:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:18:26.506Z||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-18T11:18:26.506Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:18:33.801Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0
2022-11-18T11:18:33.925Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T11:18:34.470Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0|INFO|500||Invoke
2022-11-18T11:18:34.480Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e5a7c53-4871-4f76-b772-e54ee1cf4035], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac5293ab-6d8b-4b8e-b212-747640668eaa], X-ECOMP-RequestID=[0e5a7c53-4871-4f76-b772-e54ee1cf4035], X-TransactionId=[], X-ONAP-RequestID=[0e5a7c53-4871-4f76-b772-e54ee1cf4035], Content-Type=[application/merge-patch+json]}
2022-11-18T11:18:34.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T11:18:34.893Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?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/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:18:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[348], vertex-id=[164072], x-aai-txid=[2-aai-resources-221118-11:18:33:535-57871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-18T11:18:34.895Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T11:18:34.896Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/02daba2f-d75c-4a15-92b1-0bafb9083ac5/model-vers/model-ver/2fc7a8dc-3598-47d0-9f4e-10f2fe45f4b0?depth=0|INFO|500||InvokeReturn
2022-11-18T11:18:34.899Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T11:18:34.900Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T11:18:34.908Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T11:18:34.910Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e5a7c53-4871-4f76-b772-e54ee1cf4035 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T11:18:34.910Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T11:18:34.911Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:18:34.914Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:18:34.914Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770314910,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T11:18:35.014Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:18:35.016Z||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-18T11:18:35.016Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:18:35.037Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:18:35.037Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:18:35.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:18:35.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T11:18:35.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e5a7c53-4871-4f76-b772-e54ee1cf4035",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770314910,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T11:18:35.655Z||pool-2-thread-1|||||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-18T11:18:35.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:18:35.935Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:18:35.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:18:46.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:18:46.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:18:46.279Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:18:46.279Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:18:55.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:18:55.825Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:18:55.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:18:55.826Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:05.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:05.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:19:05.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:19:05.378Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:06.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:06.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T11:19:06.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8bae73c-1488-45bc-a793-e110100e202a","serviceName":"vFW 2022-11-18 11-18-03","serviceVersion":"1.0","serviceUUID":"e12fb7f7-0691-4666-81ab-73754736a75f","serviceDescription":"catalog service description","serviceInvariantUUID":"5096afa1-814f-44bf-947e-d70f390d54f4","resources":[{"resourceInstanceName":"vFW 813d2a2c-07a3 0","resourceName":"vFW 813d2a2c-07a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4554dda5-16e4-4658-9754-f71a379e35a7","resourceInvariantUUID":"d3ba9cfa-3abb-4e19-a21f-062d25ec915a","resourceCustomizationUUID":"0606d4ac-c0cf-46df-b61e-629344680f02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml","artifactChecksum":"NmNkZWE1NWQxYzY1YmIyMDNhZWQ1ZjllOWQzMWJjZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f94f96b-8acc-4a27-add7-766fe596feb0","artifactVersion":"1"},{"artifactName":"vfw813d2a2c07a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json","artifactChecksum":"YTdmYTdkNzcwOTg1MmY5NjEyYjhmZTViNjkyMTZkOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d109fd5d-ad82-4896-bd50-406bbb1f7db9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1098eaad-51ef-4c24-8730-f345113104e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml","artifactChecksum":"ZWVjMTdhZjU2ODVjNTc5NTNkYTliOTA3Y2I2ZGYzMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b79a1fe9-a9d2-41ec-b153-26d1284140c8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0f4d8f0-46ba-4016-9a72-29e4d341f02c","artifactVersion":"2","generatedFromUUID":"1098eaad-51ef-4c24-8730-f345113104e3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118111803-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml","artifactChecksum":"YTI4YjJmZmYyOWU1NzY0OTM3MzBmMmZhOTJkNjYzZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95932071-01dd-440b-9274-1cf41a1dd785","artifactVersion":"1"},{"artifactName":"service-Vfw20221118111803-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar","artifactChecksum":"OTg0MjZlMmJjMTBlMmVmMjA2OWZhNmU2YzFlNzNmNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7e574c1-151a-4540-909d-8f7b95d69864","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T11:19:06.152Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:06.152Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:06.154Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:06.155Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:06.255Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:06.256Z||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-18T11:19:06.256Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:06.281Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:06.281Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:07.155Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:07.156Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:07.158Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:07.158Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOTIFIED"
}
2022-11-18T11:19:07.258Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:07.259Z||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-18T11:19:07.260Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:07.275Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:07.275Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:08.159Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:08.160Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:08.162Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:08.162Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:19:08.263Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:19:08.264Z||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-18T11:19:08.264Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:08.297Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:08.298Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:09.163Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:09.164Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:09.168Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:09.168Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:09.268Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:19:09.269Z||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-18T11:19:09.269Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:09.283Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:09.283Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-11-18T11:19:10.170Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:10.170Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:10.173Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:10.173Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T11:19:10.273Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:10.274Z||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-18T11:19:10.274Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:10.289Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:10.290Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:11.173Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:11.174Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:11.177Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:11.177Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:11.277Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:11.279Z||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-18T11:19:11.279Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:11.290Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:11.291Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:19:12.177Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:19:12.179Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:12.181Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:12.181Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:12.281Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:12.282Z||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-18T11:19:12.282Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:12.293Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:12.294Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:19:13.183Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"serviceName": "vFW 2022-11-18 11-18-03",
"serviceVersion": "1.0",
"serviceUUID": "e12fb7f7-0691-4666-81ab-73754736a75f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5096afa1-814f-44bf-947e-d70f390d54f4",
"resources": [
{
"resourceInstanceName": "vFW 813d2a2c-07a3 0",
"resourceCustomizationUUID": "0606d4ac-c0cf-46df-b61e-629344680f02",
"resourceName": "vFW 813d2a2c-07a3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4554dda5-16e4-4658-9754-f71a379e35a7",
"resourceInvariantUUID": "d3ba9cfa-3abb-4e19-a21f-062d25ec915a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw813d2a2c07a30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"artifactChecksum": "YTdmYTdkNzcwOTg1MmY5NjEyYjhmZTViNjkyMTZkOGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d109fd5d-ad82-4896-bd50-406bbb1f7db9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1098eaad-51ef-4c24-8730-f345113104e3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0f4d8f0-46ba-4016-9a72-29e4d341f02c",
"generatedFromUUID": "1098eaad-51ef-4c24-8730-f345113104e3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0f4d8f0-46ba-4016-9a72-29e4d341f02c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221118111803-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"artifactChecksum": "OTg0MjZlMmJjMTBlMmVmMjA2OWZhNmU2YzFlNzNmNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7e574c1-151a-4540-909d-8f7b95d69864"
}
],
"workloadContext": "Production"
}
2022-11-18T11:19:13.183Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T11:19:13.183Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e12fb7f7-0691-4666-81ab-73754736a75f ASDC
2022-11-18T11:19:13.184Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b8bae73c-1488-45bc-a793-e110100e202a
ServiceName:vFW 2022-11-18 11-18-03
ServiceVersion:1.0
ServiceUUID:e12fb7f7-0691-4666-81ab-73754736a75f
ServiceInvariantUUID:5096afa1-814f-44bf-947e-d70f390d54f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118111803-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar
ArtifactUUID:a7e574c1-151a-4540-909d-8f7b95d69864
ArtifactChecksum:OTg0MjZlMmJjMTBlMmVmMjA2OWZhNmU2YzFlNzNmNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 813d2a2c-07a3 0
ResourceCustomizationUUID:0606d4ac-c0cf-46df-b61e-629344680f02
ResourceInvariantUUID:d3ba9cfa-3abb-4e19-a21f-062d25ec915a
ResourceName:vFW 813d2a2c-07a3
ResourceType:VF
ResourceUUID:4554dda5-16e4-4658-9754-f71a379e35a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw813d2a2c07a30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json
ArtifactUUID:d109fd5d-ad82-4896-bd50-406bbb1f7db9
ArtifactChecksum:YTdmYTdkNzcwOTg1MmY5NjEyYjhmZTViNjkyMTZkOGY=
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/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml
ArtifactUUID:1098eaad-51ef-4c24-8730-f345113104e3
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/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env
ArtifactUUID:e0f4d8f0-46ba-4016-9a72-29e4d341f02c
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/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env
ArtifactUUID:e0f4d8f0-46ba-4016-9a72-29e4d341f02c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T11:19:13.184Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e12fb7f7-0691-4666-81ab-73754736a75f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T11:19:13.229Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:19:13.230Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-18T11:19:13.230Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-18T11:19:13.230Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7e574c1-151a-4540-909d-8f7b95d69864 from URL: /sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:13.230Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-18T11:19:13.230Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:13.363Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-18T11:19:13.364Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar a7e574c1-151a-4540-909d-8f7b95d69864 100620
2022-11-18T11:19:13.364Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar ASDC sendASDCNotification
2022-11-18T11:19:13.364Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:13.364Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:19:13.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:13.368Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:13.368Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770353364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:13.468Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:13.470Z||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-18T11:19:13.470Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:13.484Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:13.485Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:14.369Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:19:14.373Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-18T11:19:14.373Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a7e574c1-151a-4540-909d-8f7b95d69864, URL: /sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar to file: /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:14.374Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118111803-csar.csar
2022-11-18T11:19:14.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:14.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:14.567Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1482751927819655647/Definitions/service-Vfw20221118111803-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_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
2022-11-18T11:19:16.834Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T11:19:16.836Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.837Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.838Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.838Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.838Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 813d2a2c-07a3 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-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.838Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.838Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:16.838Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-18T11:19:16.839Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.839Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.839Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:16.839Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-18T11:19:16.840Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:19:16.840Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.841Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.841Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:16.841Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-18T11:19:16.841Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:19:16.842Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.842Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.842Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.843Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:16.843Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:16.843Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:16.843Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T11:19:16.844Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.844Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.844Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.844Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T11:19:16.845Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T11:19:16.845Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T11:19:16.846Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.846Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.846Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T11:19:16.847Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.847Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T11:19:16.847Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.847Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T11:19:16.848Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.848Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T11:19:16.848Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.849Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:16.849Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:16.849Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.850Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:16.850Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:16.850Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.850Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:16.851Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:16.851Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.851Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:16.851Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:16.851Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:16.852Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T11:19:16.852Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T11:19:16.852Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T11:19:16.853Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.853Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.854Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T11:19:16.854Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.854Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T11:19:16.854Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.854Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12cbd555-1eb0-469f-bcc5-1677ddb5bc98
2022-11-18T11:19:16.855Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.855Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:16.855Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:16.855Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:16.855Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T11:19:16.856Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.863Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T11:19:16.864Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.864Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6f6e85dc-693c-4d8c-b7cb-3472cd1867c6
2022-11-18T11:19:16.865Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.867Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:16.868Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:16.868Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:16.868Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T11:19:16.869Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.869Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.869Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.869Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T11:19:16.870Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T11:19:16.870Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T11:19:16.871Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:16.871Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:16.872Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T11:19:16.873Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a19a4543-c616-4768-91bb-90d2c099f91f
2022-11-18T11:19:16.874Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.874Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.875Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.875Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.877Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.877Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.878Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:16.878Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:16.879Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-18 11-18-03
Description:catalog service description
Model UUID:e12fb7f7-0691-4666-81ab-73754736a75f
Model Version:NULL
Model InvariantUuid:5096afa1-814f-44bf-947e-d70f390d54f4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 813d2a2c-07a3
Model UUID:a657d924-bd76-4299-bfcb-9be7edbec075
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3ba9cfa-3abb-4e19-a21f-062d25ec915a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0606d4ac-c0cf-46df-b61e-629344680f02
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5f05de70-9087-40b9-9a96-25cd6e738087
ModelName:Vfw813d2a2c07a3..base_vfw..module-0
ModelUuid:8462acf4-2660-445b-9e39-e12d238c7987
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:12cbd555-1eb0-469f-bcc5-1677ddb5bc98
ModelInvariantUuid:d5465860-dd42-467e-af41-5efc2d84a37c
ModelName:vFW 813d2a2c-07a3-nodes.vfwCvfc
ModelUuid:db40e715-ba95-4d8b-b6bb-6ca8022b9041
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:980d08d3-9d67-4120-9e4f-a649ba0367b1
ModelInvariantUuid:86c17d2d-f33d-4151-b1e0-90dab02217f7
ModelName:Vfw813d2a2c07a3.compute.nodes.heat.vfw
ModelUuid:ab4b8fee-7655-4683-abe8-e0d021b72b52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6f6e85dc-693c-4d8c-b7cb-3472cd1867c6
ModelInvariantUuid:408cbe14-594b-4b78-af55-9c8c5b0311c9
ModelName:vFW 813d2a2c-07a3-nodes.vsnCvfc
ModelUuid:77a4e316-4aaf-47f4-b126-eae0f3431e2f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a0745b3e-8d9d-4c1f-b1bc-9671738e5a7e
ModelInvariantUuid:b1f1acdf-aeb6-4279-bce7-4d303802394a
ModelName:Vfw813d2a2c07a3.compute.nodes.heat.vsn
ModelUuid:9bccadd0-0aa7-4851-8310-a12c1c0f0313
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a19a4543-c616-4768-91bb-90d2c099f91f
ModelInvariantUuid:b3edb522-f150-49b2-8cad-c9fd5cdc75ba
ModelName:vFW 813d2a2c-07a3-nodes.vpgCvfc
ModelUuid:04ed0a1a-2260-4b0a-9234-3d6f3a3e3f8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7206ed9d-4613-4fac-9bda-39fcf739f1d7
ModelInvariantUuid:a3d12b01-0127-43fb-b418-3b0003accd49
ModelName:Vfw813d2a2c07a3.compute.nodes.heat.vpg
ModelUuid:91f7a0c7-d049-4abd-a1a7-5b6b496709bb
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-18T11:19:16.911Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4554dda5-16e4-4658-9754-f71a379e35a7
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-18T11:19:16.918Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||vFW 813d2a2c-07a3 0
2022-11-18T11:19:16.919Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4554dda5-16e4-4658-9754-f71a379e35a7
2022-11-18T11:19:16.919Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d109fd5d-ad82-4896-bd50-406bbb1f7db9 from URL: /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json
2022-11-18T11:19:16.919Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-18T11:19:16.920Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json
2022-11-18T11:19:17.058Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-18T11:19:17.059Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json d109fd5d-ad82-4896-bd50-406bbb1f7db9 785
2022-11-18T11:19:17.060Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json ASDC sendASDCNotification
2022-11-18T11:19:17.060Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json
2022-11-18T11:19:17.060Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:19:17.061Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:17.063Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:17.063Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770357060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:17.164Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:17.165Z||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-18T11:19:17.165Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:17.185Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:17.186Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:18.064Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw813d2a2c07a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5f05de70-9087-40b9-9a96-25cd6e738087",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8462acf4-2660-445b-9e39-e12d238c7987",
"vfModuleModelCustomizationUUID": "add86f97-2642-4511-b813-4cc24e2535c3",
"isBase": true,
"artifacts": [
"1098eaad-51ef-4c24-8730-f345113104e3",
"e0f4d8f0-46ba-4016-9a72-29e4d341f02c"
],
"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-18T11:19:18.071Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw813d2a2c07a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8462acf4-2660-445b-9e39-e12d238c7987
VfModuleModelInvariantUUID:5f05de70-9087-40b9-9a96-25cd6e738087
VfModuleModelDescription:NULL
Artifacts UUID List:{
1098eaad-51ef-4c24-8730-f345113104e3
,
e0f4d8f0-46ba-4016-9a72-29e4d341f02c
}
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-18T11:19:18.073Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw813d2a2c07a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5f05de70-9087-40b9-9a96-25cd6e738087",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8462acf4-2660-445b-9e39-e12d238c7987",
"vfModuleModelCustomizationUUID": "add86f97-2642-4511-b813-4cc24e2535c3",
"isBase": true,
"artifacts": [
"1098eaad-51ef-4c24-8730-f345113104e3",
"e0f4d8f0-46ba-4016-9a72-29e4d341f02c"
],
"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-18T11:19:18.073Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw813d2a2c07a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8462acf4-2660-445b-9e39-e12d238c7987
VfModuleModelInvariantUUID:5f05de70-9087-40b9-9a96-25cd6e738087
VfModuleModelDescription:NULL
Artifacts UUID List:{
1098eaad-51ef-4c24-8730-f345113104e3
,
e0f4d8f0-46ba-4016-9a72-29e4d341f02c
}
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-18T11:19:18.073Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1098eaad-51ef-4c24-8730-f345113104e3 from URL: /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml
2022-11-18T11:19:18.073Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-18T11:19:18.073Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml
2022-11-18T11:19:18.191Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-18T11:19:18.192Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml 1098eaad-51ef-4c24-8730-f345113104e3 20368
2022-11-18T11:19:18.192Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T11:19:18.192Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml
2022-11-18T11:19:18.192Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:19:18.192Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:18.195Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:18.195Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770358192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:18.295Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:18.296Z||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-18T11:19:18.297Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:18.323Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:18.324Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:19.195Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0f4d8f0-46ba-4016-9a72-29e4d341f02c from URL: /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env
2022-11-18T11:19:19.196Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-18T11:19:19.196Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env
2022-11-18T11:19:19.312Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-18T11:19:19.313Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env e0f4d8f0-46ba-4016-9a72-29e4d341f02c 2098
2022-11-18T11:19:19.313Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T11:19:19.313Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env
2022-11-18T11:19:19.313Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:19:19.313Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:19.315Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:19.315Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770359313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:19.416Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T11:19:19.417Z||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-18T11:19:19.417Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:19.430Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:19.431Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:20.316Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e12fb7f7-0691-4666-81ab-73754736a75f
2022-11-18T11:19:20.317Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 813d2a2c-07a3 0 4554dda5-16e4-4658-9754-f71a379e35a7 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-18T11:19:20.342Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aef5b16, org.onap.sdc.toscaparser.api.parameters.Input@53e5fd33, org.onap.sdc.toscaparser.api.parameters.Input@70ba5321, org.onap.sdc.toscaparser.api.parameters.Input@70f5b1c7, org.onap.sdc.toscaparser.api.parameters.Input@40726324]
2022-11-18T11:19:20.343Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.343Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.344Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-18T11:19:20.344Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0606d4ac-c0cf-46df-b61e-629344680f02
2022-11-18T11:19:20.344Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0606d4ac-c0cf-46df-b61e-629344680f02 matches Tosca VF Customization UUID: 0606d4ac-c0cf-46df-b61e-629344680f02
2022-11-18T11:19:20.344Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0606d4ac-c0cf-46df-b61e-629344680f02 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-18T11:19:20.349Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.349Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.350Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0606d4ac-c0cf-46df-b61e-629344680f02: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T11:19:20.350Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43a59c08
2022-11-18T11:19:20.350Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.350Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T11:19:20.350Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : add86f97-2642-4511-b813-4cc24e2535c3
2022-11-18T11:19:20.350Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID add86f97-2642-4511-b813-4cc24e2535c3
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-18T11:19:20.354Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.354Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:20.354Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:20.355Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.355Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:20.357Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:20.357Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.358Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:20.358Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:20.358Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:20.359Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T11:19:20.359Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T11:19:20.359Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T11:19:20.359Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.360Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:20.360Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T11:19:20.360Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:20.360Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T11:19:20.361Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.361Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12cbd555-1eb0-469f-bcc5-1677ddb5bc98
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-18T11:19:20.364Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.364Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:20.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:20.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:20.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:20.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:20.365Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T11:19:20.366Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.366Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:20.366Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.366Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T11:19:20.366Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T11:19:20.367Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T11:19:20.367Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:20.367Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T11:19:20.368Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.368Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6f6e85dc-693c-4d8c-b7cb-3472cd1867c6
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-18T11:19:20.371Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.371Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:20.371Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:20.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is not matching search criteria
2022-11-18T11:19:20.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T11:19:20.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T11:19:20.375Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T11:19:20.376Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.376Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:20.376Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.376Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T11:19:20.379Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T11:19:20.379Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T11:19:20.379Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T11:19:20.379Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T11:19:20.380Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T11:19:20.380Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a19a4543-c616-4768-91bb-90d2c099f91f
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-18T11:19:20.384Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.385Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:20.385Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T11:19:20.386Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.386Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Node template vFW 813d2a2c-07a3 0 is matching search criteria
2022-11-18T11:19:20.386Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 813d2a2c-07a3 0] matching following query criteria: sdcType=VF, customizationUUID=0606d4ac-c0cf-46df-b61e-629344680f02
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-18T11:19:20.389Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.389Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.389Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e12fb7f7-0691-4666-81ab-73754736a75f: vFW 813d2a2c-07a3
2022-11-18T11:19:20.390Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.390Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.390Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.390Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.391Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.391Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.391Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.392Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.392Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:19:20.392Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-18 11-18-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:19:20.393Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-18 11-18-03
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-18T11:19:20.644Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 813d2a2c-07a3 4554dda5-16e4-4658-9754-f71a379e35a7 1 ASDC deployResourceStructure
2022-11-18T11:19:20.645Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json ASDC sendASDCNotification
2022-11-18T11:19:20.646Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json
2022-11-18T11:19:20.646Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:19:20.647Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:20.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:20.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770360645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:20.749Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:19:20.750Z||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-18T11:19:20.751Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:20.765Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:20.766Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:21.650Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T11:19:21.652Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml
2022-11-18T11:19:21.652Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:19:21.652Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:21.655Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:21.655Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770361650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:21.755Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:21.756Z||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-18T11:19:21.756Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:21.773Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:21.773Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:22.656Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T11:19:22.657Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env
2022-11-18T11:19:22.657Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:19:22.657Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:22.659Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:22.659Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770362656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:22.759Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:22.760Z||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-18T11:19:22.761Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:22.777Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:22.777Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:19:23.661Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar ASDC sendASDCNotification
2022-11-18T11:19:23.661Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar
2022-11-18T11:19:23.661Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:19:23.661Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:19:23.663Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:19:23.664Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770363660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:23.764Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:19:23.765Z||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-18T11:19:23.765Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:23.779Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:23.779Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:19:24.665Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bae73c-1488-45bc-a793-e110100e202a
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-18T11:19:24.692Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bae73c-1488-45bc-a793-e110100e202a
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-18T11:19:24.695Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:19:24.696Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T11:19:24.696Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T11:19:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:19:26.505Z||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-18T11:19:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:19:27.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:19:27.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770342184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770345378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770339909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770337268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770339518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770351090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770353334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770351416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "cds",
"timestamp": 1668770352407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770353364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770352286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770353399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770354456,
"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-18T11:19:27.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8bae73c-1488-45bc-a793-e110100e202a
2022-11-18T11:19:27.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bae73c-1488-45bc-a793-e110100e202a 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-18T11:19:27.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770356990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770357060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770355474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770357996,
"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-18T11:19:27.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8bae73c-1488-45bc-a793-e110100e202a
2022-11-18T11:19:27.262Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bae73c-1488-45bc-a793-e110100e202a 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-18T11:19:27.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770358192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770352551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:19:27.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:19:27.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770359313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770360307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:19:27.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770361328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.279Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770360645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/vfw813d2a2c07a30_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.279Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "policy-id",
"timestamp": 1668770362347,
"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-18T11:19:27.286Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8bae73c-1488-45bc-a793-e110100e202a
2022-11-18T11:19:27.286Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bae73c-1488-45bc-a793-e110100e202a 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-18T11:19:27.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770361650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770362656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/resourceInstances/vfw813d2a2c07a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770363660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770361960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118111803/1.0/artifacts/service-Vfw20221118111803-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:19:27.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:19:27.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:19:27.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "aai-ml",
"timestamp": 1668770362966,
"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-18T11:19:27.304Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8bae73c-1488-45bc-a793-e110100e202a
2022-11-18T11:19:27.304Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bae73c-1488-45bc-a793-e110100e202a 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-18T11:19:54.696Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bae73c-1488-45bc-a793-e110100e202a
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-18T11:19:54.712Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bae73c-1488-45bc-a793-e110100e202a
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-18T11:19:54.715Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:19:54.715Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T11:19:54.716Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T11:19:54.716Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T11:19:54.716Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:19:54.716Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:19:54.716Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:19:54.717Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:19:54.717Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T11:19:54.724Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T11:20:24.725Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8bae73c-1488-45bc-a793-e110100e202a 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-18T11:20:24.734Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8bae73c-1488-45bc-a793-e110100e202a and serviceModelVersionId: e12fb7f7-0691-4666-81ab-73754736a75f
2022-11-18T11:20:24.735Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5096afa1-814f-44bf-947e-d70f390d54f4
2022-11-18T11:20:24.736Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0
2022-11-18T11:20:24.740Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T11:20:24.806Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0|INFO|500||Invoke
2022-11-18T11:20:24.807Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b8bae73c-1488-45bc-a793-e110100e202a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[591764e9-1bd8-4de6-87bc-c5ec091334b8], X-ECOMP-RequestID=[b8bae73c-1488-45bc-a793-e110100e202a], X-TransactionId=[], X-ONAP-RequestID=[b8bae73c-1488-45bc-a793-e110100e202a], Content-Type=[application/merge-patch+json]}
2022-11-18T11:20:24.816Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T11:20:24.938Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?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/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:20:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[106], vertex-id=[344096], x-aai-txid=[1-aai-resources-221118-11:20:23:845-75802], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-18T11:20:24.938Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T11:20:24.939Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5096afa1-814f-44bf-947e-d70f390d54f4/model-vers/model-ver/e12fb7f7-0691-4666-81ab-73754736a75f?depth=0|INFO|500||InvokeReturn
2022-11-18T11:20:24.939Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T11:20:24.940Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T11:20:24.948Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T11:20:24.948Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8bae73c-1488-45bc-a793-e110100e202a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T11:20:24.948Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T11:20:24.949Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:20:24.951Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:20:24.951Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770424948,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T11:20:25.051Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:20:25.053Z||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-18T11:20:25.053Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:20:25.070Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:20:25.070Z||pool-34-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-18T11:20:25.983Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:20:25.984Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:20:25.984Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:20:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:20:26.505Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|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-18T11:20:26.505Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:20:27.134Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:20:27.134Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T11:20:27.135Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8bae73c-1488-45bc-a793-e110100e202a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770424948,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T11:20:27.135Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:20:35.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:20:35.544Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:20:35.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:20:35.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:20:45.091Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:21:26.491Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:21:26.493Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:21:26.494Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:21:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:21:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|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-18T11:21:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:21:36.047Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:21:36.047Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:22:26.491Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:22:26.494Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:22:26.495Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:22:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:22:26.504Z||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-18T11:22:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:22:36.042Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:22:36.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:23:26.491Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:23:26.492Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:23:26.492Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:23:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:23:26.504Z||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-18T11:23:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:23:36.043Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:23:36.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:24:26.491Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:24:26.493Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:24:26.493Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:24:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:24:26.505Z||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-18T11:24:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:24:36.038Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:24:36.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:25:26.491Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:25:26.492Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:25:26.493Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:25:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:25:26.505Z||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-18T11:25:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:25:36.039Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:25:36.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:26:26.491Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:26:26.492Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:26:26.493Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:26:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:26:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|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-18T11:26:26.504Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:26:36.042Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:26:36.044Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:27:26.492Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:27:26.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:27:26.498Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:27:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:27:26.504Z||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-18T11:27:26.505Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:27:36.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:27:36.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:26.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:28:26.496Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:28:26.497Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:28:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:28:26.504Z||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-18T11:28:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:28:27.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:27.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a23991b1-4c90-41c3-b601-3dd3fc766bdb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"63f8e145-ecb9-44b7-991a-39268a8a6c82","serviceDescription":"service","serviceInvariantUUID":"97b363f9-2fda-4c12-8c6d-d77f860119b2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f07c68c8-ed23-406b-9d1f-eea60fa58b75","resourceInvariantUUID":"89562e90-9dd8-498f-80be-394b742be910","resourceCustomizationUUID":"f8565536-40da-4754-ac2f-c9106421b5a6","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":"NTMyODdiYTk3ZjFhYTU0ZWZkZmQ0ZTI2NTU3MjFkNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60e0fa16-e975-471c-9695-b01c51b74ccb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmQ2OTBmOTNhMGJjZjg5YTI1YTAyMmQyZWEzNjVhNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e052d21-2cec-4b4c-8b69-7fd14be24965","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T11:28:27.137Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:28:27.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:28:27.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "cds",
"timestamp": 1668770879518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:28:27.147Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:28:27.147Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770906491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "aai-ml",
"timestamp": 1668770882184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770877268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:28:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770879907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:28:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "cds",
"timestamp": 1668770879518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "aai-ml",
"timestamp": 1668770882184,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770877268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668770879907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:28:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "aai-ml",
"timestamp": 1668770887663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:28:27.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770889596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:28:27.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "cds",
"timestamp": 1668770888670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770891331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "policy-id",
"timestamp": 1668770892551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:28:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668770892339,
"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=?
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-18T11:28:27.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a23991b1-4c90-41c3-b601-3dd3fc766bdb
2022-11-18T11:28:27.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23991b1-4c90-41c3-b601-3dd3fc766bdb 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-18T11:28:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "policy-id",
"timestamp": 1668770892551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:28:27.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:28:27.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "aai-ml",
"timestamp": 1668770891757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:28:27.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "policy-id",
"timestamp": 1668770895338,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:28:27.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "aai-ml",
"timestamp": 1668770892762,
"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-18T11:28:27.208Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a23991b1-4c90-41c3-b601-3dd3fc766bdb
2022-11-18T11:28:27.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23991b1-4c90-41c3-b601-3dd3fc766bdb 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-18T11:28:27.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "policy-id",
"timestamp": 1668770896345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:28:27.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T11:28:27.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:28:27.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "policy-id",
"timestamp": 1668770897350,
"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-18T11:28:27.229Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a23991b1-4c90-41c3-b601-3dd3fc766bdb
2022-11-18T11:28:27.229Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23991b1-4c90-41c3-b601-3dd3fc766bdb 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-18T11:28:27.247Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:28:27.248Z||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-18T11:28:27.248Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:28:27.267Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:27.267Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:28:28.149Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:28:28.150Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:28:28.152Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:28:28.152Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770906491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:28:28.253Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:28:28.254Z||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-18T11:28:28.254Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:28:28.271Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:28.271Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:28:29.154Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "63f8e145-ecb9-44b7-991a-39268a8a6c82",
"serviceDescription": "service",
"serviceInvariantUUID": "97b363f9-2fda-4c12-8c6d-d77f860119b2",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f8565536-40da-4754-ac2f-c9106421b5a6",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f07c68c8-ed23-406b-9d1f-eea60fa58b75",
"resourceInvariantUUID": "89562e90-9dd8-498f-80be-394b742be910",
"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": "YmQ2OTBmOTNhMGJjZjg5YTI1YTAyMmQyZWEzNjVhNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e052d21-2cec-4b4c-8b69-7fd14be24965"
}
],
"workloadContext": "Production"
}
2022-11-18T11:28:29.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T11:28:29.155Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63f8e145-ecb9-44b7-991a-39268a8a6c82 ASDC
2022-11-18T11:28:29.156Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a23991b1-4c90-41c3-b601-3dd3fc766bdb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:63f8e145-ecb9-44b7-991a-39268a8a6c82
ServiceInvariantUUID:97b363f9-2fda-4c12-8c6d-d77f860119b2
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:6e052d21-2cec-4b4c-8b69-7fd14be24965
ArtifactChecksum:YmQ2OTBmOTNhMGJjZjg5YTI1YTAyMmQyZWEzNjVhNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f8565536-40da-4754-ac2f-c9106421b5a6
ResourceInvariantUUID:89562e90-9dd8-498f-80be-394b742be910
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f07c68c8-ed23-406b-9d1f-eea60fa58b75
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-18T11:28:29.156Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63f8e145-ecb9-44b7-991a-39268a8a6c82 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-18T11:28:29.194Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:28:29.196Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T11:28:29.196Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T11:28:29.196Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e052d21-2cec-4b4c-8b69-7fd14be24965 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T11:28:29.196Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T11:28:29.197Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T11:28:29.252Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T11:28:29.254Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6e052d21-2cec-4b4c-8b69-7fd14be24965 57662
2022-11-18T11:28:29.254Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:29.254Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:29.254Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:28:29.255Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:28:29.258Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:28:29.258Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770909254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:28:29.358Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:28:29.359Z||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-18T11:28:29.359Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:28:29.375Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:29.376Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:28:30.259Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:28:30.265Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T11:28:30.265Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6e052d21-2cec-4b4c-8b69-7fd14be24965, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T11:28:30.265Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T11:28:30.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T11:28:30.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T11:28:30.473Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3928583223291130215/Definitions/service-BasicNetwork-template.yml
2022-11-18T11:28:31.097Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.098Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.099Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.099Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T11:28:31.099Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.099Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.099Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T11:28:31.100Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T11:28:31.100Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:28:31.100Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.100Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.100Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T11:28:31.101Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T11:28:31.101Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:28:31.101Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.101Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.101Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.101Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.102Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:63f8e145-ecb9-44b7-991a-39268a8a6c82
Model Version:NULL
Model InvariantUuid:97b363f9-2fda-4c12-8c6d-d77f860119b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:89562e90-9dd8-498f-80be-394b742be910
Model UUID:10e66aad-55b1-4166-b9bc-a9f7fa141d28
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f8565536-40da-4754-ac2f-c9106421b5a6
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-18T11:28:31.112Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: f07c68c8-ed23-406b-9d1f-eea60fa58b75
2022-11-18T11:28:31.112Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||No resources found for Service: 63f8e145-ecb9-44b7-991a-39268a8a6c82
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-18T11:28:31.119Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||
2022-11-18T11:28:31.119Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-18T11:28:31.120Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 63f8e145-ecb9-44b7-991a-39268a8a6c82
2022-11-18T11:28:31.120Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 63f8e145-ecb9-44b7-991a-39268a8a6c82
2022-11-18T11:28:31.120Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-18T11:28:31.121Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.127Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31b0a2d3, org.onap.sdc.toscaparser.api.parameters.Input@3322b639, org.onap.sdc.toscaparser.api.parameters.Input@1ddfe393, org.onap.sdc.toscaparser.api.parameters.Input@5f31b249, org.onap.sdc.toscaparser.api.parameters.Input@6b232546]
2022-11-18T11:28:31.129Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.129Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.129Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.129Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.130Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 63f8e145-ecb9-44b7-991a-39268a8a6c82: Generic NeutronNet
2022-11-18T11:28:31.130Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.130Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.130Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.130Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.179Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.179Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.179Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.179Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.180Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:28:31.180Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:28:31.180Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.238Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-18T11:28:31.238Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.238Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:31.239Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T11:28:31.239Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:28:31.241Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:28:31.241Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770911238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T11:28:31.341Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:28:31.342Z||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-18T11:28:31.342Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:28:31.358Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:28:31.358Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:28:32.242Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a23991b1-4c90-41c3-b601-3dd3fc766bdb
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-18T11:28:32.261Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a23991b1-4c90-41c3-b601-3dd3fc766bdb
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-18T11:28:32.265Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T11:28:32.265Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T11:28:32.265Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T11:28:32.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T11:28:32.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:28:32.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:28:32.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:28:32.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T11:28:32.266Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:28:32.274Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T11:29:02.276Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a23991b1-4c90-41c3-b601-3dd3fc766bdb 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-18T11:29:02.291Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a23991b1-4c90-41c3-b601-3dd3fc766bdb and serviceModelVersionId: 63f8e145-ecb9-44b7-991a-39268a8a6c82
2022-11-18T11:29:02.291Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97b363f9-2fda-4c12-8c6d-d77f860119b2
2022-11-18T11:29:02.293Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97b363f9-2fda-4c12-8c6d-d77f860119b2/model-vers/model-ver/63f8e145-ecb9-44b7-991a-39268a8a6c82?depth=0
2022-11-18T11:29:02.299Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T11:29:02.416Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97b363f9-2fda-4c12-8c6d-d77f860119b2/model-vers/model-ver/63f8e145-ecb9-44b7-991a-39268a8a6c82?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-18T11:29:02.419Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97b363f9-2fda-4c12-8c6d-d77f860119b2/model-vers/model-ver/63f8e145-ecb9-44b7-991a-39268a8a6c82?depth=0|INFO|500||Invoke
2022-11-18T11:29:02.426Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97b363f9-2fda-4c12-8c6d-d77f860119b2/model-vers/model-ver/63f8e145-ecb9-44b7-991a-39268a8a6c82?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T11:29:02.627Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97b363f9-2fda-4c12-8c6d-d77f860119b2/model-vers/model-ver/63f8e145-ecb9-44b7-991a-39268a8a6c82?depth=0|INFO|500||InvokeReturn
2022-11-18T11:29:02.628Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97b363f9-2fda-4c12-8c6d-d77f860119b2/model-vers/model-ver/63f8e145-ecb9-44b7-991a-39268a8a6c82?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:29:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[194], vertex-id=[176256], x-aai-txid=[0-aai-resources-221118-11:29:01:456-15792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-18T11:29:02.630Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T11:29:02.630Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T11:29:02.631Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:29:02.648Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||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-18T11:29:02.648Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a23991b1-4c90-41c3-b601-3dd3fc766bdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T11:29:02.649Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T11:29:02.649Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:02.653Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:02.654Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770942648,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T11:29:02.753Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-18T11:29:02.754Z||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-18T11:29:02.754Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:02.857Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:02.859Z||pool-39-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":2,"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-18T11:29:26.491Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:29:26.492Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T11:29:26.492Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T11:29:26.504Z||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-18T11:29:26.504Z||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 VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:26.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:26.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T11:29:26.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770906491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:26.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-18T11:29:27.128Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:27.129Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T11:29:27.130Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"20194748-58d9-4ba1-8c66-aae4dad575cb","serviceName":"Demo_pNF_nyiHivvWMNkq5QTNts99","serviceVersion":"1.0","serviceUUID":"e596ef56-037d-46ae-afe7-66fe435ba39f","serviceDescription":"catalog service description","serviceInvariantUUID":"56c7e4d2-6ff1-480c-99b0-9e4d6d60c008","resources":[{"resourceInstanceName":"pNF 2c0ec272-f79a 0","resourceName":"pNF 2c0ec272-f79a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"933ba1a6-8e1c-4c08-9dbc-2243297fa230","resourceInvariantUUID":"708fa929-7dd4-441b-9e8a-669c7d2f2366","resourceCustomizationUUID":"866027cc-d307-432e-920f-1077f89e364f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml","artifactChecksum":"OGUyOTVmZDQ5Y2RkNzI4NDRhNGQ4YzAzNzc1MDZhNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d34ddae-b58b-4fea-b8ba-1dcb9c8a608e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar","artifactChecksum":"ZTM0OGFjYTg5ZGE3NDlmOTA1NGE4MTkxMzRhYzE5MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c3d4289-d877-4413-9f1e-c98c34b3e5b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03b0b458-770f-485e-82d5-0eb63f1f2ddb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml","artifactChecksum":"YWQ3YTVjOGI5NDU4NDE5MjQxMDg0ZjA5ZjY3ODg3MzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6abe425b-52c0-4990-aa40-25bd13bcf0e8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55a015e7-8565-45c7-8cd2-194ec25a6a66","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d308872-21e0-4241-8e1d-1bb874484628","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNyihivvwmnkq5qtnts99-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml","artifactChecksum":"YTFmZjRjOTFlMDJiZDFhZWI1MGVmODYxODA4YTUxMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"039b0738-0c38-42bd-9bb7-2e83f88a622e","artifactVersion":"1"},{"artifactName":"service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar","artifactChecksum":"NjE1NGRlMTVmNjUzOGEzODEzZGE0YjVjOWVmN2NhY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f805c7d-104c-4e91-9b1d-498b196e3462","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T11:29:27.133Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:27.134Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:27.136Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:27.137Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:27.237Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:29:27.238Z||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-18T11:29:27.238Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:27.252Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:27.253Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:28.137Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:28.138Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:28.140Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:28.141Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:28.240Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:29:28.241Z||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-18T11:29:28.242Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:28.258Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:28.258Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:29.142Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:29.143Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:29.146Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:29.146Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:29.246Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:29:29.247Z||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-18T11:29:29.247Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:29.266Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:29.266Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:30.148Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:30.150Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:30.152Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:30.152Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:30.252Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:29:30.253Z||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-18T11:29:30.253Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:30.267Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:30.268Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:31.153Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:31.154Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:31.156Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:31.157Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:31.257Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:29:31.258Z||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-18T11:29:31.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:31.273Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:31.273Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:32.159Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:32.160Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:32.164Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:32.164Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:32.263Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T11:29:32.265Z||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-18T11:29:32.265Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:32.281Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:32.282Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:29:33.164Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:33.166Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:33.168Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:33.168Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T11:29:33.268Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T11:29:33.269Z||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-18T11:29:33.269Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:33.301Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:33.302Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:34.169Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T11:29:34.170Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:34.172Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:34.172Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770966491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T11:29:34.281Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-11-18T11:29:34.282Z||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-18T11:29:34.282Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:34.298Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:34.298Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-18T11:29:35.174Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"serviceName": "Demo_pNF_nyiHivvWMNkq5QTNts99",
"serviceVersion": "1.0",
"serviceUUID": "e596ef56-037d-46ae-afe7-66fe435ba39f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "56c7e4d2-6ff1-480c-99b0-9e4d6d60c008",
"resources": [
{
"resourceInstanceName": "pNF 2c0ec272-f79a 0",
"resourceCustomizationUUID": "866027cc-d307-432e-920f-1077f89e364f",
"resourceName": "pNF 2c0ec272-f79a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "933ba1a6-8e1c-4c08-9dbc-2243297fa230",
"resourceInvariantUUID": "708fa929-7dd4-441b-9e8a-669c7d2f2366",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar",
"artifactChecksum": "NjE1NGRlMTVmNjUzOGEzODEzZGE0YjVjOWVmN2NhY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f805c7d-104c-4e91-9b1d-498b196e3462"
}
],
"workloadContext": "Production"
}
2022-11-18T11:29:35.174Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T11:29:35.175Z|a23991b1-4c90-41c3-b601-3dd3fc766bdb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e596ef56-037d-46ae-afe7-66fe435ba39f ASDC
2022-11-18T11:29:35.175Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:20194748-58d9-4ba1-8c66-aae4dad575cb
ServiceName:Demo_pNF_nyiHivvWMNkq5QTNts99
ServiceVersion:1.0
ServiceUUID:e596ef56-037d-46ae-afe7-66fe435ba39f
ServiceInvariantUUID:56c7e4d2-6ff1-480c-99b0-9e4d6d60c008
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
ArtifactUUID:8f805c7d-104c-4e91-9b1d-498b196e3462
ArtifactChecksum:NjE1NGRlMTVmNjUzOGEzODEzZGE0YjVjOWVmN2NhY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2c0ec272-f79a 0
ResourceCustomizationUUID:866027cc-d307-432e-920f-1077f89e364f
ResourceInvariantUUID:708fa929-7dd4-441b-9e8a-669c7d2f2366
ResourceName:pNF 2c0ec272-f79a
ResourceType:PNF
ResourceUUID:933ba1a6-8e1c-4c08-9dbc-2243297fa230
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-18T11:29:35.176Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e596ef56-037d-46ae-afe7-66fe435ba39f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T11:29:35.212Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:29:35.213Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T11:29:35.213Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T11:29:35.213Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f805c7d-104c-4e91-9b1d-498b196e3462 from URL: /sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:35.214Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T11:29:35.214Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:35.312Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T11:29:35.314Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar 8f805c7d-104c-4e91-9b1d-498b196e3462 87786
2022-11-18T11:29:35.314Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar ASDC sendASDCNotification
2022-11-18T11:29:35.314Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:35.315Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T11:29:35.315Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T11:29:35.330Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T11:29:35.330Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668770975314,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T11:29:35.418Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-18T11:29:35.419Z||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-18T11:29:35.420Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ...
2022-11-18T11:29:35.437Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T11:29:35.438Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T11:29:36.331Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T11:29:36.335Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T11:29:36.336Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8f805c7d-104c-4e91-9b1d-498b196e3462, URL: /sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar to file: /app/ASDC/1/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:36.336Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:36.337Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:36.337Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:36.488Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17710997255027586869/Definitions/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml
2022-11-18T11:29:37.215Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T11:29:37.216Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T11:29:37.216Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.216Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||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-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||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-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||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-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||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-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2c0ec272-f79a 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-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||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-DemoPnfNyihivvwmnkq5qtnts99-csar.csar
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T11:29:37.217Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.218Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.218Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Node template pNF 2c0ec272-f79a 0 is matching search criteria
2022-11-18T11:29:37.218Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T11:29:37.218Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2c0ec272-f79a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Node template pNF 2c0ec272-f79a 0 is matching search criteria
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2c0ec272-f79a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.219Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.220Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.220Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.220Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.220Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.220Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.220Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.221Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.221Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.221Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_nyiHivvWMNkq5QTNts99
Description:catalog service description
Model UUID:e596ef56-037d-46ae-afe7-66fe435ba39f
Model Version:NULL
Model InvariantUuid:56c7e4d2-6ff1-480c-99b0-9e4d6d60c008
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-18T11:29:37.230Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 933ba1a6-8e1c-4c08-9dbc-2243297fa230
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-18T11:29:37.233Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||pNF 2c0ec272-f79a 0
2022-11-18T11:29:37.234Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 933ba1a6-8e1c-4c08-9dbc-2243297fa230
2022-11-18T11:29:37.234Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e596ef56-037d-46ae-afe7-66fe435ba39f
2022-11-18T11:29:37.234Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e596ef56-037d-46ae-afe7-66fe435ba39f
2022-11-18T11:29:37.234Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2c0ec272-f79a 0 933ba1a6-8e1c-4c08-9dbc-2243297fa230 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-18T11:29:37.239Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@260f0bf8, org.onap.sdc.toscaparser.api.parameters.Input@6478003a, org.onap.sdc.toscaparser.api.parameters.Input@a32ad32, org.onap.sdc.toscaparser.api.parameters.Input@4dc9adbf, org.onap.sdc.toscaparser.api.parameters.Input@13c73f35]
2022-11-18T11:29:37.240Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T11:29:37.240Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nyiHivvWMNkq5QTNts99 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T11:29:37.240Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e596ef56-037d-46ae-afe7-66fe435ba39f: pNF 2c0ec272-f79a
2022-11-18T11:29:37.240Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Processing PNF resource: 933ba1a6-8e1c-4c08-9dbc-2243297fa230
2022-11-18T11:29:37.240Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery