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 , isRecursive 2022-11-18T11:29:37.241Z|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.241Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||Resource customization UUID: 866027cc-d307-432e-920f-1077f89e364f is the same as notified resource customizationUUID: 866027cc-d307-432e-920f-1077f89e364f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-18T11:29:37.338Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2c0ec272-f79a 933ba1a6-8e1c-4c08-9dbc-2243297fa230 0 ASDC deployResourceStructure 2022-11-18T11:29:37.339Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar ASDC sendASDCNotification 2022-11-18T11:29:37.339Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar 2022-11-18T11:29:37.339Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:29:37.340Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:29:37.343Z|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:37.343Z|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": 1668770977339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:29:37.442Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:29:37.443Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T11:29:37.444Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:29:37.460Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:29:37.460Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:29:38.344Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:29:38.360Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:29:38.366Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:29:38.366Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:29:38.366Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:30:08.368Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:08.383Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:08.386Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:30:08.386Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:30:08.386Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:30:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:30:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:30:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:30:26.532Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:30:26.534Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.534Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||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-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.535Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:30:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:30:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.543Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.544Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.544Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.544Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.544Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.545Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.546Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.546Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.546Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.546Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.546Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.546Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.547Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.547Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.547Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.547Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.547Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.547Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770912184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.548Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.548Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.548Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "multicloud-k8s-id", "timestamp": 1668770919907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.548Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.548Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.549Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.549Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.549Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.549Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770929779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:30:26.549Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.549Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.550Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.550Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.550Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.550Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.550Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.550Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.551Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770924518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.551Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.551Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.551Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.551Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "cds", "timestamp": 1668770933275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:30:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.553Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.553Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.553Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.553Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.553Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770934769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.554Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.555Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.555Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "aai-ml", "timestamp": 1668770935772, "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:30:26.570Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20194748-58d9-4ba1-8c66-aae4dad575cb 2022-11-18T11:30:26.570Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770932551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.589Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770941377, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.590Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770942383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:30:26.591Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.591Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.591Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.591Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.591Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.591Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "policy-id", "timestamp": 1668770943388, "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:30:26.597Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20194748-58d9-4ba1-8c66-aae4dad575cb 2022-11-18T11:30:26.597Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a23991b1-4c90-41c3-b601-3dd3fc766bdb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770942648, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/resourceInstances/pnf2c0ec272f79a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770937268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770946048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770947918, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770948923, "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:30:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20194748-58d9-4ba1-8c66-aae4dad575cb 2022-11-18T11:30:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:26.626Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.626Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.626Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.626Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.626Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.626Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.627Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.628Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.629Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770954518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770952551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.630Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "cds", "timestamp": 1668770963239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770965093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.631Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770966099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:30:26.632Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:30:26.633Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "policy-id", "timestamp": 1668770967102, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T11:30:26.648Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 2022-11-18T11:30:26.648Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:30:38.387Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:38.409Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:30:38.415Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:30:38.416Z|20194748-58d9-4ba1-8c66-aae4dad575cb|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:30:38.422Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T11:31:08.422Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20194748-58d9-4ba1-8c66-aae4dad575cb 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:31:08.434Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20194748-58d9-4ba1-8c66-aae4dad575cb and serviceModelVersionId: e596ef56-037d-46ae-afe7-66fe435ba39f 2022-11-18T11:31:08.434Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56c7e4d2-6ff1-480c-99b0-9e4d6d60c008 2022-11-18T11:31:08.436Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0 2022-11-18T11:31:08.441Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T11:31:08.507Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0|INFO|500||Invoke 2022-11-18T11:31:08.507Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20194748-58d9-4ba1-8c66-aae4dad575cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ceb79e57-57e8-4440-9831-d39afbe2eef6], X-ECOMP-RequestID=[20194748-58d9-4ba1-8c66-aae4dad575cb], X-TransactionId=[], X-ONAP-RequestID=[20194748-58d9-4ba1-8c66-aae4dad575cb], Content-Type=[application/merge-patch+json]} 2022-11-18T11:31:08.513Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T11:31:08.629Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?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/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:31:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[112], vertex-id=[372768], x-aai-txid=[2-aai-resources-221118-11:31:07:538-33488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-18T11:31:08.630Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T11:31:08.631Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56c7e4d2-6ff1-480c-99b0-9e4d6d60c008/model-vers/model-ver/e596ef56-037d-46ae-afe7-66fe435ba39f?depth=0|INFO|500||InvokeReturn 2022-11-18T11:31:08.632Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T11:31:08.633Z|20194748-58d9-4ba1-8c66-aae4dad575cb|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:31:08.639Z|20194748-58d9-4ba1-8c66-aae4dad575cb|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:31:08.640Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20194748-58d9-4ba1-8c66-aae4dad575cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T11:31:08.640Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T11:31:08.641Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:08.644Z|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:31:08.644Z|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": 1668771068640, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:31:08.744Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:08.745Z||pool-50-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:31:08.746Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:08.766Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:08.766Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T11:31:09.659Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:31:09.659Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6278cdeb-17be-4ff0-980c-19e2ad2a5a2b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5d91bcd9-09fa-494a-9451-16ac4d0dea93","serviceDescription":"service","serviceInvariantUUID":"f9725319-c4ac-4fdf-956f-8add270c0640","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9d44654-d3ad-4a50-8a8b-d1708abc5413","resourceInvariantUUID":"f34bbdd2-8e35-42f5-9137-8d820ee241e2","resourceCustomizationUUID":"e5912f14-31ef-4277-bb30-dc28733346ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YzA2NGQzNGYyY2E0Njg1MTkyNTczNDgxMmQ1YjcyZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"464b880f-b856-4620-8bdb-4456d9325aa6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NThjYWU0MTliMjBiN2FjZjc2ZGUzNTQxZGM2NTY4MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f3400c2-2327-4711-b2ca-3c2db8bffa0d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"49cbd8a4-ba72-4736-a016-0212c6d73e27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b3ffaeb-1b97-49b7-bd3f-261b2b459722","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3cc2f084-fcde-414c-8ff1-0180b5cccdb1","artifactVersion":"2","generatedFromUUID":"49cbd8a4-ba72-4736-a016-0212c6d73e27"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGU3ZTc1NjczMTQxMGFlZTBhZTkxOGRjMzUzMGJkZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"926fc39a-f60e-43b0-8bb2-ddd0ecf6ac4a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGQwMTkxZTI4ODhhNDBkNDIxMTYwNjZkYzE4YWE5ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f3e6e7d-1a33-4358-89b4-4df9c1839ab9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T11:31:09.660Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:09.660Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:09.662Z|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:31:09.662Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:31:09.762Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:09.763Z||pool-51-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:31:09.763Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:09.779Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:09.780Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:10.662Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:10.663Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:10.665Z|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:31:10.666Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:31:10.766Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:10.767Z||pool-52-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:31:10.767Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:10.783Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:10.784Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:11.666Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:11.667Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:11.669Z|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:31:11.669Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:31:11.770Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T11:31:11.771Z||pool-53-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:31:11.771Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:11.788Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:11.789Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:31:12.670Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:12.671Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:12.673Z|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:31:12.673Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:31:12.773Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:12.775Z||pool-54-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:31:12.775Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:12.792Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:12.793Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:31:13.674Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:13.675Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:13.677Z|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:31:13.677Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T11:31:13.777Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:13.778Z||pool-55-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:31:13.779Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:13.793Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:13.793Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:14.677Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:14.678Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:14.680Z|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:31:14.681Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:31:14.781Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:14.782Z||pool-56-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:31:14.782Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:14.797Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:14.798Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:15.681Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:31:15.682Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:15.685Z|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:31:15.685Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:31:15.785Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:15.787Z||pool-57-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:31:15.787Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:15.802Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:15.803Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:16.686Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "5d91bcd9-09fa-494a-9451-16ac4d0dea93", "serviceDescription": "service", "serviceInvariantUUID": "f9725319-c4ac-4fdf-956f-8add270c0640", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e5912f14-31ef-4277-bb30-dc28733346ac", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f9d44654-d3ad-4a50-8a8b-d1708abc5413", "resourceInvariantUUID": "f34bbdd2-8e35-42f5-9137-8d820ee241e2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "NThjYWU0MTliMjBiN2FjZjc2ZGUzNTQxZGM2NTY4MjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f3400c2-2327-4711-b2ca-3c2db8bffa0d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "49cbd8a4-ba72-4736-a016-0212c6d73e27", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3cc2f084-fcde-414c-8ff1-0180b5cccdb1", "generatedFromUUID": "49cbd8a4-ba72-4736-a016-0212c6d73e27" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3cc2f084-fcde-414c-8ff1-0180b5cccdb1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGQwMTkxZTI4ODhhNDBkNDIxMTYwNjZkYzE4YWE5ZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f3e6e7d-1a33-4358-89b4-4df9c1839ab9" } ], "workloadContext": "Production" } 2022-11-18T11:31:16.687Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T11:31:16.687Z|20194748-58d9-4ba1-8c66-aae4dad575cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d91bcd9-09fa-494a-9451-16ac4d0dea93 ASDC 2022-11-18T11:31:16.688Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6278cdeb-17be-4ff0-980c-19e2ad2a5a2b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:5d91bcd9-09fa-494a-9451-16ac4d0dea93 ServiceInvariantUUID:f9725319-c4ac-4fdf-956f-8add270c0640 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:1f3e6e7d-1a33-4358-89b4-4df9c1839ab9 ArtifactChecksum:ZGQwMTkxZTI4ODhhNDBkNDIxMTYwNjZkYzE4YWE5ZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e5912f14-31ef-4277-bb30-dc28733346ac ResourceInvariantUUID:f34bbdd2-8e35-42f5-9137-8d820ee241e2 ResourceName:basic_vm ResourceType:VF ResourceUUID:f9d44654-d3ad-4a50-8a8b-d1708abc5413 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:7f3400c2-2327-4711-b2ca-3c2db8bffa0d ArtifactChecksum:NThjYWU0MTliMjBiN2FjZjc2ZGUzNTQxZGM2NTY4MjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:49cbd8a4-ba72-4736-a016-0212c6d73e27 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:3cc2f084-fcde-414c-8ff1-0180b5cccdb1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:3cc2f084-fcde-414c-8ff1-0180b5cccdb1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T11:31:16.688Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d91bcd9-09fa-494a-9451-16ac4d0dea93 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:31:16.731Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:31:16.732Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-18T11:31:16.733Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-18T11:31:16.733Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f3e6e7d-1a33-4358-89b4-4df9c1839ab9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T11:31:16.733Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-18T11:31:16.734Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T11:31:16.856Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-18T11:31:16.857Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1f3e6e7d-1a33-4358-89b4-4df9c1839ab9 74820 2022-11-18T11:31:16.858Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-18T11:31:16.858Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T11:31:16.858Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:31:16.859Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:16.861Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:16.861Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771076858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:31:16.964Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-18T11:31:16.965Z||pool-58-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:31:16.965Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:16.989Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:16.990Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:17.862Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:31:17.864Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-18T11:31:17.864Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1f3e6e7d-1a33-4358-89b4-4df9c1839ab9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T11:31:17.864Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-18T11:31:17.865Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T11:31:17.865Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T11:31:18.037Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7735768608916146843/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-18T11:31:19.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T11:31:19.141Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-18T11:31:19.141Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T11:31:19.141Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T11:31:19.141Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T11:31:19.141Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-BasicVm-csar.csar 2022-11-18T11:31:19.141Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-BasicVm-csar.csar 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-BasicVm-csar.csar 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||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-BasicVm-csar.csar 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:19.142Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:31:19.143Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T11:31:19.144Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T11:31:19.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:31:19.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:19.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:31:19.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T11:31:19.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5bafed2-3742-410c-8dc8-733fb25d06cb 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:19.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:19.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:5d91bcd9-09fa-494a-9451-16ac4d0dea93 Model Version:NULL Model InvariantUuid:f9725319-c4ac-4fdf-956f-8add270c0640 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:de2f8472-ffe0-4010-b2b1-70501bbb361f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f34bbdd2-8e35-42f5-9137-8d820ee241e2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e5912f14-31ef-4277-bb30-dc28733346ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6c36deea-44f7-4bc6-9581-8a54a7fac542 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:cc3b303c-da7b-4fd4-9f22-5490433b3627 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5bafed2-3742-410c-8dc8-733fb25d06cb ModelInvariantUuid:ea421931-c169-4f63-8688-db3b8ab94ea8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:d227f2e4-35b0-4dfa-9d1b-9ca733b5665c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2b7e0dfd-37e0-44c1-a3a9-42248cee164b ModelInvariantUuid:7be08400-bbea-4846-b499-2937e8c54f70 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a2f4bb29-14c0-4094-80b8-f02a8f7c859c 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:31:19.159Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f9d44654-d3ad-4a50-8a8b-d1708abc5413 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:31:19.162Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-11-18T11:31:19.162Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9d44654-d3ad-4a50-8a8b-d1708abc5413 2022-11-18T11:31:19.162Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f3400c2-2327-4711-b2ca-3c2db8bffa0d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T11:31:19.163Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-18T11:31:19.163Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T11:31:19.281Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-18T11:31:19.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7f3400c2-2327-4711-b2ca-3c2db8bffa0d 787 2022-11-18T11:31:19.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-18T11:31:19.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T11:31:19.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:31:19.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:19.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:19.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771079282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:31:19.385Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:19.386Z||pool-59-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:31:19.386Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:19.401Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:19.402Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:20.286Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6c36deea-44f7-4bc6-9581-8a54a7fac542", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc3b303c-da7b-4fd4-9f22-5490433b3627", "vfModuleModelCustomizationUUID": "8f952049-7faa-4064-a85b-04ea989db410", "isBase": true, "artifacts": [ "49cbd8a4-ba72-4736-a016-0212c6d73e27", "3cc2f084-fcde-414c-8ff1-0180b5cccdb1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "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:31:20.291Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc3b303c-da7b-4fd4-9f22-5490433b3627 VfModuleModelInvariantUUID:6c36deea-44f7-4bc6-9581-8a54a7fac542 VfModuleModelDescription:NULL Artifacts UUID List:{ 49cbd8a4-ba72-4736-a016-0212c6d73e27 , 3cc2f084-fcde-414c-8ff1-0180b5cccdb1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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:31:20.293Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6c36deea-44f7-4bc6-9581-8a54a7fac542", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc3b303c-da7b-4fd4-9f22-5490433b3627", "vfModuleModelCustomizationUUID": "8f952049-7faa-4064-a85b-04ea989db410", "isBase": true, "artifacts": [ "49cbd8a4-ba72-4736-a016-0212c6d73e27", "3cc2f084-fcde-414c-8ff1-0180b5cccdb1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "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:31:20.293Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc3b303c-da7b-4fd4-9f22-5490433b3627 VfModuleModelInvariantUUID:6c36deea-44f7-4bc6-9581-8a54a7fac542 VfModuleModelDescription:NULL Artifacts UUID List:{ 49cbd8a4-ba72-4736-a016-0212c6d73e27 , 3cc2f084-fcde-414c-8ff1-0180b5cccdb1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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:31:20.293Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49cbd8a4-ba72-4736-a016-0212c6d73e27 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T11:31:20.294Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-18T11:31:20.294Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T11:31:20.361Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-18T11:31:20.362Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 49cbd8a4-ba72-4736-a016-0212c6d73e27 5033 2022-11-18T11:31:20.362Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T11:31:20.362Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T11:31:20.362Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:31:20.363Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:20.364Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:20.365Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771080362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:31:20.465Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:20.466Z||pool-60-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:31:20.466Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:20.480Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:20.480Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:31:21.365Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3cc2f084-fcde-414c-8ff1-0180b5cccdb1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T11:31:21.366Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-18T11:31:21.367Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T11:31:21.462Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-18T11:31:21.463Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3cc2f084-fcde-414c-8ff1-0180b5cccdb1 903 2022-11-18T11:31:21.464Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T11:31:21.464Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T11:31:21.464Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:31:21.464Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:21.467Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:21.467Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771081464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:31:21.567Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:21.569Z||pool-61-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:31:21.569Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:21.585Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:21.586Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:22.468Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5d91bcd9-09fa-494a-9451-16ac4d0dea93 2022-11-18T11:31:22.469Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f9d44654-d3ad-4a50-8a8b-d1708abc5413 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:31:22.486Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f1abb42, org.onap.sdc.toscaparser.api.parameters.Input@4bdd9d4d, org.onap.sdc.toscaparser.api.parameters.Input@36aae8b2, org.onap.sdc.toscaparser.api.parameters.Input@69ee3548, org.onap.sdc.toscaparser.api.parameters.Input@7334539c] 2022-11-18T11:31:22.488Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.489Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.489Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-18T11:31:22.489Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e5912f14-31ef-4277-bb30-dc28733346ac 2022-11-18T11:31:22.489Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5912f14-31ef-4277-bb30-dc28733346ac matches Tosca VF Customization UUID: e5912f14-31ef-4277-bb30-dc28733346ac 2022-11-18T11:31:22.490Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e5912f14-31ef-4277-bb30-dc28733346ac 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:31:22.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.494Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.494Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e5912f14-31ef-4277-bb30-dc28733346ac: {\"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:31:22.495Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2df63584 2022-11-18T11:31:22.495Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.495Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:31:22.496Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f952049-7faa-4064-a85b-04ea989db410 2022-11-18T11:31:22.496Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f952049-7faa-4064-a85b-04ea989db410 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:31:22.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:22.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:31:22.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:22.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:31:22.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.501Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T11:31:22.501Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T11:31:22.501Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T11:31:22.501Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5bafed2-3742-410c-8dc8-733fb25d06cb 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:31:22.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:22.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:31:22.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T11:31:22.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e5912f14-31ef-4277-bb30-dc28733346ac 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:31:22.509Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.509Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.510Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5d91bcd9-09fa-494a-9451-16ac4d0dea93: basic_vm 2022-11-18T11:31:22.510Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.511Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.511Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.512Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.512Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.512Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.513Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.513Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.514Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:31:22.514Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:31:22.514Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 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:31:22.629Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f9d44654-d3ad-4a50-8a8b-d1708abc5413 1 ASDC deployResourceStructure 2022-11-18T11:31:22.629Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-18T11:31:22.629Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T11:31:22.629Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:31:22.630Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:22.632Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:22.632Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771082629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:31:22.734Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-18T11:31:22.735Z||pool-62-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:31:22.736Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:22.752Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:22.753Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:23.633Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T11:31:23.633Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T11:31:23.634Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:31:23.634Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:23.636Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:23.637Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771083633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:31:23.736Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:31:23.737Z||pool-63-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:31:23.738Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:23.755Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:23.756Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:31:24.638Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T11:31:24.638Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T11:31:24.638Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:31:24.639Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:24.641Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:24.641Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771084638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T11:31:24.741Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:31:24.742Z||pool-64-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:31:24.743Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:24.765Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:24.765Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:25.643Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-18T11:31:25.643Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T11:31:25.643Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:31:25.644Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:31:25.646Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:31:25.647Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771085643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:31:25.746Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:31:25.747Z||pool-65-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:31:25.747Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:31:25.763Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:25.764Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:31:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:31:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:31:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:31:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:31:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:31:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T11:31:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:31:26.648Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:31:26.661Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:31:26.664Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:31:26.664Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:31:26.664Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:31:56.666Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:31:56.699Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:31:56.702Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:31:56.702Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:31:56.702Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:32:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:32:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:32:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:32:26.533Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:32:26.535Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.535Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.536Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770959907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.537Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770967654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.538Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770968717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.539Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770969775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.540Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.541Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.542Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770970804, "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:32:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 2022-11-18T11:32:26.552Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:32:26.563Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.563Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.563Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.563Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.563Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770967268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668770971808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.564Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770975014, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "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:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.565Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770977339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNyihivvwmnkq5qtnts99/1.0/artifacts/service-DemoPnfNyihivvwmnkq5qtnts99-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770977399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.566Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.567Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.567Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.567Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770978407, "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:32:26.576Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 2022-11-18T11:32:26.576Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:32:26.586Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.586Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770972184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.587Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770979930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770986626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.588Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "aai-ml", "timestamp": 1668770987639, "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:32:26.595Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 2022-11-18T11:32:26.595Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:32:26.605Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.605Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.605Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.605Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.605Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.605Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.606Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.607Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T11:32:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.608Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.609Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.610Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.611Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.612Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.613Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.613Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.613Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.613Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.613Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.613Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.614Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770979907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770984518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.615Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668770992551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "cds", "timestamp": 1668770999790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770998670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.616Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668771002362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668770999788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.617Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668771003368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668771000844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.618Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "policy-id", "timestamp": 1668771004371, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T11:32:26.637Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dae201ff-ff91-4167-b28a-226343f0389f 2022-11-18T11:32:26.637Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae201ff-ff91-4167-b28a-226343f0389f 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:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668771001903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.649Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.650Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.650Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.650Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.650Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.650Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668771002966, "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:32:26.657Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dae201ff-ff91-4167-b28a-226343f0389f 2022-11-18T11:32:26.657Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae201ff-ff91-4167-b28a-226343f0389f 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:32:26.665Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.665Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.665Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.665Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668770997268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "multicloud-k8s-id", "timestamp": 1668771003970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.666Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771007012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.667Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771009386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.668Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771010390, "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:32:26.674Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dae201ff-ff91-4167-b28a-226343f0389f 2022-11-18T11:32:26.675Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae201ff-ff91-4167-b28a-226343f0389f 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:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771002184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:32:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771012051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771018890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:32:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "aai-ml", "timestamp": 1668771019894, "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:32:26.692Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dae201ff-ff91-4167-b28a-226343f0389f 2022-11-18T11:32:26.693Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dae201ff-ff91-4167-b28a-226343f0389f 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:32:26.702Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:32:26.713Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:32:26.716Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:32:26.716Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T11:32:26.716Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T11:32:26.716Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T11:32:26.717Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:32:26.717Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:32:26.717Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:32:26.717Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:32:26.717Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:32:26.724Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T11:32:56.725Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b 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:32:56.733Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b and serviceModelVersionId: 5d91bcd9-09fa-494a-9451-16ac4d0dea93 2022-11-18T11:32:56.733Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9725319-c4ac-4fdf-956f-8add270c0640 2022-11-18T11:32:56.734Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0 2022-11-18T11:32:56.740Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T11:32:56.798Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0|INFO|500||Invoke 2022-11-18T11:32:56.798Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6278cdeb-17be-4ff0-980c-19e2ad2a5a2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47eacc6f-e89c-46e9-a76b-322429fb4c4e], X-ECOMP-RequestID=[6278cdeb-17be-4ff0-980c-19e2ad2a5a2b], X-TransactionId=[], X-ONAP-RequestID=[6278cdeb-17be-4ff0-980c-19e2ad2a5a2b], Content-Type=[application/merge-patch+json]} 2022-11-18T11:32:56.805Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T11:32:57.002Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?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/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:32:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[193], vertex-id=[204816], x-aai-txid=[1-aai-resources-221118-11:32:55:830-95184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-18T11:32:57.002Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T11:32:57.003Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f9725319-c4ac-4fdf-956f-8add270c0640/model-vers/model-ver/5d91bcd9-09fa-494a-9451-16ac4d0dea93?depth=0|INFO|500||InvokeReturn 2022-11-18T11:32:57.004Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T11:32:57.004Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:32:57.011Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:32:57.012Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6278cdeb-17be-4ff0-980c-19e2ad2a5a2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T11:32:57.012Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T11:32:57.012Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:32:57.014Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:32:57.014Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771177012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:32:57.115Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:32:57.116Z||pool-66-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:32:57.116Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:32:57.136Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:32:57.137Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T11:32:58.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:32:58.038Z||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:32:58.038Z||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:33:02.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:02.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T11:33:02.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dae201ff-ff91-4167-b28a-226343f0389f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b2728489-0c77-4ab0-8b7f-d47933944e31","serviceDescription":"service","serviceInvariantUUID":"c5ed8df0-96bc-4350-a4f1-50f49092cf35","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a483143e-d8ff-486b-b04b-436b17ed758d","resourceInvariantUUID":"546d02d0-9a97-466a-9625-5b737880ef8f","resourceCustomizationUUID":"6fc6181c-5148-4dc2-a8a4-7c3b2df7f070","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"OGY0YTJiN2Y1ZjM3MjQxZTE0ZTlkY2EzYWJjZDgwNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e60eb48-d83b-4fe5-bfaf-8b5d7bad69c1","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15d62d58-c92a-456a-9ab2-fbb01ffe8e7f","artifactVersion":"2","generatedFromUUID":"6914738f-cb71-4772-af69-3d8cf84dca40"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6914738f-cb71-4772-af69-3d8cf84dca40","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTg4MDBhZGEyNWIxYWZhOWIzMzQ5ZjlhM2EyZjFlZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81eb8c9c-16ae-4af0-99e9-4f535db7309e","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0117c51d-1da5-43b1-838c-23267019ae45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b15335ab-dc99-45e9-b8fc-8b873c11eccb","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3299e4fb-6eeb-4fef-8e27-06ec92ac83a8","artifactVersion":"2","generatedFromUUID":"0117c51d-1da5-43b1-838c-23267019ae45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWExOTZkMjM1NzJiZWUxYWNhOWNlOTQyMjM5ODc4ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f85ef8ed-4116-4f56-915c-8cbcc855f253","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODcyODBjZjg2MWI2YzUyNGUxZjViOWRiNGFjZmE5ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37001a04-dd30-4c8d-8c13-0714fd49cb4e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T11:33:02.580Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:02.581Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:02.583Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:02.583Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:33:02.683Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:02.684Z||pool-67-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:33:02.684Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:02.699Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:02.699Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:03.583Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:03.588Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:03.593Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:03.593Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T11:33:03.691Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-18T11:33:03.692Z||pool-68-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:33:03.692Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:03.713Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:03.714Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:33:04.595Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:04.596Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:04.598Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:04.598Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T11:33:04.698Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:33:04.699Z||pool-69-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:33:04.700Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:04.718Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:04.719Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:05.620Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:05.714Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:05.752Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:05.753Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:33:05.821Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms 2022-11-18T11:33:05.822Z||pool-70-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:33:05.822Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:05.975Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:05.976Z||pool-70-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:06.753Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:06.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:06.758Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:06.758Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T11:33:06.859Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T11:33:06.860Z||pool-71-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:33:06.860Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:06.922Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:06.922Z||pool-71-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:07.759Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:07.760Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:07.763Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:07.763Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:33:07.863Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:33:07.864Z||pool-72-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:33:07.864Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:07.883Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:07.883Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:08.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:08.765Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:08.767Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:08.767Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T11:33:08.867Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:08.868Z||pool-73-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:33:08.868Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:08.884Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:08.884Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:09.767Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:09.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:09.772Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:09.773Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:33:09.871Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-18T11:33:09.872Z||pool-74-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:33:09.872Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:09.886Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:09.887Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:33:10.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:33:10.774Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:10.776Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:10.776Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:33:10.876Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:10.878Z||pool-75-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:33:10.878Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:10.892Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:10.893Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:11.778Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b2728489-0c77-4ab0-8b7f-d47933944e31", "serviceDescription": "service", "serviceInvariantUUID": "c5ed8df0-96bc-4350-a4f1-50f49092cf35", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6fc6181c-5148-4dc2-a8a4-7c3b2df7f070", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a483143e-d8ff-486b-b04b-436b17ed758d", "resourceInvariantUUID": "546d02d0-9a97-466a-9625-5b737880ef8f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "15d62d58-c92a-456a-9ab2-fbb01ffe8e7f", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6914738f-cb71-4772-af69-3d8cf84dca40", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "OTg4MDBhZGEyNWIxYWZhOWIzMzQ5ZjlhM2EyZjFlZGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "81eb8c9c-16ae-4af0-99e9-4f535db7309e", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0117c51d-1da5-43b1-838c-23267019ae45", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3299e4fb-6eeb-4fef-8e27-06ec92ac83a8", "generatedFromUUID": "0117c51d-1da5-43b1-838c-23267019ae45" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3299e4fb-6eeb-4fef-8e27-06ec92ac83a8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODcyODBjZjg2MWI2YzUyNGUxZjViOWRiNGFjZmE5ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37001a04-dd30-4c8d-8c13-0714fd49cb4e" } ], "workloadContext": "Production" } 2022-11-18T11:33:11.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T11:33:11.779Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b2728489-0c77-4ab0-8b7f-d47933944e31 ASDC 2022-11-18T11:33:11.780Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:dae201ff-ff91-4167-b28a-226343f0389f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b2728489-0c77-4ab0-8b7f-d47933944e31 ServiceInvariantUUID:c5ed8df0-96bc-4350-a4f1-50f49092cf35 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:37001a04-dd30-4c8d-8c13-0714fd49cb4e ArtifactChecksum:ODcyODBjZjg2MWI2YzUyNGUxZjViOWRiNGFjZmE5ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 ResourceInvariantUUID:546d02d0-9a97-466a-9625-5b737880ef8f ResourceName:basic_cnf ResourceType:VF ResourceUUID:a483143e-d8ff-486b-b04b-436b17ed758d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:15d62d58-c92a-456a-9ab2-fbb01ffe8e7f ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:6914738f-cb71-4772-af69-3d8cf84dca40 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:81eb8c9c-16ae-4af0-99e9-4f535db7309e ArtifactChecksum:OTg4MDBhZGEyNWIxYWZhOWIzMzQ5ZjlhM2EyZjFlZGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:0117c51d-1da5-43b1-838c-23267019ae45 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:3299e4fb-6eeb-4fef-8e27-06ec92ac83a8 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:3299e4fb-6eeb-4fef-8e27-06ec92ac83a8 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T11:33:11.780Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2728489-0c77-4ab0-8b7f-d47933944e31 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:33:11.822Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:33:11.822Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-18T11:33:11.823Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-18T11:33:11.823Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 37001a04-dd30-4c8d-8c13-0714fd49cb4e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T11:33:11.823Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-18T11:33:11.823Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T11:33:12.002Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-18T11:33:12.003Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 37001a04-dd30-4c8d-8c13-0714fd49cb4e 73675 2022-11-18T11:33:12.003Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-18T11:33:12.004Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T11:33:12.004Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:33:12.004Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:12.006Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:12.006Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771192003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:12.106Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:12.107Z||pool-76-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:33:12.107Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:12.122Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:12.122Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:13.007Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:33:13.009Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-18T11:33:13.009Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 37001a04-dd30-4c8d-8c13-0714fd49cb4e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:13.045Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-18T11:33:13.046Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:13.046Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:13.153Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2211917039233350145/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-18T11:33:14.203Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T11:33:14.204Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-18T11:33:14.204Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:14.204Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-18T11:33:14.204Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:14.205Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:14.205Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:14.205Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T11:33:14.205Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-18T11:33:14.205Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.205Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.206Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:14.206Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-18T11:33:14.206Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:33:14.206Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.206Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.207Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:14.207Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-18T11:33:14.207Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:33:14.207Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.207Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.208Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.208Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T11:33:14.208Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-18T11:33:14.208Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-18T11:33:14.208Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T11:33:14.209Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.209Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:33:14.209Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.209Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:14.209Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:33:14.210Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.210Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:14.210Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:33:14.210Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.210Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:14.210Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:33:14.211Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.211Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T11:33:14.211Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-18T11:33:14.211Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=856d923c-c75e-4221-9469-e83318ea2ef5 2022-11-18T11:33:14.211Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.212Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.212Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.212Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.212Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.212Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.212Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:14.213Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:14.213Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b2728489-0c77-4ab0-8b7f-d47933944e31 Model Version:NULL Model InvariantUuid:c5ed8df0-96bc-4350-a4f1-50f49092cf35 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:40d236cd-6378-4f55-b9ff-fa5595986513 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:546d02d0-9a97-466a-9625-5b737880ef8f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:17834ff9-7098-44b0-b7c3-2933ae6504f0 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ac2380b8-53c9-4d25-b0e2-40a47f2deafa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:856d923c-c75e-4221-9469-e83318ea2ef5 ModelInvariantUuid:46ed3a76-edbe-4f06-90b7-daa99600e501 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:914f673d-f5e3-4355-ba31-f6cd04aa9d19 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8dae8b0e-8d4f-4bd2-9ee5-83d39135e94e ModelInvariantUuid:c0402c18-e470-4cb3-b8a0-fcb86bcd45f6 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3f82e706-9da3-46df-b882-fdc7d5a23466 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:33:14.223Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a483143e-d8ff-486b-b04b-436b17ed758d 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:33:14.227Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-11-18T11:33:14.227Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a483143e-d8ff-486b-b04b-436b17ed758d 2022-11-18T11:33:14.227Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15d62d58-c92a-456a-9ab2-fbb01ffe8e7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T11:33:14.227Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-18T11:33:14.228Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T11:33:14.382Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-18T11:33:14.382Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 15d62d58-c92a-456a-9ab2-fbb01ffe8e7f 12 2022-11-18T11:33:14.383Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-18T11:33:14.383Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T11:33:14.383Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:33:14.383Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:14.385Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:14.386Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771194383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:14.486Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:14.487Z||pool-77-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:33:14.487Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:14.500Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:14.500Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:15.388Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6914738f-cb71-4772-af69-3d8cf84dca40 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T11:33:15.389Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-18T11:33:15.389Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T11:33:15.489Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-18T11:33:15.489Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6914738f-cb71-4772-af69-3d8cf84dca40 2688 2022-11-18T11:33:15.490Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-18T11:33:15.490Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T11:33:15.490Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:33:15.490Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:15.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:15.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771195490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:15.592Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:15.593Z||pool-78-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:33:15.593Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:15.607Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:15.607Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:16.493Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81eb8c9c-16ae-4af0-99e9-4f535db7309e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T11:33:16.494Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-18T11:33:16.494Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T11:33:16.588Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-18T11:33:16.589Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 81eb8c9c-16ae-4af0-99e9-4f535db7309e 828 2022-11-18T11:33:16.589Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-18T11:33:16.590Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T11:33:16.590Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:33:16.590Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:16.593Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:16.593Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771196589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:16.693Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:16.694Z||pool-79-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:33:16.694Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:16.707Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:16.707Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:17.594Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "17834ff9-7098-44b0-b7c3-2933ae6504f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ac2380b8-53c9-4d25-b0e2-40a47f2deafa", "vfModuleModelCustomizationUUID": "7fba7950-b9b1-4a5c-a338-8cbbf71ca2a5", "isBase": true, "artifacts": [ "0117c51d-1da5-43b1-838c-23267019ae45", "6914738f-cb71-4772-af69-3d8cf84dca40", "3299e4fb-6eeb-4fef-8e27-06ec92ac83a8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "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:33:17.599Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ac2380b8-53c9-4d25-b0e2-40a47f2deafa VfModuleModelInvariantUUID:17834ff9-7098-44b0-b7c3-2933ae6504f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 0117c51d-1da5-43b1-838c-23267019ae45 , 6914738f-cb71-4772-af69-3d8cf84dca40 , 3299e4fb-6eeb-4fef-8e27-06ec92ac83a8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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:33:17.602Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "17834ff9-7098-44b0-b7c3-2933ae6504f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ac2380b8-53c9-4d25-b0e2-40a47f2deafa", "vfModuleModelCustomizationUUID": "7fba7950-b9b1-4a5c-a338-8cbbf71ca2a5", "isBase": true, "artifacts": [ "0117c51d-1da5-43b1-838c-23267019ae45", "6914738f-cb71-4772-af69-3d8cf84dca40", "3299e4fb-6eeb-4fef-8e27-06ec92ac83a8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "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:33:17.603Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ac2380b8-53c9-4d25-b0e2-40a47f2deafa VfModuleModelInvariantUUID:17834ff9-7098-44b0-b7c3-2933ae6504f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 0117c51d-1da5-43b1-838c-23267019ae45 , 6914738f-cb71-4772-af69-3d8cf84dca40 , 3299e4fb-6eeb-4fef-8e27-06ec92ac83a8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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:33:17.603Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0117c51d-1da5-43b1-838c-23267019ae45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T11:33:17.603Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-18T11:33:17.604Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T11:33:17.759Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-18T11:33:17.759Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0117c51d-1da5-43b1-838c-23267019ae45 1164 2022-11-18T11:33:17.760Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-18T11:33:17.760Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T11:33:17.760Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:33:17.760Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:17.762Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:17.763Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771197760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:17.864Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:17.866Z||pool-80-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:33:17.866Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:17.886Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:17.886Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:18.763Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3299e4fb-6eeb-4fef-8e27-06ec92ac83a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T11:33:18.765Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-18T11:33:18.766Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T11:33:18.881Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-18T11:33:18.882Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3299e4fb-6eeb-4fef-8e27-06ec92ac83a8 200 2022-11-18T11:33:18.882Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-18T11:33:18.882Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T11:33:18.882Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:33:18.882Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:18.894Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:18.894Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771198882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:19.000Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-18T11:33:19.001Z||pool-81-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:33:19.001Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:19.018Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:19.019Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:19.895Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b2728489-0c77-4ab0-8b7f-d47933944e31 2022-11-18T11:33:19.896Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a483143e-d8ff-486b-b04b-436b17ed758d 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=? 2022-11-18T11:33:19.910Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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:33:19.919Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dc0b3ec, org.onap.sdc.toscaparser.api.parameters.Input@4f63dfb7, org.onap.sdc.toscaparser.api.parameters.Input@d5eea90, org.onap.sdc.toscaparser.api.parameters.Input@416b50ea, org.onap.sdc.toscaparser.api.parameters.Input@196cd4f8] 2022-11-18T11:33:19.920Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.921Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.921Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-18T11:33:19.921Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 2022-11-18T11:33:19.921Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 matches Tosca VF Customization UUID: 6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 2022-11-18T11:33:19.921Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 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:33:19.924Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.924Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.925Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6fc6181c-5148-4dc2-a8a4-7c3b2df7f070: {\"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:33:19.925Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29a4bd4b 2022-11-18T11:33:19.925Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.925Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:33:19.925Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fba7950-b9b1-4a5c-a338-8cbbf71ca2a5 2022-11-18T11:33:19.925Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fba7950-b9b1-4a5c-a338-8cbbf71ca2a5 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:33:19.928Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.928Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:19.929Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:33:19.929Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.929Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:19.929Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:33:19.930Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.930Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T11:33:19.930Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-18T11:33:19.930Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=856d923c-c75e-4221-9469-e83318ea2ef5 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:33:19.933Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.933Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:19.934Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:33:19.934Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.934Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T11:33:19.934Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6fc6181c-5148-4dc2-a8a4-7c3b2df7f070 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:33:19.937Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.937Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.937Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b2728489-0c77-4ab0-8b7f-d47933944e31: basic_cnf 2022-11-18T11:33:19.937Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.938Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.938Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.938Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.938Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.939Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.939Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.939Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.939Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:33:19.940Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:33:19.940Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 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: 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 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:33:20.366Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a483143e-d8ff-486b-b04b-436b17ed758d 1 ASDC deployResourceStructure 2022-11-18T11:33:20.367Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-18T11:33:20.372Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-18T11:33:20.373Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T11:33:20.373Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:20.376Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:20.376Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771200367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:33:20.477Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T11:33:20.482Z||pool-82-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:33:20.482Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:20.544Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:20.555Z||pool-82-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:21.377Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-18T11:33:21.377Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-18T11:33:21.377Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T11:33:21.378Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:21.380Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:21.380Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771201377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:33:21.480Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:21.486Z||pool-83-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:33:21.486Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:21.522Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:21.522Z||pool-83-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:22.381Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-18T11:33:22.381Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T11:33:22.381Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:33:22.382Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:22.384Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:22.384Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771202381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:33:22.484Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:22.485Z||pool-84-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:33:22.485Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:22.500Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:22.501Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:23.385Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-18T11:33:23.385Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T11:33:23.385Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:33:23.386Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:23.388Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:23.388Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771203385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:33:23.489Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T11:33:23.490Z||pool-85-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:33:23.490Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:23.507Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:23.508Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:24.389Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-18T11:33:24.390Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T11:33:24.390Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:33:24.391Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:24.393Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:24.393Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771204389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-18T11:33:24.493Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:24.494Z||pool-86-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:33:24.495Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:24.509Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:24.509Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:33:25.393Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-18T11:33:25.394Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T11:33:25.394Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:33:25.394Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:25.396Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:25.396Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771205393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:33:25.497Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T11:33:25.498Z||pool-87-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:33:25.499Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:25.513Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:25.513Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:33:26.400Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dae201ff-ff91-4167-b28a-226343f0389f 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:33:26.418Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dae201ff-ff91-4167-b28a-226343f0389f 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:33:26.421Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:33:26.422Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T11:33:26.422Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T11:33:26.422Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T11:33:26.422Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:33:26.422Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:33:26.422Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:33:26.423Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:33:26.423Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||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:33:26.429Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T11:33: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:33: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:33: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:33:26.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:26.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "20194748-58d9-4ba1-8c66-aae4dad575cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771068640, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:33:26.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668770966491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771076858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771079282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771080362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771081464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771082629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771083633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771084638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T11:33:26.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:26.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T11:33:26.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771085643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:33:26.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:33:56.430Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dae201ff-ff91-4167-b28a-226343f0389f 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:33:56.437Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dae201ff-ff91-4167-b28a-226343f0389f and serviceModelVersionId: b2728489-0c77-4ab0-8b7f-d47933944e31 2022-11-18T11:33:56.438Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5ed8df0-96bc-4350-a4f1-50f49092cf35 2022-11-18T11:33:56.439Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5ed8df0-96bc-4350-a4f1-50f49092cf35/model-vers/model-ver/b2728489-0c77-4ab0-8b7f-d47933944e31?depth=0 2022-11-18T11:33:56.443Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T11:33:56.483Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5ed8df0-96bc-4350-a4f1-50f49092cf35/model-vers/model-ver/b2728489-0c77-4ab0-8b7f-d47933944e31?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:33:56.485Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5ed8df0-96bc-4350-a4f1-50f49092cf35/model-vers/model-ver/b2728489-0c77-4ab0-8b7f-d47933944e31?depth=0|INFO|500||Invoke 2022-11-18T11:33:56.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5ed8df0-96bc-4350-a4f1-50f49092cf35/model-vers/model-ver/b2728489-0c77-4ab0-8b7f-d47933944e31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T11:33:56.682Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5ed8df0-96bc-4350-a4f1-50f49092cf35/model-vers/model-ver/b2728489-0c77-4ab0-8b7f-d47933944e31?depth=0|INFO|500||InvokeReturn 2022-11-18T11:33:56.683Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5ed8df0-96bc-4350-a4f1-50f49092cf35/model-vers/model-ver/b2728489-0c77-4ab0-8b7f-d47933944e31?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:33:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[187], vertex-id=[213032], x-aai-txid=[0-aai-resources-221118-11:33:55:517-88445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-18T11:33:56.683Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T11:33:56.683Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T11:33:56.683Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||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:33:56.692Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||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:33:56.692Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dae201ff-ff91-4167-b28a-226343f0389f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T11:33:56.693Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T11:33:56.693Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:33:56.695Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:33:56.695Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771236693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:33:56.795Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:33:56.796Z||pool-88-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:33:56.796Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:33:56.813Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:33:56.813Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T11:33:57.714Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:33:57.715Z|dae201ff-ff91-4167-b28a-226343f0389f|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:33:57.715Z|dae201ff-ff91-4167-b28a-226343f0389f|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:34:07.380Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:34:07.381Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:34:07.381Z|dae201ff-ff91-4167-b28a-226343f0389f|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:34:07.382Z|dae201ff-ff91-4167-b28a-226343f0389f|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:34:16.985Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:34:16.986Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:34:16.989Z|dae201ff-ff91-4167-b28a-226343f0389f|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:34:16.989Z|dae201ff-ff91-4167-b28a-226343f0389f|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:34: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:34: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:34: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:34:26.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:34:26.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6278cdeb-17be-4ff0-980c-19e2ad2a5a2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771177012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:34:26.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:34:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T11:34:26.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T11:34:26.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771178037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771192003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771194383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771195490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771196589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:34:26.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771197760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:34:26.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771198882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:34:26.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771200367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:34:26.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771201377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771202381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771203385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:34:26.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771204389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-18T11:34:26.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T11:34:26.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771205393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:34:26.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:34:26.546Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:34:26.546Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:34:26.547Z||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-18T11:34:26.547Z||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-18T11:34:36.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:35:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:35:26.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:35:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:35: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:35: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:35: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:35:27.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:35:27.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:35:27.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dae201ff-ff91-4167-b28a-226343f0389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771236693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:35:27.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:35:36.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:36:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:36:26.498Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:36:26.498Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:36: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:36: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:36: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:36:36.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:36:36.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:37:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:37:26.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:37:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:37:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:37:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:37:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:37:36.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:37:36.054Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:38:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:38:26.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:38:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:38: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:38: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:38: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:38:36.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:38:36.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:39:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:39:26.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:39:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:39: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:39: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:39: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:39:36.056Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:39:36.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:40:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:40:26.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:40:26.494Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:40: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:40: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:40: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:40:36.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:40:36.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:41:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:41:26.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:41:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:41:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:41:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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:41:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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:41:36.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:41:36.061Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:42:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:42:26.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:42:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:42:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:42:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:42:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:42:36.051Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:42:36.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:43:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:43:26.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:43:26.492Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:43:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:43:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:43:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:43:36.062Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:43:36.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:44:26.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:44:26.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:44:26.493Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:44:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:44:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:44:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T11:44:36.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:44:36.046Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:26.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:45:26.495Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:45:26.496Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:45:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:45:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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:45:26.682Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:26.683Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:45:26.683Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:26.685Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T11:45:26.686Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:45:26.687Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T11:45:27.128Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:27.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T11:45:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4535d0d2-6bee-423e-9616-90e68995fae9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b6708d1b-fef5-4c07-8c44-588d92c9485b","serviceDescription":"service","serviceInvariantUUID":"ee01263b-ef28-48c0-bbc3-268df708de09","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4686e44-fec2-41f6-9460-73e967bf34db","resourceInvariantUUID":"9f10cf00-fe82-4d79-aa73-1c358ca25b79","resourceCustomizationUUID":"de6e9fec-e57d-491f-ace2-a89f72a1f3fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMTk3MTBlNzZhNTUyZjQ5ZDdiMGY4NTg3NzIxZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0083184-506f-43b7-80cc-2aa75700a4af","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjMxODc2OTVlMTUwZmU0MDg1YTEwZWZhYTE3NjA0ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10666497-35d6-4220-b072-577c1bcb9042","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ffed3d37-d689-4bec-97ca-ffc313c3cb02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2723c8b9-664f-49e9-82c3-8a501c70a78f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c96595b1-dade-4f21-8c26-6c107eb76da5","artifactVersion":"2","generatedFromUUID":"ffed3d37-d689-4bec-97ca-ffc313c3cb02"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZWJlZTI1MTBhODA4NjliMWNlMTBjNzBjYTkzOGU1YWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"515f8f36-f050-4a74-9018-96337b9085e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZmY0NjUyZGEzNjM5MjMzYjYxMGQyY2I2YzUzYzM1OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6f16e95-4417-4aa1-995b-0a88f6408804","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2JkOTQ5YTkwMjMwMDhjMDYyMDVhMTRhYTBiOGMwMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08893b73-e058-408d-8f33-07523a6410d4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T11:45:27.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:27.135Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:27.142Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:27.142Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:27.242Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:27.243Z||pool-89-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:45:27.243Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:27.259Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:27.260Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:28.143Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:28.144Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:28.146Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:28.146Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:45:28.246Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:45:28.248Z||pool-90-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:45:28.248Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:28.263Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:28.264Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:29.147Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:29.148Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:29.151Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:29.151Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:45:29.251Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:29.252Z||pool-91-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:45:29.252Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:29.274Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:29.274Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:30.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:30.153Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:30.156Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:30.156Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:30.256Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:30.258Z||pool-92-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:45:30.258Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:30.271Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:30.271Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:31.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:31.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:31.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:31.160Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T11:45:31.260Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:31.263Z||pool-93-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:45:31.263Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:31.278Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:31.278Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:32.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:32.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:32.166Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:32.166Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:32.264Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-18T11:45:32.265Z||pool-94-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:45:32.266Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:32.342Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:32.342Z||pool-94-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:33.167Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:33.168Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:33.170Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:33.170Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:45:33.271Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:33.272Z||pool-95-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:45:33.272Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:33.328Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:33.329Z||pool-95-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:34.171Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:45:34.172Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:34.174Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:34.174Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:45:34.274Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:45:34.275Z||pool-96-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:45:34.276Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:34.291Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:34.292Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:35.176Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "b6708d1b-fef5-4c07-8c44-588d92c9485b", "serviceDescription": "service", "serviceInvariantUUID": "ee01263b-ef28-48c0-bbc3-268df708de09", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "de6e9fec-e57d-491f-ace2-a89f72a1f3fe", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d4686e44-fec2-41f6-9460-73e967bf34db", "resourceInvariantUUID": "9f10cf00-fe82-4d79-aa73-1c358ca25b79", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZjMxODc2OTVlMTUwZmU0MDg1YTEwZWZhYTE3NjA0ZWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10666497-35d6-4220-b072-577c1bcb9042", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ffed3d37-d689-4bec-97ca-ffc313c3cb02", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c96595b1-dade-4f21-8c26-6c107eb76da5", "generatedFromUUID": "ffed3d37-d689-4bec-97ca-ffc313c3cb02" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c96595b1-dade-4f21-8c26-6c107eb76da5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2JkOTQ5YTkwMjMwMDhjMDYyMDVhMTRhYTBiOGMwMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "08893b73-e058-408d-8f33-07523a6410d4" } ], "workloadContext": "Production" } 2022-11-18T11:45:35.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T11:45:35.177Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6708d1b-fef5-4c07-8c44-588d92c9485b ASDC 2022-11-18T11:45:35.178Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:4535d0d2-6bee-423e-9616-90e68995fae9 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:b6708d1b-fef5-4c07-8c44-588d92c9485b ServiceInvariantUUID:ee01263b-ef28-48c0-bbc3-268df708de09 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:08893b73-e058-408d-8f33-07523a6410d4 ArtifactChecksum:Y2JkOTQ5YTkwMjMwMDhjMDYyMDVhMTRhYTBiOGMwMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:de6e9fec-e57d-491f-ace2-a89f72a1f3fe ResourceInvariantUUID:9f10cf00-fe82-4d79-aa73-1c358ca25b79 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:d4686e44-fec2-41f6-9460-73e967bf34db ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:10666497-35d6-4220-b072-577c1bcb9042 ArtifactChecksum:ZjMxODc2OTVlMTUwZmU0MDg1YTEwZWZhYTE3NjA0ZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:ffed3d37-d689-4bec-97ca-ffc313c3cb02 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:c96595b1-dade-4f21-8c26-6c107eb76da5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:c96595b1-dade-4f21-8c26-6c107eb76da5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T11:45:35.178Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6708d1b-fef5-4c07-8c44-588d92c9485b 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:45:35.229Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:45:35.231Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T11:45:35.231Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T11:45:35.231Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08893b73-e058-408d-8f33-07523a6410d4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T11:45:35.231Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:45:35.232Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T11:45:35.343Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:45:35.344Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 08893b73-e058-408d-8f33-07523a6410d4 82616 2022-11-18T11:45:35.344Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-18T11:45:35.344Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T11:45:35.344Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:45:35.345Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:35.347Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:35.347Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771935344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:45:35.448Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:35.449Z||pool-97-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:45:35.449Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:35.466Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:35.467Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:45:36.348Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:45:36.349Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T11:45:36.349Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 08893b73-e058-408d-8f33-07523a6410d4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:36.350Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-18T11:45:36.350Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:36.351Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:36.574Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1089819324214140284/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-18T11:45:38.425Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T11:45:38.426Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T11:45:38.426Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.427Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T11:45:38.427Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.427Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.427Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.427Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.428Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.428Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.428Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T11:45:38.428Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T11:45:38.429Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.429Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.430Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:38.430Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T11:45:38.430Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:45:38.431Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.431Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.431Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:38.431Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T11:45:38.432Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:45:38.432Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.432Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.432Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.433Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T11:45:38.433Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-18T11:45:38.433Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-18T11:45:38.433Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-18T11:45:38.434Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T11:45:38.434Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T11:45:38.434Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.434Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:45:38.435Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.435Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:38.435Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:45:38.435Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.436Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:38.436Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:45:38.436Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.436Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:38.437Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:45:38.437Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.437Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T11:45:38.437Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T11:45:38.438Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T11:45:38.438Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4b7085b-6608-4ee0-88aa-91c1d6a0d0ed 2022-11-18T11:45:38.438Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.438Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.438Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.439Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.439Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.439Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.440Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:38.440Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:38.440Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:b6708d1b-fef5-4c07-8c44-588d92c9485b Model Version:NULL Model InvariantUuid:ee01263b-ef28-48c0-bbc3-268df708de09 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9c62bf8c-8b5a-4fae-8a04-aa330fcec92a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9f10cf00-fe82-4d79-aa73-1c358ca25b79 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:de6e9fec-e57d-491f-ace2-a89f72a1f3fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b7fd1ba6-c65a-4fc8-a6cb-29ab114e474e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:d42bea8c-b76a-4bc6-a7dd-7a83b4ed5a08 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b4b7085b-6608-4ee0-88aa-91c1d6a0d0ed ModelInvariantUuid:27ea03ea-84d8-425d-b482-36a0bd6ebc15 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:cdd67541-1ead-43c0-91ef-709dbc7d1b03 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:3a341c1b-898c-4ae3-98a2-0fe139148382 ModelInvariantUuid:5815cfc9-ca26-4d4c-93e3-2f35827df24b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e31e6805-231f-482e-8f38-825f5b5b4b94 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:45:38.480Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d4686e44-fec2-41f6-9460-73e967bf34db 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:45:38.495Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-11-18T11:45:38.495Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4686e44-fec2-41f6-9460-73e967bf34db 2022-11-18T11:45:38.495Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 10666497-35d6-4220-b072-577c1bcb9042 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T11:45:38.495Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:45:38.495Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T11:45:38.777Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:45:38.778Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 10666497-35d6-4220-b072-577c1bcb9042 792 2022-11-18T11:45:38.778Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-18T11:45:38.778Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T11:45:38.778Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:45:38.778Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:38.780Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:38.780Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771938778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:45:38.887Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-18T11:45:38.888Z||pool-98-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:45:38.888Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:39.053Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:39.053Z||pool-98-thread-1|||||INFO|500||cambria reply ok (166 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:39.781Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b7fd1ba6-c65a-4fc8-a6cb-29ab114e474e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d42bea8c-b76a-4bc6-a7dd-7a83b4ed5a08", "vfModuleModelCustomizationUUID": "6ecdc991-cb99-4104-9876-38a9d1098e9c", "isBase": true, "artifacts": [ "ffed3d37-d689-4bec-97ca-ffc313c3cb02", "c96595b1-dade-4f21-8c26-6c107eb76da5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "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:45:39.787Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d42bea8c-b76a-4bc6-a7dd-7a83b4ed5a08 VfModuleModelInvariantUUID:b7fd1ba6-c65a-4fc8-a6cb-29ab114e474e VfModuleModelDescription:NULL Artifacts UUID List:{ ffed3d37-d689-4bec-97ca-ffc313c3cb02 , c96595b1-dade-4f21-8c26-6c107eb76da5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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:45:39.789Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b7fd1ba6-c65a-4fc8-a6cb-29ab114e474e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d42bea8c-b76a-4bc6-a7dd-7a83b4ed5a08", "vfModuleModelCustomizationUUID": "6ecdc991-cb99-4104-9876-38a9d1098e9c", "isBase": true, "artifacts": [ "ffed3d37-d689-4bec-97ca-ffc313c3cb02", "c96595b1-dade-4f21-8c26-6c107eb76da5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "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:45:39.789Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d42bea8c-b76a-4bc6-a7dd-7a83b4ed5a08 VfModuleModelInvariantUUID:b7fd1ba6-c65a-4fc8-a6cb-29ab114e474e VfModuleModelDescription:NULL Artifacts UUID List:{ ffed3d37-d689-4bec-97ca-ffc313c3cb02 , c96595b1-dade-4f21-8c26-6c107eb76da5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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:45:39.789Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ffed3d37-d689-4bec-97ca-ffc313c3cb02 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T11:45:39.789Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:45:39.789Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T11:45:39.840Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:45:39.840Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ffed3d37-d689-4bec-97ca-ffc313c3cb02 5033 2022-11-18T11:45:39.841Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T11:45:39.841Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T11:45:39.841Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:45:39.841Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:39.843Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:39.843Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771939841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:45:39.943Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:39.945Z||pool-99-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:45:39.945Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:39.958Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:39.958Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:40.844Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c96595b1-dade-4f21-8c26-6c107eb76da5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T11:45:40.844Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:45:40.845Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T11:45:40.962Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:45:40.963Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c96595b1-dade-4f21-8c26-6c107eb76da5 903 2022-11-18T11:45:40.963Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T11:45:40.963Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T11:45:40.964Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:45:40.964Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:40.966Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:40.966Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771940963, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:45:41.066Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:45:41.067Z||pool-100-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:45:41.068Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:41.083Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:41.084Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:45:41.967Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b6708d1b-fef5-4c07-8c44-588d92c9485b 2022-11-18T11:45:41.968Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d4686e44-fec2-41f6-9460-73e967bf34db 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:45:41.984Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7158416a, org.onap.sdc.toscaparser.api.parameters.Input@46a3b671, org.onap.sdc.toscaparser.api.parameters.Input@4bdde9c7, org.onap.sdc.toscaparser.api.parameters.Input@60679c97, org.onap.sdc.toscaparser.api.parameters.Input@5307c2e0] 2022-11-18T11:45:41.985Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:41.986Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:41.986Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T11:45:41.986Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= de6e9fec-e57d-491f-ace2-a89f72a1f3fe 2022-11-18T11:45:41.986Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de6e9fec-e57d-491f-ace2-a89f72a1f3fe matches Tosca VF Customization UUID: de6e9fec-e57d-491f-ace2-a89f72a1f3fe 2022-11-18T11:45:41.987Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: de6e9fec-e57d-491f-ace2-a89f72a1f3fe 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:45:41.989Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:41.989Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:41.990Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id de6e9fec-e57d-491f-ace2-a89f72a1f3fe: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-18T11:45:41.990Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@702407ec 2022-11-18T11:45:41.990Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:41.990Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:45:41.991Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ecdc991-cb99-4104-9876-38a9d1098e9c 2022-11-18T11:45:41.991Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ecdc991-cb99-4104-9876-38a9d1098e9c 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:45:41.994Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:41.994Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:41.994Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:45:41.995Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:41.995Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:41.995Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:45:41.996Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:41.996Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T11:45:41.996Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T11:45:41.996Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T11:45:41.997Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4b7085b-6608-4ee0-88aa-91c1d6a0d0ed 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:45:42.000Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.000Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:42.002Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:45:42.003Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.003Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T11:45:42.003Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=de6e9fec-e57d-491f-ace2-a89f72a1f3fe 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:45:42.006Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.006Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:42.006Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b6708d1b-fef5-4c07-8c44-588d92c9485b: basic_vm_macro 2022-11-18T11:45:42.006Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.007Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:42.007Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.007Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:42.008Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.008Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:42.008Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.008Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:42.009Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:45:42.009Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:45:42.009Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 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:45:42.126Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d4686e44-fec2-41f6-9460-73e967bf34db 1 ASDC deployResourceStructure 2022-11-18T11:45:42.127Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-18T11:45:42.127Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T11:45:42.127Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:45:42.127Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:42.149Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:42.149Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771942127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:45:42.230Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-11-18T11:45:42.230Z||pool-101-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:45:42.231Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:42.245Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:42.245Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:43.150Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T11:45:43.151Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T11:45:43.151Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:45:43.151Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:43.154Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:43.154Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771943150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:45:43.254Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:43.255Z||pool-102-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:45:43.255Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:43.270Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:43.271Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:44.155Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T11:45:44.156Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T11:45:44.156Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:45:44.156Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:44.158Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:44.158Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771944155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T11:45:44.258Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:45:44.260Z||pool-103-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:45:44.260Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:44.278Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:44.279Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:45.161Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-18T11:45:45.161Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T11:45:45.162Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:45:45.163Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:45:45.166Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:45:45.166Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771945160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:45:45.266Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:45:45.267Z||pool-104-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:45:45.268Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:45:45.284Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:45:45.285Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:45:46.168Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:45:46.183Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:45:46.185Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:45:46.185Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:45:46.185Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:46:16.186Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:46:16.201Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:46:16.204Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:46:16.204Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:46:16.204Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:46:26.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:46:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:46:26.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:46:26.532Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:46:26.532Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:46:26.533Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:46:26.534Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:46:46.205Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:46:46.241Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:46:46.245Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:46:46.245Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:46:46.245Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:47:16.248Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:47:16.262Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:47:16.264Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:47:16.265Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:47:16.265Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:47:26.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:47:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:47:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:47:26.579Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:47:26.580Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:47:26.580Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:47:26.581Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:47:46.265Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:47:46.283Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:47:46.286Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:47:46.286Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:47:46.286Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:48:16.286Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:16.305Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:16.308Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:48:16.308Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T11:48:16.308Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T11:48:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:48:26.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:48:26.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:48:26.604Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:48:27.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.145Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.146Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.147Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.148Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.149Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.149Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.149Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:48:27.149Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.149Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.150Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.150Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.150Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.150Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T11:48:27.151Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.151Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.151Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.151Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.152Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.152Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:48:27.152Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.152Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.152Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.153Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.153Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.153Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.154Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.154Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.154Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.154Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.155Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.155Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.156Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.157Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.157Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.157Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.157Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.158Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.158Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.158Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.158Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.159Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.159Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.159Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T11:48:27.159Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.160Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.160Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771914518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.160Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.160Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.160Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771919907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.161Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.161Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.161Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.161Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.162Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.162Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.163Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.163Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.163Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.164Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.164Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.164Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.165Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.165Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.165Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.165Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.165Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.166Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.166Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.166Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.167Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771931066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.167Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.167Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.167Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "cds", "timestamp": 1668771932412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.168Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.168Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.168Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.169Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.175Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.175Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771926492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.175Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.175Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.176Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T11:48:27.176Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.176Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.176Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771932157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.177Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.177Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.178Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.178Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.178Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.179Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771927268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.179Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.179Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.179Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.180Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.180Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.180Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.180Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.180Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.181Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771935344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.185Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.185Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.186Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771933328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.186Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.186Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.186Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.187Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.187Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.187Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.187Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.188Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.188Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771936073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.188Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.191Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.191Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.191Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.191Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.191Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771934357, "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:48:27.236Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4535d0d2-6bee-423e-9616-90e68995fae9 2022-11-18T11:48:27.237Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:27.276Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.276Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.277Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.277Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.277Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.277Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.278Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.278Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.278Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.278Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.278Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "multicloud-k8s-id", "timestamp": 1668771935361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.278Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.279Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.280Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.280Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771938778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.280Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.280Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.281Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.281Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.281Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771939215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.282Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.283Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.283Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.283Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.283Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771939841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.283Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.284Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771940221, "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:48:27.329Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4535d0d2-6bee-423e-9616-90e68995fae9 2022-11-18T11:48:27.330Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:27.393Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771941408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771940963, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.394Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771942415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.395Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771942127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.396Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "policy-id", "timestamp": 1668771943423, "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:48:27.419Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4535d0d2-6bee-423e-9616-90e68995fae9 2022-11-18T11:48:27.419Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:27.435Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.435Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.435Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.435Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771940938, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771943150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.436Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771933418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.437Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771944155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.438Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668771945160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "cds", "timestamp": 1668771944226, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.439Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.440Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.441Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771947810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.442Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.443Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "aai-ml", "timestamp": 1668771948814, "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:48:27.466Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4535d0d2-6bee-423e-9616-90e68995fae9 2022-11-18T11:48:27.467Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:27.497Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.497Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.498Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.498Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.498Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.498Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.499Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771939907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.500Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771932551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.501Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.501Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771950647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771954553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771951738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771955558, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.506Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771952870, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.507Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "policy-id", "timestamp": 1668771956561, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T11:48:27.528Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2485b967-ee0c-40b9-8add-aa2d4c75afab 2022-11-18T11:48:27.528Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:48:27.541Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.541Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.541Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.541Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.542Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771953944, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.542Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.542Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.542Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.543Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.543Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.543Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771955017, "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:48:27.555Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2485b967-ee0c-40b9-8add-aa2d4c75afab 2022-11-18T11:48:27.555Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:48:27.564Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.565Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.565Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.565Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.566Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.566Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.566Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.566Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "multicloud-k8s-id", "timestamp": 1668771956020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.567Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.567Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.567Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.567Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.568Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.568Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.568Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.568Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.568Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.569Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.569Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.569Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.570Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.570Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.570Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771932184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.570Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.570Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.571Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.571Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.571Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.571Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771959939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.572Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.572Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.572Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.573Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.573Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.573Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.574Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.574Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.574Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.574Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.574Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.575Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.575Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.575Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.575Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:48:27.576Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.576Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.576Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771957268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:48:27.576Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:48:27.576Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.577Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771968027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:48:27.577Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.577Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.578Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771967065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.578Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.578Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.578Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "aai-ml", "timestamp": 1668771968070, "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:48:27.588Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2485b967-ee0c-40b9-8add-aa2d4c75afab 2022-11-18T11:48:27.588Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:48:27.600Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.600Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771970367, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:48:27.600Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:48:27.600Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:48:27.601Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668771971372, "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:48:27.607Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2485b967-ee0c-40b9-8add-aa2d4c75afab 2022-11-18T11:48:27.607Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:48:46.309Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:46.322Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:48:46.324Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:48:46.324Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T11:48:46.324Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T11:48:46.325Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T11:48:46.325Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:48:46.325Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:48:46.325Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:48:46.325Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:48:46.325Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T11:48:46.337Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T11:49:16.337Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4535d0d2-6bee-423e-9616-90e68995fae9 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:49:16.347Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4535d0d2-6bee-423e-9616-90e68995fae9 and serviceModelVersionId: b6708d1b-fef5-4c07-8c44-588d92c9485b 2022-11-18T11:49:16.347Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee01263b-ef28-48c0-bbc3-268df708de09 2022-11-18T11:49:16.348Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee01263b-ef28-48c0-bbc3-268df708de09/model-vers/model-ver/b6708d1b-fef5-4c07-8c44-588d92c9485b?depth=0 2022-11-18T11:49:16.361Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T11:49:16.423Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee01263b-ef28-48c0-bbc3-268df708de09/model-vers/model-ver/b6708d1b-fef5-4c07-8c44-588d92c9485b?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:49:16.425Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee01263b-ef28-48c0-bbc3-268df708de09/model-vers/model-ver/b6708d1b-fef5-4c07-8c44-588d92c9485b?depth=0|INFO|500||Invoke 2022-11-18T11:49:16.431Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee01263b-ef28-48c0-bbc3-268df708de09/model-vers/model-ver/b6708d1b-fef5-4c07-8c44-588d92c9485b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T11:49:16.594Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee01263b-ef28-48c0-bbc3-268df708de09/model-vers/model-ver/b6708d1b-fef5-4c07-8c44-588d92c9485b?depth=0|INFO|500||InvokeReturn 2022-11-18T11:49:16.595Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee01263b-ef28-48c0-bbc3-268df708de09/model-vers/model-ver/b6708d1b-fef5-4c07-8c44-588d92c9485b?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:49:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[274672], x-aai-txid=[0-aai-resources-221118-11:49:15:455-78638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-18T11:49:16.595Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T11:49:16.596Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T11:49:16.596Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T11:49:16.603Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T11:49:16.603Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4535d0d2-6bee-423e-9616-90e68995fae9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T11:49:16.603Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T11:49:16.604Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:16.606Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:16.606Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772156603, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:49:16.708Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-18T11:49:16.709Z||pool-105-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:49:16.710Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:16.729Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:16.730Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T11:49:17.622Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:49:17.622Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:49:17.622Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:22.116Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:22.117Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T11:49:22.117Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2485b967-ee0c-40b9-8add-aa2d4c75afab","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ae0bf35b-609e-453d-b5d5-46d1d988c4bb","serviceDescription":"service","serviceInvariantUUID":"c9be3c0f-9789-4e1f-89e1-55148042fff9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af","resourceInvariantUUID":"e1a7f14a-b792-4fd9-9140-060a026e752e","resourceCustomizationUUID":"f7b4691a-22fa-4831-b44a-ba6f76cdba70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZTMxY2IwMTBkMzdjZDc4YzQ5YWI1NmIzMTZjNmE4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8f2b244-cd8c-4c28-8595-7e520d511dd5","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"M2MxMDUyYjA1YzUzZTZkOGU2ZDdkY2VlOWJjMDJjZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff4963c9-20f4-46d8-8efe-82aa7d5af7f6","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7718b758-de67-4d39-bd18-0accca1b09c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dc8d6a2-24ca-42a5-8062-5ec13c6123e0","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"52db7496-aafc-4e98-84c6-0226d9287cdb","artifactVersion":"2","generatedFromUUID":"54a5ca82-61d1-4bc3-b765-3e943bdada8b"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a13b5362-0be8-4383-a8df-cf97b99eee94","artifactVersion":"2","generatedFromUUID":"7718b758-de67-4d39-bd18-0accca1b09c7"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"54a5ca82-61d1-4bc3-b765-3e943bdada8b","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f6510d8b-7c11-41c6-a713-8e7a2c0fe92c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MzkyMWQ0YjAxZWQyNjA4MzhkZTk2ZmIwZGYzYzA4MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3fb96b2-40e8-43bd-8bdc-a6c9088b957a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWNjZjc3NzgyNDRjMWYzMmEzZTU1MWY1ZDEwNTBjZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0a0845e-030a-4b9b-bf24-977ca4822875","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T11:49:22.119Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:22.119Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:22.121Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:22.122Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:49:22.222Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:22.223Z||pool-106-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:49:22.223Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:22.237Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:22.238Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:23.122Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:23.123Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:23.126Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:23.126Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:49:23.229Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-18T11:49:23.230Z||pool-107-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:49:23.230Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:23.247Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:23.248Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:24.127Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:24.128Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:24.130Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:24.130Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T11:49:24.230Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:49:24.231Z||pool-108-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:49:24.232Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:24.253Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:24.254Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:25.131Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:25.133Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:25.136Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:25.136Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:49:25.236Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:25.237Z||pool-109-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:49:25.237Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:25.252Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:25.252Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:26.137Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:26.138Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:26.141Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:26.141Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T11:49:26.241Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:49:26.242Z||pool-110-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:49:26.242Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:26.273Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:26.273Z||pool-110-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:26.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:49:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:49:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:49:27.137Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:27.138Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:49:27.138Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4535d0d2-6bee-423e-9616-90e68995fae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772156603, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T11:49:27.139Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:49:27.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:49:27.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T11:49:27.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:49:27.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:49:27.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T11:49:27.140Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:49:27.142Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:27.143Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:27.145Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:27.146Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T11:49:27.246Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:27.247Z||pool-111-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:49:27.247Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:27.263Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:27.263Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:28.146Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:28.147Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:28.149Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:28.149Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T11:49:28.250Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:28.251Z||pool-112-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:49:28.251Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:28.264Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:28.265Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:29.150Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:29.151Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:29.154Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:29.154Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:49:29.254Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:29.255Z||pool-113-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:49:29.255Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:29.273Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:29.273Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:30.155Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:30.155Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:30.158Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:30.158Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:49:30.258Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:30.259Z||pool-114-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:49:30.259Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:30.277Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:30.278Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:31.158Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T11:49:31.160Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:31.162Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:31.162Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:49:31.263Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T11:49:31.264Z||pool-115-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:49:31.264Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:31.277Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:31.278Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:32.164Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "ae0bf35b-609e-453d-b5d5-46d1d988c4bb", "serviceDescription": "service", "serviceInvariantUUID": "c9be3c0f-9789-4e1f-89e1-55148042fff9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "f7b4691a-22fa-4831-b44a-ba6f76cdba70", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af", "resourceInvariantUUID": "e1a7f14a-b792-4fd9-9140-060a026e752e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "M2MxMDUyYjA1YzUzZTZkOGU2ZDdkY2VlOWJjMDJjZjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff4963c9-20f4-46d8-8efe-82aa7d5af7f6", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7718b758-de67-4d39-bd18-0accca1b09c7", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a13b5362-0be8-4383-a8df-cf97b99eee94", "generatedFromUUID": "7718b758-de67-4d39-bd18-0accca1b09c7" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "52db7496-aafc-4e98-84c6-0226d9287cdb", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a13b5362-0be8-4383-a8df-cf97b99eee94", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "54a5ca82-61d1-4bc3-b765-3e943bdada8b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YWNjZjc3NzgyNDRjMWYzMmEzZTU1MWY1ZDEwNTBjZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0a0845e-030a-4b9b-bf24-977ca4822875" } ], "workloadContext": "Production" } 2022-11-18T11:49:32.164Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T11:49:32.164Z|4535d0d2-6bee-423e-9616-90e68995fae9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ae0bf35b-609e-453d-b5d5-46d1d988c4bb ASDC 2022-11-18T11:49:32.165Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:2485b967-ee0c-40b9-8add-aa2d4c75afab ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:ae0bf35b-609e-453d-b5d5-46d1d988c4bb ServiceInvariantUUID:c9be3c0f-9789-4e1f-89e1-55148042fff9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:c0a0845e-030a-4b9b-bf24-977ca4822875 ArtifactChecksum:YWNjZjc3NzgyNDRjMWYzMmEzZTU1MWY1ZDEwNTBjZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:f7b4691a-22fa-4831-b44a-ba6f76cdba70 ResourceInvariantUUID:e1a7f14a-b792-4fd9-9140-060a026e752e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:ff4963c9-20f4-46d8-8efe-82aa7d5af7f6 ArtifactChecksum:M2MxMDUyYjA1YzUzZTZkOGU2ZDdkY2VlOWJjMDJjZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:7718b758-de67-4d39-bd18-0accca1b09c7 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:a13b5362-0be8-4383-a8df-cf97b99eee94 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:52db7496-aafc-4e98-84c6-0226d9287cdb ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:a13b5362-0be8-4383-a8df-cf97b99eee94 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:54a5ca82-61d1-4bc3-b765-3e943bdada8b ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T11:49:32.165Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae0bf35b-609e-453d-b5d5-46d1d988c4bb 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:49:32.224Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:49:32.224Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T11:49:32.225Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T11:49:32.225Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c0a0845e-030a-4b9b-bf24-977ca4822875 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:32.225Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:49:32.225Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:32.398Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:49:32.402Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c0a0845e-030a-4b9b-bf24-977ca4822875 162977 2022-11-18T11:49:32.402Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-18T11:49:32.402Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:32.403Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:49:32.403Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:32.405Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:32.405Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772172402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:49:32.505Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:32.506Z||pool-116-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:49:32.506Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:32.520Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:32.520Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:33.406Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T11:49:33.407Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T11:49:33.407Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c0a0845e-030a-4b9b-bf24-977ca4822875, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:33.408Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-18T11:49:33.408Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:33.408Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:33.517Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12592272939257341567/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-18T11:49:34.858Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T11:49:34.858Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T11:49:34.858Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:34.858Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-18T11:49:34.858Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.859Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:34.860Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T11:49:34.860Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:49:34.860Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.860Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.860Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:34.860Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T11:49:34.861Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T11:49:34.861Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.861Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.861Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.861Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-18T11:49:34.861Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:34.862Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:49:34.863Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.863Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:34.863Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:49:34.863Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.863Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:34.863Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-18T11:49:34.864Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=78879bee-2a88-4945-8492-1ea64a1a24d0 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.865Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:34.866Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:34.866Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:ae0bf35b-609e-453d-b5d5-46d1d988c4bb Model Version:NULL Model InvariantUuid:c9be3c0f-9789-4e1f-89e1-55148042fff9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:445d7f6a-13fd-48c7-9feb-b10a40809f04 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e1a7f14a-b792-4fd9-9140-060a026e752e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f7b4691a-22fa-4831-b44a-ba6f76cdba70 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:526f8a34-58a5-4337-8e78-3da38b73e0b0 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:6d045dc7-01fe-4575-83a0-695236cd317a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:97d03a75-cb78-4673-a008-9c27269f6a57 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ade47bda-3cb6-4a03-b078-ddc64f41a1a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:78879bee-2a88-4945-8492-1ea64a1a24d0 ModelInvariantUuid:d777a749-e07a-4913-84ae-bae8ed3adc0e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ab13ff59-d1c8-4d5d-bd66-7fff19075f15 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:44677bff-d889-4bf8-956c-a835784bbc7d ModelInvariantUuid:5a57c2d9-df22-45ab-9a6a-3731a6c19615 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:8c0cdf32-bfef-4ed7-affc-2373f5a16cdc 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:49:34.878Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af 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:49:34.881Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-11-18T11:49:34.881Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af 2022-11-18T11:49:34.881Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff4963c9-20f4-46d8-8efe-82aa7d5af7f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-18T11:49:34.881Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:49:34.881Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-18T11:49:35.009Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:49:35.009Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ff4963c9-20f4-46d8-8efe-82aa7d5af7f6 1565 2022-11-18T11:49:35.010Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-18T11:49:35.010Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-18T11:49:35.010Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:49:35.010Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:35.012Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:35.013Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772175010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:49:35.113Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:35.114Z||pool-117-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:49:35.114Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:35.136Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:35.136Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:49:36.013Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "97d03a75-cb78-4673-a008-9c27269f6a57", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ade47bda-3cb6-4a03-b078-ddc64f41a1a8", "vfModuleModelCustomizationUUID": "37a311c7-ae25-45c0-b381-8e473baf3bb8", "isBase": true, "artifacts": [ "7718b758-de67-4d39-bd18-0accca1b09c7", "a13b5362-0be8-4383-a8df-cf97b99eee94" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "526f8a34-58a5-4337-8e78-3da38b73e0b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d045dc7-01fe-4575-83a0-695236cd317a", "vfModuleModelCustomizationUUID": "57d83fa7-0cc1-48e5-96b4-4d94409db369", "isBase": false, "artifacts": [ "54a5ca82-61d1-4bc3-b765-3e943bdada8b" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-18T11:49:36.017Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ade47bda-3cb6-4a03-b078-ddc64f41a1a8 VfModuleModelInvariantUUID:97d03a75-cb78-4673-a008-9c27269f6a57 VfModuleModelDescription:NULL Artifacts UUID List:{ 7718b758-de67-4d39-bd18-0accca1b09c7 , a13b5362-0be8-4383-a8df-cf97b99eee94 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6d045dc7-01fe-4575-83a0-695236cd317a VfModuleModelInvariantUUID:526f8a34-58a5-4337-8e78-3da38b73e0b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 54a5ca82-61d1-4bc3-b765-3e943bdada8b } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-18T11:49:36.019Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "97d03a75-cb78-4673-a008-9c27269f6a57", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ade47bda-3cb6-4a03-b078-ddc64f41a1a8", "vfModuleModelCustomizationUUID": "37a311c7-ae25-45c0-b381-8e473baf3bb8", "isBase": true, "artifacts": [ "7718b758-de67-4d39-bd18-0accca1b09c7", "a13b5362-0be8-4383-a8df-cf97b99eee94" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "526f8a34-58a5-4337-8e78-3da38b73e0b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d045dc7-01fe-4575-83a0-695236cd317a", "vfModuleModelCustomizationUUID": "57d83fa7-0cc1-48e5-96b4-4d94409db369", "isBase": false, "artifacts": [ "54a5ca82-61d1-4bc3-b765-3e943bdada8b" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-18T11:49:36.019Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ade47bda-3cb6-4a03-b078-ddc64f41a1a8 VfModuleModelInvariantUUID:97d03a75-cb78-4673-a008-9c27269f6a57 VfModuleModelDescription:NULL Artifacts UUID List:{ 7718b758-de67-4d39-bd18-0accca1b09c7 , a13b5362-0be8-4383-a8df-cf97b99eee94 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6d045dc7-01fe-4575-83a0-695236cd317a VfModuleModelInvariantUUID:526f8a34-58a5-4337-8e78-3da38b73e0b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 54a5ca82-61d1-4bc3-b765-3e943bdada8b } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-18T11:49:36.019Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7718b758-de67-4d39-bd18-0accca1b09c7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-18T11:49:36.019Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:49:36.019Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-18T11:49:36.089Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:49:36.090Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7718b758-de67-4d39-bd18-0accca1b09c7 914 2022-11-18T11:49:36.090Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-18T11:49:36.091Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-18T11:49:36.091Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:49:36.091Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:36.105Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:36.105Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772176090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:49:36.193Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-11-18T11:49:36.194Z||pool-118-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:49:36.195Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:36.209Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:36.209Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:37.105Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 52db7496-aafc-4e98-84c6-0226d9287cdb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-18T11:49:37.106Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:49:37.106Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-18T11:49:37.190Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:49:37.190Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 52db7496-aafc-4e98-84c6-0226d9287cdb 12 2022-11-18T11:49:37.190Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-18T11:49:37.190Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-18T11:49:37.191Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:49:37.191Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:37.193Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:37.193Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772177190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:49:37.297Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-18T11:49:37.298Z||pool-119-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:49:37.298Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:37.312Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:37.313Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:38.193Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a13b5362-0be8-4383-a8df-cf97b99eee94 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-18T11:49:38.194Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:49:38.194Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-18T11:49:38.305Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:49:38.305Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a13b5362-0be8-4383-a8df-cf97b99eee94 96 2022-11-18T11:49:38.306Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-18T11:49:38.306Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-18T11:49:38.306Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:49:38.306Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:38.313Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:38.313Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772178306, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:49:38.413Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:38.414Z||pool-120-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:49:38.414Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:38.433Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:38.433Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:39.314Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 54a5ca82-61d1-4bc3-b765-3e943bdada8b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-18T11:49:39.314Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T11:49:39.314Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-18T11:49:39.428Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T11:49:39.428Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 54a5ca82-61d1-4bc3-b765-3e943bdada8b 20206 2022-11-18T11:49:39.428Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-18T11:49:39.429Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-18T11:49:39.429Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T11:49:39.429Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:39.431Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:39.431Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772179428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T11:49:39.531Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:39.532Z||pool-121-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:49:39.532Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:39.546Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:39.547Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:40.435Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ae0bf35b-609e-453d-b5d5-46d1d988c4bb 2022-11-18T11:49:40.435Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af 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 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:49:40.449Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dab16b5, org.onap.sdc.toscaparser.api.parameters.Input@7203e8ed, org.onap.sdc.toscaparser.api.parameters.Input@3195fa9b, org.onap.sdc.toscaparser.api.parameters.Input@3cc65fd8, org.onap.sdc.toscaparser.api.parameters.Input@19fde84b] 2022-11-18T11:49:40.450Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.451Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.451Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T11:49:40.451Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f7b4691a-22fa-4831-b44a-ba6f76cdba70 2022-11-18T11:49:40.452Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7b4691a-22fa-4831-b44a-ba6f76cdba70 matches Tosca VF Customization UUID: f7b4691a-22fa-4831-b44a-ba6f76cdba70 2022-11-18T11:49:40.452Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f7b4691a-22fa-4831-b44a-ba6f76cdba70 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:49:40.454Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.455Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.455Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f7b4691a-22fa-4831-b44a-ba6f76cdba70: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-18T11:49:40.456Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64bde83c 2022-11-18T11:49:40.456Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.456Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T11:49:40.457Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57d83fa7-0cc1-48e5-96b4-4d94409db369 2022-11-18T11:49:40.457Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57d83fa7-0cc1-48e5-96b4-4d94409db369 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:49:40.460Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.460Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:40.460Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:49:40.461Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.462Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:40.462Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T11:49:40.462Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.462Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-18T11:49:40.463Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f7b4691a-22fa-4831-b44a-ba6f76cdba70 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:49:40.465Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.465Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.466Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ae0bf35b-609e-453d-b5d5-46d1d988c4bb: basic_cnf_macro 2022-11-18T11:49:40.466Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.466Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.466Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.467Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.467Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.467Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.468Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.468Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.468Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T11:49:40.468Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T11:49:40.469Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 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 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: 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 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:49:40.516Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a2fb4fbd-0ce6-4159-9bc9-5b9e642d15af 2 ASDC deployResourceStructure 2022-11-18T11:49:40.517Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-18T11:49:40.517Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-18T11:49:40.517Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:49:40.518Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:40.520Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:40.520Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772180517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:49:40.623Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-18T11:49:40.624Z||pool-122-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:49:40.624Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:40.637Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:40.638Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:41.521Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-18T11:49:41.523Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-18T11:49:41.523Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:49:41.523Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:41.529Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:41.529Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772181521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:49:41.626Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-18T11:49:41.627Z||pool-123-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:49:41.627Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:41.647Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:41.647Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:42.530Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-18T11:49:42.530Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-18T11:49:42.530Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T11:49:42.530Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:42.533Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:42.533Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772182530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:49:42.633Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:42.634Z||pool-124-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:49:42.634Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:42.652Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:42.653Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:49:43.534Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-18T11:49:43.534Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-18T11:49:43.534Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:49:43.534Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:43.536Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:43.536Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772183533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-18T11:49:43.637Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:43.637Z||pool-125-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:49:43.638Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:43.652Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:43.652Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:49:44.538Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-18T11:49:44.538Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-18T11:49:44.538Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T11:49:44.538Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:44.540Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:44.541Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772184537, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:49:44.641Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:49:44.643Z||pool-126-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:49:44.643Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:44.661Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:44.662Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-18T11:49:45.545Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-18T11:49:45.545Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-18T11:49:45.545Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T11:49:45.545Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:49:45.554Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:49:45.555Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772185545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:49:45.647Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-11-18T11:49:45.648Z||pool-127-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:49:45.648Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:49:45.661Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:49:45.661Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T11:49:46.556Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:49:46.570Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:49:46.573Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T11:49:46.573Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T11:49:46.573Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T11:49:46.574Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T11:49:46.574Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:49:46.574Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:49:46.574Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:49:46.574Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T11:49:46.574Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T11:49:46.583Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T11:50:16.583Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2485b967-ee0c-40b9-8add-aa2d4c75afab 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:50:16.592Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2485b967-ee0c-40b9-8add-aa2d4c75afab and serviceModelVersionId: ae0bf35b-609e-453d-b5d5-46d1d988c4bb 2022-11-18T11:50:16.592Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9be3c0f-9789-4e1f-89e1-55148042fff9 2022-11-18T11:50:16.593Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9be3c0f-9789-4e1f-89e1-55148042fff9/model-vers/model-ver/ae0bf35b-609e-453d-b5d5-46d1d988c4bb?depth=0 2022-11-18T11:50:16.597Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T11:50:16.643Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c9be3c0f-9789-4e1f-89e1-55148042fff9/model-vers/model-ver/ae0bf35b-609e-453d-b5d5-46d1d988c4bb?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:50:16.645Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c9be3c0f-9789-4e1f-89e1-55148042fff9/model-vers/model-ver/ae0bf35b-609e-453d-b5d5-46d1d988c4bb?depth=0|INFO|500||Invoke 2022-11-18T11:50:16.665Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c9be3c0f-9789-4e1f-89e1-55148042fff9/model-vers/model-ver/ae0bf35b-609e-453d-b5d5-46d1d988c4bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T11:50:16.960Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c9be3c0f-9789-4e1f-89e1-55148042fff9/model-vers/model-ver/ae0bf35b-609e-453d-b5d5-46d1d988c4bb?depth=0|INFO|500||InvokeReturn 2022-11-18T11:50:16.969Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c9be3c0f-9789-4e1f-89e1-55148042fff9/model-vers/model-ver/ae0bf35b-609e-453d-b5d5-46d1d988c4bb?depth=0 has http status code:200 and response headers:{date=[Fri, 18 Nov 2022 11:50:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[286], vertex-id=[245992], x-aai-txid=[0-aai-resources-221118-11:50:15:687-67180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-18T11:50:16.970Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T11:50:16.970Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T11:50:16.970Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T11:50:16.987Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T11:50:16.987Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2485b967-ee0c-40b9-8add-aa2d4c75afab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T11:50:16.988Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T11:50:16.988Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T11:50:16.990Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T11:50:16.990Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772216987, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:50:17.090Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T11:50:17.091Z||pool-128-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:50:17.091Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:50:17.126Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:50:17.126Z||pool-128-thread-1|||||INFO|500||cambria reply ok (36 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:50:18.008Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:50:18.009Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:50:18.009Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:50:26.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:50:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:50:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:50:26.642Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:50:26.644Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T11:50:26.644Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T11:50:26.645Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-18T11:50:27.558Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:50:27.558Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:50:27.559Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:50:27.559Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:50:37.176Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:50:37.177Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:50:37.179Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:50:37.180Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:50:46.748Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:50:46.748Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:50:46.749Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T11:50:46.749Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T11:50:56.302Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:51:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:51:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:51:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:51: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:51: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:51: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:51:27.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:51:27.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T11:51:27.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T11:51:27.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T11:51:27.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T11:51:27.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772157622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772172402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772175010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T11:51:27.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772176090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772177190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772178306, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T11:51:27.034Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772179428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772180517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772181521, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772182530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772183533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772184537, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772185545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T11:51:27.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:27.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T11:51:27.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2485b967-ee0c-40b9-8add-aa2d4c75afab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668772216987, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T11:51:27.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T11:51:36.046Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:52:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:52:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:52:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:52: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:52: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:52: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:52:36.050Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:52:36.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:53:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:53:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:53:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:53:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:53:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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:53:26.505Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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:53:36.039Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:53:36.050Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:54:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:54:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:54:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:54: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:54: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:54: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:54:36.043Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:54:36.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:55:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:55:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:55:26.494Z|dae201ff-ff91-4167-b28a-226343f0389f|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:55:26.504Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:55:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:55:26.505Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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:55:36.053Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:55:36.060Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:56:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:56:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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:56:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:56: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:56:26.504Z||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:56:26.504Z||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:56:36.037Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:56:36.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:57:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:57:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:57:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:57: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:57: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:57: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:57:36.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:57:36.057Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:58:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:58:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:58:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:58: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:58: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:58: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:58:36.049Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:58:36.050Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:59:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T11:59:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:59:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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:59: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:59: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:59: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:59:36.064Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T11:59:36.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:00:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:00:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:00:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:00:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:00:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:00:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:00:36.055Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:00:36.060Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:01:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:01:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:01:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:01:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:01: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-18T12:01:26.504Z||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-18T12:01:36.046Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:01:36.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:02:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:02:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:02:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:02:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:02: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-18T12:02: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-18T12:02:36.053Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:02:36.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:03:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:03:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:03:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:03: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-18T12:03: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-18T12:03: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-18T12:03:36.043Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:03:36.054Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:04:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:04:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:04:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:04:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:04: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-18T12:04: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-18T12:04:36.053Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:04:36.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:05:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:05:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:05:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:05:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:05:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:05:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:05:36.048Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:05:36.048Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:06:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:06:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:06:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:06:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:06: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-18T12:06: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-18T12:06:36.038Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:06:36.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:07:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:07:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:07:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:07:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:07: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-18T12:07: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-18T12:07:36.044Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:07:36.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:08:26.494Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:08:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:08:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:08:26.505Z|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-18T12:08:26.506Z|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-18T12:08:26.512Z|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-18T12:08:36.178Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:08:36.287Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:09:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:09:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:09:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12: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-18T12:09:26.506Z||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-18T12:09:26.506Z||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-18T12:09:36.047Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:09:36.053Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:10:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:10:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:10:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:10:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:10:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:10:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:10:36.038Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:10:36.080Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:11:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:11:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:11:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:11:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:11: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-18T12:11:26.504Z||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-18T12:11:36.043Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:11:36.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:12:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:12:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:12:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:12:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:12: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-18T12:12: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-18T12:12:36.047Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:12:36.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:13:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:13:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:13:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:13: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-18T12:13: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-18T12:13: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-18T12:13:36.045Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:13:36.049Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:14:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:14:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:14:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:14:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:14: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-18T12:14: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-18T12:14:36.043Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:14:36.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:15:26.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:15:26.493Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-18T12:15:26.493Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VXGLCOwFjYAvci2w) ... 2022-11-18T12:15:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:15:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:15:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:15:36.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:15:36.055Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:16:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:16:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:16:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12: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-18T12:16: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-18T12:16:26.504Z||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-18T12:16:36.042Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:16:36.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:17:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:17:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:17:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12: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-18T12:17:26.504Z||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-18T12:17:26.504Z||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-18T12:17:36.039Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:17:36.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:18:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:18:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:18:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:18: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-18T12:18: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-18T12:18: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-18T12:18:36.049Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:18:36.057Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:19:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:19:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:19:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:19:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:19: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-18T12:19: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-18T12:19:36.040Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:19:36.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:20:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:20:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:20:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:20:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:20:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:20:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:20:36.039Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:20:36.053Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:21:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:21:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:21:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:21:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:21: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-18T12:21:26.504Z||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-18T12:21:36.061Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:21:36.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:22:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:22:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:22:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:22:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:22:26.504Z||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-18T12:22: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-18T12:22:36.039Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:22:36.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:23:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:23:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:23:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:23: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-18T12:23: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-18T12:23: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-18T12:23:36.043Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:23:36.049Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:24:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:24:26.494Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:24:26.494Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:24:26.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:24: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-18T12:24: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-18T12:24:36.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:24:36.052Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:25:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:25:26.494Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:25:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:25:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:25:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:25:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:25:36.067Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:25:36.069Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:26:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:26:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:26:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:26:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:26:26.505Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:26:26.505Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:26:36.049Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:26:36.057Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:27:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:27:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:27:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:27: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-18T12:27: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-18T12:27: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-18T12:27:36.041Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:27:36.047Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:28:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:28:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:28:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:28:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:28:26.505Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:28:26.506Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:28:36.049Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:28:36.051Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:29:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:29:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:29:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:29:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:29: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-18T12:29: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-18T12:29:36.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:29:36.077Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:30:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:30:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:30:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:30:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:30: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-18T12:30: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-18T12:30:36.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:30:36.057Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:31:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:31:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:31:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:31: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-18T12:31: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-18T12:31: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-18T12:31:36.042Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:31:36.049Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:32:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:32:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:32:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:32:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:32:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:32:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:32:36.035Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:32:36.053Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:33:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:33:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:33:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:33:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:33: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-18T12:33: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-18T12:33:36.047Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:33:36.053Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:34:26.491Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:34:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:34:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:34:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:34:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:34:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:34:36.036Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:34:36.045Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:35:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:35:26.493Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:35:26.494Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:35:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:35: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-18T12:35: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-18T12:35:36.041Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:35:36.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:36:26.492Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:36:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:36:26.495Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:36: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-18T12:36: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-18T12:36: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-18T12:36:36.053Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:36:36.059Z|0e5a7c53-4871-4f76-b772-e54ee1cf4035|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:37:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:37:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:37:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:37:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:37:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:37:26.504Z|b8bae73c-1488-45bc-a793-e110100e202a|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-18T12:37:36.041Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:37:36.060Z|b8bae73c-1488-45bc-a793-e110100e202a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:38:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:38:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:38:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:38:26.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:38:26.504Z||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-18T12:38:26.504Z||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-18T12:38:36.040Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:38:36.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:39:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:39:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:39:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:39:26.504Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:39:26.505Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:39:26.505Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|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-18T12:39:36.045Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:39:36.050Z|2485b967-ee0c-40b9-8add-aa2d4c75afab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:40:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:40:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:40:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:40:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:40: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-18T12:40: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-18T12:40:36.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:40:36.061Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:41:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:41:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:41:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:41:26.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:41: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-18T12:41: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-18T12:41:36.043Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:41:36.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:42:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:42:26.497Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:42:26.497Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:42:26.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:42: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-18T12:42: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-18T12:42:36.053Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:42:36.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:43:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:43:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:43:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12: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-18T12: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-18T12:43: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-18T12:43:36.035Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:43:36.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:44:26.491Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:44:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:44:26.493Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:44:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:44:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:44:26.504Z|dae201ff-ff91-4167-b28a-226343f0389f|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-18T12:44:36.060Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:44:36.061Z|dae201ff-ff91-4167-b28a-226343f0389f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:45:26.492Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:45:26.495Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:45:26.495Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|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-18T12:45:26.504Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T12:45: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-18T12:45:26.504Z||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-18T12:45:36.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T12:45:36.045Z|6278cdeb-17be-4ff0-980c-19e2ad2a5a2b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK